File tree Expand file tree Collapse file tree 2 files changed +302
-78
lines changed Expand file tree Collapse file tree 2 files changed +302
-78
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,14 @@ See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.
3939- [x] - Viewing individual information for a process
4040
4141## TODOs
42- - [ ] - Implement Help Page (when you press ` ? ` , should come up with a list of commands)
42+ ### High Priority
4343- [ ] - Parallelize ` CrashDump::from_index_map `
44- - [ ] - Implement additional information (when you press enter, we should be able to go into the children table)
44+ - [ ] - Add TextView to inspect all output on Stack/Heap/Messages
45+ - [ ] - Implement additional information (when you press enter, we should be able to go into the children table)
4546- [ ] - Human readable byte sizes (should be in bytes instead of words)
47+
48+ ### Future Work
49+ - [ ] - Implement Help Page (when you press ` ? ` , should come up with a list of commands)
4650- [ ] - Better coloring that just static coloring (we're currently hardcoding a lot of colors, but these should ideally be moved out)
4751- [ ] - Implement custom sorting for tables
4852- [ ] - Implement a regex search for processes (current right now you can't search, only scroll down)
You can’t perform that action at this time.
0 commit comments