mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 21:55:11 +02:00
[skip travis] Changed todo for personal use...
This commit is contained in:
parent
72a3de98c2
commit
042a55fcd5
28
TODO.md
28
TODO.md
@ -2,34 +2,40 @@
|
|||||||
|
|
||||||
Note this will probably migrate to GitHub's native Issues; this was mostly for personal use during early stages.
|
Note this will probably migrate to GitHub's native Issues; this was mostly for personal use during early stages.
|
||||||
|
|
||||||
|
## Want to do really badly
|
||||||
|
|
||||||
- Rebalance cpu usage in process by using current value (it's currently just summing to 100%)
|
- Rebalance cpu usage in process by using current value (it's currently just summing to 100%)
|
||||||
|
|
||||||
- Travis
|
- Travis to automate building
|
||||||
|
|
||||||
- Refactoring! Please.
|
- Refactoring!
|
||||||
|
|
||||||
- Scaling in and out (zoom), may need to show zoom levels
|
- Scaling in and out (zoom), may need to show zoom levels
|
||||||
|
|
||||||
- More keybinds
|
- More keybinds (jumping, scaling, help)
|
||||||
|
|
||||||
- Tests
|
- Tests
|
||||||
|
|
||||||
- Mouse + key events conflict? Make it so that some events don't clog up the loop if they are not valid keys!
|
|
||||||
|
|
||||||
- It would be maybe a good idea to see if we can run the process calculation across ALL cpus...? Might be more accurate.
|
|
||||||
|
|
||||||
- ~~Add custom error because it's really messy~~ Done, but need to implement across rest of app!
|
- ~~Add custom error because it's really messy~~ Done, but need to implement across rest of app!
|
||||||
|
|
||||||
- Remove any `unwrap()`, ensure no crashing! Might have to use this: <https://doc.rust-lang.org/std/panic/fn.catch_unwind.html>
|
- Remove any `unwrap()`, ensure no crashing! Might have to use this: <https://doc.rust-lang.org/std/panic/fn.catch_unwind.html>
|
||||||
|
|
||||||
- Truncate columns if needed for tables
|
- Efficiency... for example, reduce some redraw logic if possible (ie: no changes to dir sorting)
|
||||||
|
|
||||||
- Efficiency!!!
|
|
||||||
|
|
||||||
- Filtering in processes (that is, allow searching)
|
- Filtering in processes (that is, allow searching)
|
||||||
|
|
||||||
- Help screen
|
- Help screen
|
||||||
|
|
||||||
|
- 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
|
- Modularity
|
||||||
|
|
||||||
- Probably good to add a "are you sure" to dd-ing...
|
- Mouse support if possible for clicking
|
||||||
|
|
||||||
|
- Truncate columns if needed for tables
|
||||||
|
|
||||||
|
- Grouping by process
|
||||||
|
Loading…
x
Reference in New Issue
Block a user