This zsh widget allows you to list files in the current directory without interrupting the command you are typing. Usage Hit <tab> in the middle of any command. It will list all files below the command line. Hit <space><tab> on an empty command line. It will list directories. Hit <space><space><tab> on an empty command line. It will …
Category: shell
Colorize your stdout with xcol
This little tool will colorize its standard input with a different color for each one of its arguments. Usage xcol imitates the usage of grep, so you can pipe any stdout to it lspci | xcol audio vga pci usb amd ati hdmi ethernet radeon amd intel , or read from a file xcol fpu …
Smart tmux sessions
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 https://raw.githubusercontent.com/nachoparker/smart-tmux-sessions/master/start_tmux.sh -O – >> ~/.zshrc , or in bash wget https://raw.githubusercontent.com/nachoparker/smart-tmux-sessions/master/start_tmux.sh -O – >> ~/.bashrc New shell sessions will automatically start or resume a …