Image size: ~2.58MiB. CLI notes manager. USER: nobody.
3.6K
First, create a directory (where the notes files will be) and give it ownership to nobody;
mkdir /anything/you/want/ && sudo chown nobody /anything/you/want/
Then run with
docker run -it --rm --log-driver none -v /anything/you/want/:/.local/ --net none defnotgustavom/notes notes (command)
Simple note taking tool for command line with your favorite editor.
You can manage (create/open/list) notes via this tool on terminal. notes also optionally can save your notes thanks to Git to avoid losing your notes.
notes is intended to be used nicely with other commands such as grep (or ag, rg), rm, filtering tools such as fzf or peco and editors which can be started from command line.
notes is developed at https://github.com/rhysd/notes-cli. If you're seeing a bug or having a feature request, please create a new issue. Pull requests are more than welcome.
Flags:
-h, --help Show context-sensitive help (also try --help-long and --help-man).
--no-color Disable color output
-A, --color-always Enable color output always
--version Show application version.
Commands:
help [<command>...]
Show help.
new [<flags>] <category> <filename> [<tags>]
Create a new note with given category and file name
list [<flags>]
List notes with filtering by categories and/or tags with regular expressions. By default, it shows full path of notes (alias: ls)
categories
List all categories to stdout (alias: cats)
tags [<category>]
List all tags
save [<flags>]
Save notes using Git. It adds all notes and creates a commit to Git repository at home directory
config [<name>]
Output config values to stdout. By default output all values with KEY=VALUE style
selfupdate [<flags>]
Update myself to the latest version. It downloads the latest version executable and replaces current executable with it
Check https://github.com/rhysd/notes-cli for more info.
Content type
Image
Digest
sha256:abca0a9e0…
Size
2.6 MB
Last updated
about 3 years ago
docker pull defnotgustavom/notes