Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: about 2 months ago
JSON representation

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

Lists

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