void
void copied to clipboard
terminal-based personal organizer
There have been a lot of new features implemented recently by PR's (mostly by @alok :wink:). I'd be happy to do a release soon but I really want to improve...
I noticed that if you hit c-k on a node with no special handling, it just executes it as a shell command. If you want to open it in an...
From the PR (#18) initially implementing this: > I often use deep trees, and currently every time you reopen void, the view gets reset to the `home` level. This makes...
Sometimes I want to cancel a search, so I press escape out of habit. This doesn't do anything. `C-g` also fails, and then out of habit I hit `c-c`, which...
Unless I've missed something from the docs, it doesn't currently seem possible to rearrange some subtree without using the mouse? Can this be added?
For tasks, it is usually good to have scheduled and due dates. Scheduled is wen one is supposed to start work and due is when it should be done. One...
## Transitions void from protobuf to JSON storage format KEY CHANGES ----------- - Replaces protobuf with JSON storage - Removes protobuf dependency - Adds migration tool for existing databases -...