evnp / jot.run

A minimalist personal knowledge wrangler.

Home Page:https://jot.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A minimalist personal knowledge wrangler.

     __     __
    /_/__  / /_  _________
   / / _ \/ __/_/ _/ / /  \
__/ /\___/\__/_/_/ \__/_/_/
\__/
                        thought --> jot!

shellcheck latest release npm package license

Documentation for Jot is coming, please check back soon!

If you're itching to try it without much help, start with:

$ git clone https://github.com/evnp/jot.run.git
$ jot.run/install <directory-in-$PATH-to-install-in>
# eg.
$ jot.run/install ~/bin

Jot comes with aliases which make the experience of using it even more ergonomic -- if you want to try them out, run this instead:

$ jot.run/install ~/bin <path-to-your-shell-rc-file>

This will append these aliases to the bottom of your shell rc file:

alias jn="j --num"  # used to invoke the classic unix number-generator `jot`

To uninstall Jot, run:

$ jot.run/uninstall <same-args-which-were-provided-on-install>

License

MIT

About

A minimalist personal knowledge wrangler.

https://jot.run

License:MIT License


Languages

Language:Shell 100.0%