summaryrefslogtreecommitdiffstats
path: root/TODO.md
blob: 1d277c8a0e78a0a32ce1e726c6c4fcc7c92c4779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# To-Do List

Note this will probably migrate to GitHub's native Issues; this was mostly for personal use during early stages.

## Want to do

- Scaling in and out (zoom), may need to show zoom levels

- More keybinds (jumping, scaling)

- ~~Add custom error because it's really messy~~ Done, but need to implement across rest of app!

- Efficiency... for example, reduce some redraw logic if possible (ie: no changes to dir sorting)

- Filtering in processes (that is, allow searching)

- Probably good to add a "are you sure" to dd-ing...

## Less important

- Minimalist mode

- Ellipsis

- Tests

- Refactoring!

- Modularity

- Mouse support if possible for clicking

- Truncate columns if needed for tables

- Grouping by process

- Deal with async and stuff (remove if not needed)