diff --git a/README.md b/README.md new file mode 100644 index 0000000..6594b1c --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# .macoscompose + +this lets you write compose key config in a simple yaml-like format. + +the setup is just like that on +[gnarf's osx-compose-key repo](https://github.com/gnarf/osx-compose-key) except +you don't need to download or install it, instead you can make a `.macoscompose` +file in your `$HOME` and populate it in a manner similar to this: + +```yaml ++1: πŸ‘ +-1: πŸ‘Ž + +# hearts +heart: ❀ +"yellow heart": πŸ’› + +dog: 🐢 +"(:": ν ½νΉƒ +``` + +then run `node .` in this directory (once you've `npm install`'d) and restart +the apps you want to use compose key in. + +## something like this: + +```sh +git clone https://gitlab.com/chee/macoscompose +cd macoscompose +cp example.macoscompose ~/.macoscompose +npm install +node . +``` + +## todo + +* add more entries to the example +* fill out the rest of the todo section