Organize and manage your custom shell scripts and commands
Better scripting life with cmdshelf
cmdshelf
$ cmdshelf new my-scripts
$ cmdshelf add my-scripts backup 'tar -czf backup.tar.gz .'
$ cmdshelf list my-scripts