2019-09-09 19:31:03 -04:00
|
|
|
# To-Do List
|
|
|
|
|
2019-09-16 22:39:57 -04:00
|
|
|
Note this will probably migrate to GitHub's native Issues; this was mostly for personal use during early stages.
|
|
|
|
|
2019-10-05 21:55:35 -04:00
|
|
|
## Want to do
|
2019-10-02 23:57:06 -04:00
|
|
|
|
2019-10-04 23:27:42 -04:00
|
|
|
- Travis to automate building
|
2019-09-25 01:30:50 -04:00
|
|
|
|
2019-09-25 02:45:09 -04:00
|
|
|
- Scaling in and out (zoom), may need to show zoom levels
|
2019-09-16 22:39:57 -04:00
|
|
|
|
2019-10-09 22:34:09 -04:00
|
|
|
- More keybinds (jumping, scaling)
|
2019-09-16 19:05:44 -04:00
|
|
|
|
2019-09-25 02:45:09 -04:00
|
|
|
- ~~Add custom error because it's really messy~~ Done, but need to implement across rest of app!
|
2019-09-09 19:31:03 -04:00
|
|
|
|
2019-10-04 23:27:42 -04:00
|
|
|
- Efficiency... for example, reduce some redraw logic if possible (ie: no changes to dir sorting)
|
2019-09-09 19:31:03 -04:00
|
|
|
|
2019-09-25 02:45:09 -04:00
|
|
|
- Filtering in processes (that is, allow searching)
|
2019-09-15 14:16:18 -04:00
|
|
|
|
2019-10-04 23:27:42 -04:00
|
|
|
- Probably good to add a "are you sure" to dd-ing...
|
|
|
|
|
|
|
|
## Less important
|
|
|
|
|
2019-10-09 19:19:39 -04:00
|
|
|
- Ellipsis
|
|
|
|
|
2019-10-05 21:55:35 -04:00
|
|
|
- Rebalance cpu usage in process by using current value (it's currently just summing to 100%)
|
|
|
|
|
|
|
|
- Tests
|
|
|
|
|
|
|
|
- Refactoring!
|
|
|
|
|
2019-10-04 23:27:42 -04:00
|
|
|
- Mouse + key events conflict? Make it so that some events don't clog up the loop if they are not valid keys!
|
|
|
|
|
2019-09-25 02:45:09 -04:00
|
|
|
- Modularity
|
2019-09-16 22:39:57 -04:00
|
|
|
|
2019-10-04 23:27:42 -04:00
|
|
|
- Mouse support if possible for clicking
|
|
|
|
|
|
|
|
- Truncate columns if needed for tables
|
|
|
|
|
|
|
|
- Grouping by process
|
2019-10-05 21:55:35 -04:00
|
|
|
|
|
|
|
- Deal with async and stuff (remove if not needed)
|