File tree Expand file tree Collapse file tree 2 files changed +37
-4
lines changed
Expand file tree Collapse file tree 2 files changed +37
-4
lines changed Original file line number Diff line number Diff line change 2929
3030
3131## General
32-
33- - [ ] man pages
34- - [ ] goreleaser
35- - [ ] [ release security] ( https://github.com/goreleaser/example-secure )
Original file line number Diff line number Diff line change 1+ ## To Do
2+
3+
4+ ## Everywhere
5+
6+ - [ ] goreleaser
7+ - [ ] Packaging: brew
8+ - [ ] Packaging: deb
9+ - [ ] [ release security] ( https://github.com/goreleaser/example-secure )
10+
11+ ## Documentation
12+
13+ - [ ] README file in each ` cmd ` directory
14+ - [ ] Embed README in program and print for ` --help `
15+ - [ ] Generate [ man pages] ( https://gabmus.org/posts/man_pages_with_markdown_and_pandoc/ ) from READMEs
16+ - [ ] Generate webpages from READMEs
17+ - [ ] Publish ` /docs ` to Github Pages
18+
19+ ## Uniwhat and Unicount
20+
21+ - [ ] Flag to include/exclude specific scripts (not just ASCII)
22+ - [ ] Flag to print script
23+ - [ ] Flag to print block
24+ - [ ] Flag for format: utf8/16/32/latin1/etc.
25+
26+ ## Unicount
27+
28+ - [ ] Print initial offset (optional)
29+
30+ ## Hexview (new)
31+
32+ - [ ] show ` hexdump -C ` interactively
33+ - [ ] bottom line of screen for status messages
34+ - [ ] Use [ mmap] ( ) to load file
35+ - [ ] search by hex
36+ - [ ] search by string
37+ - [ ] set codepage for character column
You can’t perform that action at this time.
0 commit comments