https://github.com/nwtgck/dollar
$ command: Make command paste-safe
https://github.com/nwtgck/dollar
paste-safe shell
Last synced: over 1 year ago
JSON representation
$ command: Make command paste-safe
- Host: GitHub
- URL: https://github.com/nwtgck/dollar
- Owner: nwtgck
- Created: 2019-12-12T08:29:01.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-12-12T09:31:10.000Z (over 6 years ago)
- Last Synced: 2024-10-11T15:09:07.847Z (over 1 year ago)
- Topics: paste-safe, shell
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# $
Make command paste-safe
## Thanks @Rinwasyu !
The original author of `$` is [@Rinwasyu](https://github.com/Rinwasyu)! He made the implementation of `$` in [this tweet](https://twitter.com/Rinwasyu/status/1204738450496163840). I'm just a man to propose the idea of `$` and host it on GitHub.
## Install on macOS
```console
$ brew install nwtgck/homebrew-dollar/dollar
```
## Usage
Here is an example. Note that `$ $` is not typo.
```console
$ $ echo hello
```