Snippets on the command line in bash
Posted on May 13, 2010
Yes, on the command line in terminal:
snip adduser<TAB> snip adduser -c "Jiri Barton" -G admin -m -s /bin/bash jbar<ENTER>
List your favorite command lines in a file and let the bash completion look it up for you when you need them.