v0.9.4: Initial Public Release
Initial Public Release
This is the initial public release of the NodeJS implementation of RTM CLI. The following commands have been added:
- add: Add a Task
- addList: Add a List
- addTags: Add Tags to a Task
- comp: Complete a Task
- decPri: Decrease a Task's Priority
- due: Set a Task's Due Date
- edit: Edit a Task's Name
- incPri: Increase a Task's Priority
- lists: Display the Lists
- login: RTM User Login
- logout: RTM User Logout
- ls: Display Tasks sorted by List then priority
- lsd: Display Tasks sorted by due date then priority
- lsp: Display Tasks sorted by priority then due date
- move: Move a Task to a different List
- postpone: Postpone the due date of a Task by one day
- pri: Set the priority of a Task
- remove: Remove a Task
- removeList: Remove a List
- removeTags: Remove tags from a Task
- renameList: Rename a List
- reset: Reset cached Task indices
- tags: Display Task tags
- uncomp: Mark a Task as incomplete
Pre-compiled binaries are attached below and do not require a separate installation of NodeJS. If you already have node installed, you can install the latest version using npm install -g rtm-cli
.