Skip to content

Commit 8712089

Browse files
committed
Move to-do to separate file
1 parent f2e34e1 commit 8712089

File tree

2 files changed

+37
-4
lines changed

2 files changed

+37
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,3 @@
2929

3030

3131
## General
32-
33-
- [ ] man pages
34-
- [ ] goreleaser
35-
- [ ] [release security](https://github.com/goreleaser/example-secure)

TODO.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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

0 commit comments

Comments
 (0)