From d130aa975f146df91baf39ef10ae05d6314b8480 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 5 Sep 2018 04:17:20 +0200 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fe70e7..495414b 100644 --- a/README.md +++ b/README.md @@ -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