Add undollar (#282)

undollar makes copy-pasting commands from the internet easier. If the command includes a leading dollar sign, undollar removes it and runs the rest of the command.
This commit is contained in:
Max 2018-09-05 04:17:20 +02:00 committed by Caleb Xu
parent 6aa25f853b
commit d130aa975f
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [thefuck](https://github.com/nvbn/thefuck) - Fix common shell mistakes by using an easy to remember command
* [tldr](https://github.com/raylee/tldr) - A fully-functional bash client for tldr, simplified and community-driven man pages
* [tmux](http://tmux.github.io/) - Amazing terminal multiplexer
* [undollar](https://github.com/ImFeelingDucky/undollar) - undollar bites the dollar sign off the tip of the command you just pasted into your terminal
* [up](https://github.com/shannonmoeller/up) - Ascend directories by name or count; for bash, zsh, and fish.
* [v](https://github.com/rupa/v) - z for vim.
* [wemux](https://github.com/zolrath/wemux) - Multi-User Tmux Made Easy