mint

command module
v0.0.0-...-e82178c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2018 License: MIT Imports: 1 Imported by: 0

README

Mint - A simple note manager written in Go

Usage

After installation:

# create a configuration file ~/.mint.json and a default 
# location where to keep the notes: ~/.mint/
mint init

# edit a note or create it if it does not exist
# Mint will open the note in the default editor
mint note todo

# alternatively you can let Mint listing all available notes
# and you can choose which one to edit
mint note # >> choose a note from the prompt

# list all available notes
mint ls

# remove note
mint rm todo

Configure

Mint stores configurations in a $HOME/.mint.json file.

{
  "dir": "/Users/fabio/.mint",
  "editor": "vim"
}

Configurations can be edited using the mint config <key> <value> command:

mint config dir "/User/fabio/Dropbox/mint"

mint config editor code

And mint config to inspect the configurations

Contributing

bug reports and pull requests are very welcome. Please be aware that you are expected to follow the code of conduct.

License

Copyright (c) 2018 Fabio Pitino, released under the MIT license.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL