gonote icon indicating copy to clipboard operation
gonote copied to clipboard

Terminal client for SimpleNote

Results 2 gonote issues
Sort by recently updated
recently updated
newest added

It would be useful for gonote to honour the unix $EDITOR environment variable to specify/determine which editor should be used (instead of using ~/.gonote.json).

Saving the configuration file in `$HOME` adds clutter to your dir. It would be better to use `$XDG_CONFIG_HOME/gonote/` according to [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) (usually in `~/.config/`). That could be...