Skip to main content

Commands

CommandDoes
niftycliSetup (first run) or create a task
niftycli init(Re-)run setup
niftycli newCreate a task
niftycli project ...Manage projects (see below)
niftycli --helpList all commands

Creating a task non-interactively

Pass any of these flags to niftycli new to skip the matching prompt:

FlagDoesIf omitted
-n <name>Task nameprompts for it
-d <text>Task descriptionprompts for it (blank if skipped)
-s <status>Task statusdefaults to To Do, no prompt
-p <project>Project name (must match a saved project)prompts to select one
niftycli new -p "Website" -n "Fix login bug"

Any flag left out falls back to an interactive prompt (status defaults to To Do if not set).