-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create script to generate the keybindings or a BINDINGS.md #17
Comments
@gnarf I'm working on a PR and I'm building the generator script in Node.js. Every time an npm script is run it will |
I have added a package.json with several dev dependencies, to run the script that generates BINDINGS.md. NPM scripts include `npm run setup` which will replace `./install.sh`, and `npm run update-bindings`, to process the script. TODO: * add documentation * fix phrase concatenation
I still need to update the README.md, but you can see the new BINDINGS.md that I've generated. Per my commit message from b13f46a, my TODO items are:
Please let me know about the license and any explanation text for the generated markdown. Of course if you have any other suggestions please let me know. I'm about out of steam right now or I'd finish the rest of this stuff... I'll pick it back up in the next couple few days. |
I'm a fan of MIT or CC0
…On Dec 3, 2016 03:30, "Jacob M. Roufa" ***@***.***> wrote:
@gnarf <https://github.com/gnarf> I'm working on a PR and I'm building
the generator script in Node.js. Every time an npm script is run it will
WARN as there currently is no license field. Please suggest one for me to
include. Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAhh61fqdCeZojj751Hyn_WpdxgV1peMks5rESidgaJpZM4LAUkl>
.
|
here's a nextstep plist parser and stringifier: https://github.com/chee/nextstep-plist it's GPL'd but i hereby give every contributer to this repo permission to use it as they see fit |
You said something in gnarf/osx-compose-key#17 ♫┗(^0^)┓♫
for an example of use, there is this: it lets you create a file like # thumbs
+1: 👍
-1: 👎
# hearts
yellow heart: 💛
heart: ❤ as 🙃 |
Either write a script that generates the keybindings from a markdown format table, or a script that generates a markdown formatted table from the keybindings so we can have documentation of what commands are on what files.
The text was updated successfully, but these errors were encountered: