0.0
No commit activity in last 3 years
No release in over 3 years
A simple command to never hear "command not found: $" again!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 2.0
~> 13.0
 Project Readme

$ command

A simple command to never hear command not found: $ again!

Motive

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.

Installation

  • $ gem install dollar-command

Usage

Quite simple –– the $ command will pass on all of its arguments as a new command.

Development

To install this gem locally during development, run $ bundle exec rake install

To release, bump version.rb and run $ bundle exec rake release

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/jackHedaya/dollar-command.

License

The gem is available as open source under the terms of the MIT License.