]> git.scottworley.com Git - vopamoi/summary
 
descriptionTODO organizer
last changeWed, 25 Oct 2023 08:12:05 +0000 (01:12 -0700)
readme

Vopamoi

A to-do organizer

(Replication between instances is not yet implemented.)

Command mode default key bindings

Key Function
h j k l Move cursor over tasks
tab Move cursor over tags
^e ^y Move view
H L Move task
T Top priority (move task to top)
0-9 vi-style prefix repeat count
G Go to task by number
n New task (enter edit mode)
e Edit task (enter edit mode)
E Edit task notes (enter edit mode)
t Add Tag (enter edit mode)
x Remove tag
d Set task state: Done
sm Set task state: Someday-Maybe
w Set task state: Waiting
q Set task state: Todo (‘queued’)
C Set task state: Cancelled
X Set task state: Deleted
u Undo
r Redo
va View All tasks
vv Reset view
vd View Done tasks
vsm View Someday-Maybe tasks
vw View Waiting tasks
vq View Todo (‘queued’) tasks
vC View Cancelled tasks
vX View Deleted tasks
vt View tasks with this Tag
vT Reset tag view filter (reverses vt)
vu vi View Untagged tasks (‘inbox’)
vp View Projects
vD Toggle Dark mode

Edit mode default key bindings

Key Context Function
escape * Cancel editing
enter task, tag Finish editing
^enter notes Finish editing
^enter new-task Finish editing, bottom priority
shortlog
2023-10-25 Scott WorleyREADME main
2023-10-25 Scott WorleyClarify license
2023-10-22 Scott WorleyDark mode
2023-10-21 Scott WorleyView keystrokes for special tags: comp, errand, home...
2023-10-21 Scott WorleyChange keystroke for cancel: c → C
2023-10-20 Scott WorleyReplace setUntaggedView() with a TagFilter
2023-10-20 Scott WorleyTagFilter type
2023-10-20 Scott WorleySplit setTagView() to factor out setTagFilter()
2023-10-20 Scott WorleyRename: currentTagView → currentTagFilter
2023-10-20 Scott WorleyDynamic title
2023-10-20 Scott WorleySet title
2023-10-20 Scott WorleyModern web boilerplate
2023-10-20 Scott Worleyj/k should select something if there's no selected...
2022-03-22 Scott WorleyAdjust waiting color
2022-03-22 Scott WorleyMulti-line content
2022-03-21 Scott WorleyA space for extra notes for each task
...
heads
6 months ago main