brentkeller / bkcli

A helpful personal CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bkcli

Helpful personal CLI

oclif

License

Commands

bk go [FILE]

describe the command here

USAGE
  $ bk go [FILE]

OPTIONS
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src\commands\go.ts

bk help [COMMAND]

display help

USAGE
  $ bk help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Prior Art

I ran into some hangups with the go feature and the idea for outputting the shortcut path for use via shell scripts was inspired by golumbus by Jonas Verhoelen.

About

A helpful personal CLI


Languages

Language:TypeScript 97.8%Language:JavaScript 2.0%Language:Batchfile 0.2%