Skip to content

Commit ad6eb3d

Browse files
committed
Readme fix
1 parent 279b043 commit ad6eb3d

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ Or download from [Releases](https://github.com/FileFormatInfo/fftools/releases)
1818
- [bytecount](cmd/bytecount/README.md): counts the number of occurrences of each byte
1919
- [certinfo](cmd/certinfo/README.md): print info about an x509 (aka SSL/HTTPS) certificate
2020
- [ghash](cmd/ghash/README.md): calculate file hashes
21-
- [hexdumpc](cmd/hexdumpc/README.md): generate canonical hexdump (`hexdump -C`) output in case you don't have [hexdump`]
22-
(https://man7.org/linux/man-pages/man1/hexdump.1.html) installed
21+
- [hexdumpc](cmd/hexdumpc/README.md): generate canonical hexdump (`hexdump -C`) output in case you don't have [`hexdump`](https://man7.org/linux/man-pages/man1/hexdump.1.html) installed
2322
- [hosty](cmd/hosty/README.md): manipulate hostnames
2423
- [jsonfmt](cmd/jsonfmt/README.md): format JSON (expanded, canonical, line, fractured)
2524
- [unhexdump](cmd/unhexdump/README.md): convert `hexdump -c` output back into binary

TODO.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@
33

44
## Everywhere
55

6-
- [ ] goreleaser
7-
- [ ] Packaging: brew
8-
- [ ] Packaging: deb
96
- [ ] [release security](https://github.com/goreleaser/example-secure)
107

118
## Documentation
129

13-
- [ ] README file in each `cmd` directory
14-
- [ ] Embed README in program and print for `--help`
1510
- [ ] Generate [man pages](https://gabmus.org/posts/man_pages_with_markdown_and_pandoc/) from READMEs
1611
- [ ] Generate webpages from READMEs
1712
- [ ] Publish `/docs` to Github Pages

0 commit comments

Comments
 (0)