You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-h, --help output usage information
-V, --version output the version number
-a, --add <goal> Add a goal to the top of the queue.
-f, --find <keyword> Search for goals.
-d, --defer <id> Move the goal with id <id> **from today's queue** to the top of tomorrow's queue.
-e, --expedite <id> Move the goal with id <id> **from tomorrow's queue** to the top of today's queue.
-p, --prioritize <id> Move the goal with id <id> to the top of the queue.
-l, --list List the goals in the queue.
-t, --tomorrow List tomorrow's goals.
-x, --do <id> Completes the goal with the given id <id>.
-m --append <id> Appends a piece of text to the given goal with id <id>.
-M --prepend <id> Appends a piece of text to the given with id <id>.
-r --replace <id> Appends a piece of text to the given goal with id <id>.
-lim --limit <size> Maximum number of goals to show per command; identified by <size> (default: 10).
-D, --text <text> The text to use for appending, prepending, or replacement.
-w, --with <text> The text to replace with.
most of the single letter shorthand commands are not intuitive and makes the api too complicated. leave a few frequently used ones and get rid of the rest.
The text was updated successfully, but these errors were encountered:
the current set is
most of the single letter shorthand commands are not intuitive and makes the api too complicated. leave a few frequently used ones and get rid of the rest.
The text was updated successfully, but these errors were encountered: