2019-09-09 23:31:03 +00:00
|
|
|
# To-Do List
|
|
|
|
|
2019-09-17 02:39:57 +00:00
|
|
|
Note this will probably migrate to GitHub's native Issues; this was mostly for personal use during early stages.
|
|
|
|
|
2019-09-25 16:42:39 +00:00
|
|
|
- Scrolling support for temp/disk
|
2019-09-17 02:54:39 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- Travis
|
2019-09-25 05:30:50 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- Refactoring! Please.
|
2019-09-17 02:39:57 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- Scaling in and out (zoom), may need to show zoom levels
|
2019-09-17 02:39:57 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- More keybinds
|
2019-09-16 23:05:44 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- Tests
|
2019-09-16 22:47:49 +00:00
|
|
|
|
2019-09-25 06:45:09 +00: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-16 20:18:42 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- Header should be clear on current sorting direction!
|
2019-09-15 18:16:18 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- It would be maybe a good idea to see if we can run the process calculation across ALL cpus...? Might be more accurate.
|
2019-09-15 18:16:18 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- ~~Add custom error because it's really messy~~ Done, but need to implement across rest of app!
|
2019-09-09 23:31:03 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- Remove any `unwrap()`, ensure no crashing! Might have to use this: <https://doc.rust-lang.org/std/panic/fn.catch_unwind.html>
|
2019-09-15 18:16:18 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- Truncate columns if needed for tables
|
2019-09-09 23:31:03 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- Efficiency!!!
|
2019-09-09 23:31:03 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- Filtering in processes (that is, allow searching)
|
2019-09-15 18:16:18 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- Help screen
|
2019-09-16 20:18:42 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- Modularity
|
2019-09-17 02:39:57 +00:00
|
|
|
|
2019-09-25 06:45:09 +00:00
|
|
|
- Probably good to add a "are you sure" to dd-ing...
|