https://github.com/phha/note-store
A note manager based heavily on the pass-store password manager
https://github.com/phha/note-store
Last synced: 1 day ago
JSON representation
A note manager based heavily on the pass-store password manager
- Host: GitHub
- URL: https://github.com/phha/note-store
- Owner: phha
- License: other
- Created: 2017-08-06T09:59:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T08:25:10.000Z (almost 9 years ago)
- Last Synced: 2025-02-24T14:43:58.202Z (over 1 year ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Simple Note Store
=================
This is a very simple notes manager based heavily on the excellent
[password store](http://www.passwordstore.org) utility by Jason Donenfeld.
It allows for storage retrieval and editing of text notes inside the note
store directory. If the note store directory is a git repositoy, changes
will be commited automatically.
It can be used as a stand-alone tool or as a backend to the
[notes-visual](https://github.com/phha/notes-visual)
utility.
Please see the man page and [installation instructions](INSTALL.md) for detailed information.
Depends on:
* bash
* http://www.gnu.org/software/bash/
* git
* http://www.git-scm.com/
* tree >= 1.7.0
* http://mama.indstate.edu/users/ice/tree/
* GNU getopt
* http://www.kernel.org/pub/linux/utils/util-linux/
* http://software.frodo.looijaard.name/getopt/