# zsh-notes **Repository Path**: mirrors_chipsenkbeil/zsh-notes ## Basic Information - **Project Name**: zsh-notes - **Description**: Plugin extracted from my zshrc to provide a quick notes editing experience in zsh. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-27 - **Last Updated**: 2026-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zsh-notes > Quick, simplistic note manager [![](https://raw.githubusercontent.com/wiki/chipsenkbeil/zsh-notes/img/demo.gif)][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