2019-09-10 02:31:03 +03:00
|
|
|
# To-Do List
|
|
|
|
|
2019-10-06 04:55:35 +03:00
|
|
|
## Want to do
|
2019-10-03 06:57:06 +03:00
|
|
|
|
2019-11-06 00:33:57 +03:00
|
|
|
- Bug for too small windows --- probably a TUI bug?
|
|
|
|
|
2019-09-25 09:45:09 +03:00
|
|
|
- Scaling in and out (zoom), may need to show zoom levels
|
2019-09-17 05:39:57 +03:00
|
|
|
|
2019-11-06 00:33:57 +03:00
|
|
|
- Filtering in processes (that is, allow searching)
|
|
|
|
|
|
|
|
- More keybinds (jumping in scrolling (vim bindings?), scaling)
|
2019-09-17 02:05:44 +03:00
|
|
|
|
2019-09-25 09:45:09 +03:00
|
|
|
- ~~Add custom error because it's really messy~~ Done, but need to implement across rest of app!
|
2019-09-10 02:31:03 +03:00
|
|
|
|
2019-10-05 06:27:42 +03:00
|
|
|
- Efficiency... for example, reduce some redraw logic if possible (ie: no changes to dir sorting)
|
2019-09-10 02:31:03 +03:00
|
|
|
|
2019-10-05 06:27:42 +03:00
|
|
|
## Less important
|
|
|
|
|
2019-10-10 23:48:46 +03:00
|
|
|
- Minimalist mode
|
|
|
|
|
2019-10-10 02:19:39 +03:00
|
|
|
- Ellipsis
|
|
|
|
|
2019-10-06 04:55:35 +03:00
|
|
|
- Tests
|
|
|
|
|
|
|
|
- Refactoring!
|
|
|
|
|
2019-09-25 09:45:09 +03:00
|
|
|
- Modularity
|
2019-09-17 05:39:57 +03:00
|
|
|
|
2019-10-05 06:27:42 +03:00
|
|
|
- Mouse support if possible for clicking
|
|
|
|
|
|
|
|
- Truncate columns if needed for tables
|
|
|
|
|
|
|
|
- Grouping by process
|
2019-10-06 04:55:35 +03:00
|
|
|
|
|
|
|
- Deal with async and stuff (remove if not needed)
|
2019-11-06 00:33:57 +03:00
|
|
|
|
|
|
|
- Perhaps switch libraries...?
|