summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md16
1 files changed, 1 insertions, 15 deletions
diff --git a/TODO.md b/TODO.md
index a38ea68c..546c5da2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -22,9 +22,7 @@ Note this will probably migrate to GitHub's native Issues; this was mostly for p
## After making public
-- Consider bumping up the refresh rate to 3000?
-
-- Arrow keys for lists. This is a priority!
+- Scrolling support for temp/disk
- Travis
@@ -46,18 +44,8 @@ Note this will probably migrate to GitHub's native Issues; this was mostly for p
- Remove any `unwrap()`, ensure no crashing! Might have to use this: <https://doc.rust-lang.org/std/panic/fn.catch_unwind.html>
-- Scrolling event in lists
-
-- Switching between panels
-
- Truncate columns if needed for tables
-- Test for Windows support, mac support, other. May be doable, depends on sysinfo and how much I know about other OSes probably.
-
-- Seems like the braille symbols are borked on windows.
-
-- Issue with typing after windows version runs!
-
- Efficiency!!!
- Filtering in processes (that is, allow searching)
@@ -66,6 +54,4 @@ Note this will probably migrate to GitHub's native Issues; this was mostly for p
- Modularity
-- ~~Potentially process managing? Depends on the libraries...~~ Done on Linux!
-
- Probably good to add a "are you sure" to dd-ing...