replace-by-cli
v1.1.1
Published
CLI tool to manage your OS X text replacements.
Downloads
2
Readme
Replace By CLI
"rocket" -> :rocket:
A CLI tool to manage your OS X text replacements.
Installation
You must have node and npm installed. Then, install the package :
npm install -g replace-by-cli
You're good to go!
Usage
List text replacements
List text replacements by using the command replace-by list
Add text replacement
To add a text replacement, use the command replace-by add "replace" "with"
Contributing
Feel free to contribute to this project by forking and creating a pull request. I will gladly take the time to look at it and probably merge it.
Standard
This project uses JavaScript Standard Style. You can test the compliance of this project with the command npm run lint
. And if you see any error, use npm run lint:fix
to fix most of them.