void icon indicating copy to clipboard operation
void copied to clipboard

terminal-based personal organizer

Results 27 void issues
Sort by recently updated
recently updated
newest added

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...

Type: Enhancement
Type: Maintenance
Status: Accepted
Critical: Compatibility

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...

Type: Enhancement
Status: Accepted
Component: UI/UX

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...

Type: Enhancement
Status: Blocked
Critical: Data Loss
Critical: Compatibility
Component: UI/UX

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...

Type: Enhancement
Status: Accepted
Component: UI/UX

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?

Type: Enhancement
Status: Blocked
Component: UI/UX

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 -...