bottom/TODO.md

42 lines
1.1 KiB
Markdown
Raw Normal View History

2019-09-10 02:31:03 +03:00
# To-Do List
2019-09-17 05:39:57 +03:00
Note this will probably migrate to GitHub's native Issues; this was mostly for personal use during early stages.
## Want to do really badly
2019-10-03 06:57:06 +03:00
- Rebalance cpu usage in process by using current value (it's currently just summing to 100%)
- Travis to automate building
2019-09-25 08:30:50 +03:00
- Refactoring!
2019-09-17 05:39:57 +03:00
- Scaling in and out (zoom), may need to show zoom levels
2019-09-17 05:39:57 +03:00
- More keybinds (jumping, scaling, help)
- Tests
2019-09-17 01:47:49 +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
- Remove any `unwrap()`, ensure no crashing! Might have to use this: <https://doc.rust-lang.org/std/panic/fn.catch_unwind.html>
- Efficiency... for example, reduce some redraw logic if possible (ie: no changes to dir sorting)
2019-09-10 02:31:03 +03:00
- Filtering in processes (that is, allow searching)
- Help screen
2019-09-16 23:18:42 +03:00
- Probably good to add a "are you sure" to dd-ing...
## Less important
- Mouse + key events conflict? Make it so that some events don't clog up the loop if they are not valid keys!
- Modularity
2019-09-17 05:39:57 +03:00
- Mouse support if possible for clicking
- Truncate columns if needed for tables
- Grouping by process