https://github.com/chipsenkbeil/zsh-notes
Plugin extracted from my zshrc to provide a quick notes editing experience in zsh.
https://github.com/chipsenkbeil/zsh-notes
Last synced: 3 months ago
JSON representation
Plugin extracted from my zshrc to provide a quick notes editing experience in zsh.
- Host: GitHub
- URL: https://github.com/chipsenkbeil/zsh-notes
- Owner: chipsenkbeil
- License: gpl-3.0
- Created: 2018-07-02T00:49:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T17:26:36.000Z (about 5 years ago)
- Last Synced: 2025-08-23T18:43:39.647Z (3 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - notes (chipsenkbeil) - Provides a quick notes editing experience in ZSH. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - notes (chipsenkbeil) - Provides a quick notes editing experience in ZSH. (Plugins / ZSH on Windows)
- awesome-zsh-plugins - notes (chipsenkbeil) - Provides a quick notes editing experience in ZSH. (Plugins / Zinit (née zplugin))
README
# zsh-notes
> Quick, simplistic note manager
[][repo]
## 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
### [zplug](https://github.com/zplug/zplug)
Update your `.zshrc` file with the following line:
```sh
zplug chipsenkbeil/zsh-notes, from:github, as:plugin
```
## License
GPL 3.0
[repo]: https://github.com/chipsenkbeil/zsh-notes