nogo

command module
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2024 License: BSD-3-Clause Imports: 8 Imported by: 0

README

nogo

minimalistic go-based cli app to interact with Notion

usage
# list all commands
nogo
# or
nogo h

first you should configure the Notion API key (encrypted & stored locally in $HOME/.config/nogo by default) and the page ID you want to interact with.

# open configure prompt with
nogo c
nogo stack functionality
# show the stack
nogo s

# show the help message stack
nogo s -h

current commands:

NAME:
   nogo stack - show the stack

USAGE:
   nogo stack command [command options] [arguments...]

COMMANDS:
   add, a     add a new entry to the stack
   mod, m     modify a stack entry
   toggle, t  toggle stack entries
   rm, r      remove stack entries
   help, h    Shows a list of commands or help for one command

OPTIONS:
   --help, -h  show help (default: false)

Dev

Publishing steps:

git commit -m '<COMMENT>'
git tag <VERSION>
git push origin <VERSION>
GOPROXY=proxy.golang.org go list -m github.com/haykh/nogo@<VERSION>

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