chipsenkbeil / zsh-notes

Plugin extracted from my zshrc to provide a quick notes editing experience in zsh.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh-notes

Quick, simplistic note manager

Install

Relies on the EDITOR variable being set to open files. For example, this means setting export EDITOR="vim" will open files with vim. This relies on the editor being capable of being opened using the command line.

Integration

Update your .zshrc file with the following line:

zplug chipsenkbeil/zsh-notes, from:github, as:plugin

License

GPL 3.0

About

Plugin extracted from my zshrc to provide a quick notes editing experience in zsh.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%