A simple command to never hear command not found: $
again!
How often do you copy and paste something like $ npm i some-package
or $ git clone my-repo
before getting the following stupid error message?
command not found: $
Frustrating, isn't it? Here's a simple solution that segues perfectly into installation instructions.
$ gem install dollar-command
Quite simple –– the $
command will pass on all of its arguments as a new command.
To install this gem locally during development, run $ bundle exec rake install
To release, bump version.rb
and run $ bundle exec rake release
Bug reports and pull requests are welcome on GitHub at https://github.com/jackHedaya/dollar-command.
The gem is available as open source under the terms of the MIT License.