使用此zsh小部件,您可以列出当前目录中的文件,而不会中断正在键入的命令。用法命中<tab>在任何命令中间。它将在命令行下面列出所有文件。打<space><tab>在空的命令行上。它将列出目录。打<space><space><tab>在空的命令行上。它会…
类别: 壳
用xcol为标准输出着色
这个小工具会为每个标准参数的标准输入加上不同的颜色。用法xcol模仿了grep的用法,因此您可以将任何标准输出通过管道传递给它。 xcol音频vga pci usb amd ati hdmi以太网radeon amd intel或从文件xcol fpu中读取…
智能tmux会话
Usage Instead of tmux just type start_tmux Installation Get the code from github, and append it to your .zshrc or .bashrc. To do it in one step, paste in zsh wget //raw.githubusercontent.com/nachoparker/smart-tmux-sessions/master/start_tmux.sh -O – >> ~/.zshrc , or in bash wget //raw.githubusercontent.com/nachoparker/smart-tmux-sessions/master/start_tmux.sh -O – >> ~/.bashrc New shell sessions will automatically start or resume a …