"rocket" -> 🚀
A CLI tool to manage your OS X text replacements.
You must have node and npm installed. Then, install the package :
npm install -g replace-by-cli
You're good to go!
List text replacements by using the command replace-by list
To add a text replacement, use the command replace-by add "replace" "with"
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.
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.