1.3 KiB
1.3 KiB
td
This readme is automatically generated by create-ink-app
Install
$ npm install --global td
Manual
-
Task Management:
- Create, edit, delete tasks.
- View lists in a ranger-like UI https://github.com/ranger/ranger
- Tasks can have subtasks.
- Create, edit, delete tasks.
-
Navigation:
- Vim-like keybindings for navigation:
hjklto navigate in and between subtask lists.HJKLto move a task in and between subtask lists.gto go to the top of the list.Gto go to the bottom of the list.dto go down 5 tasksuto go up 5 tasksDto delete a task (with a confirmation dialog)xto cut a taskpto paste a cut task
- Vim-like keybindings for navigation:
-
Task Operations:
ato add a new task.Ato add a new subtask.ato add a new task.eto edit the selected task using neovim.dto delete the selected task. (with confirmation using fzf)spaceto toggle the completion status of a task.
-
External Editor:
- Uses neovim for text editing.
-
Persistence:
- Save and load tasks from a file ($HOME/.config/td/tasks.json)
- TODO: configurable location
- Save and load tasks from a file ($HOME/.config/td/tasks.json)
-
Search:
/to search for tasks (fzf).
-
Help:
?to show help for keybindings.