Skip to content

Commit 551aeef

Browse files
committed
Reformat todo list
1 parent ee8cf80 commit 551aeef

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,20 @@ See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.
2727

2828
## TODOs
2929
- [x] - Implement Message Queue Parsing
30-
- [] - Implement Help Page (when you press `?`, should come up with a list of commands)
31-
- [] - Parallelize `CrashDump::from_index_map`
32-
- [] - Better colorized output for processes
33-
- [] - Implement additional information (when you press enter, we should be able to go into the children table)
34-
- [] - Human readable byte sizes (should be in bytes instead of words)
35-
- [] - Better coloring that just static coloring (we're currently hardcoding a lot of colors, but these should ideally be moved out)
36-
- [] - Implement a regex search for processes
37-
- [] - Implement common lifetime and scheme for `CrashDump`
38-
- [] - Cleanup unwraps()
39-
- [] - Split `app.rs` properly into `tui.rs`
40-
- [] - Refactor `Parser`
41-
- [] - Implement JSON mode
30+
- [ ] - Implement Help Page (when you press `?`, should come up with a list of commands)
31+
- [ ] - Parallelize `CrashDump::from_index_map`
32+
- [x] - Better colorized output for processes
33+
- [ ] - Implement additional information (when you press enter, we should be able to go into the children table)
34+
- [ ] - Human readable byte sizes (should be in bytes instead of words)
35+
- [ ] - Better coloring that just static coloring (we're currently hardcoding a lot of colors, but these should ideally be moved out)
36+
- [ ] - Implement custom sorting for tables
37+
- [ ] - Implement a regex search for processes (current right now you can't search, only scroll down)
38+
- [ ] - Implement page up/down for tables
39+
- [ ] - Implement common lifetime and scheme for `CrashDump`
40+
- [ ] - Cleanup unwraps()
41+
- [ ] - Split `app.rs` properly into `tui.rs`
42+
- [ ] - Refactor `Parser`
43+
- [ ] - Implement JSON mode
4244

4345
## License
4446
Crash Dump Viewer CLI is Apache 2.0 licensed, as found in the LICENSE file.

0 commit comments

Comments
 (0)