Installation

Installation

go get -u github.com/josler/wdid/...

Or check the releases page for prebuilt binaries.

Help

$ wdid help
usage: wdid [<flags>] <command> [<args> ...]

A tool to track what you did.

Flags:
  -h, --help          Show context-sensitive help (also try --help-long and --help-man).
  -v, --verbose       Enable verbose logging.
      --format=human  format to print in ('human', 'text', or 'json).
      --version       Show application version.

Commands:
  help [<command>...]
  bump [<flags>] <id>
  add [<flags>] [<new-item>]
  do <id>
  edit [<flags>] <id> [<description>]
  group --name=NAME --filters=FILTERS
  group-rm --name=NAME
  group-ls
  import [<in>]
  ls* [<flags>] [<filters>]
  rm <id>
  skip <id>
  show <id>
  tag
  tag-ls

Last updated