Skip to content

Commit

Permalink
update cmd doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosNyaruko committed Dec 31, 2024
1 parent af70172 commit 56a5358
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion cmd/dumpdict/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
dumpdict -f ~/.config/ondict/dicts/Longman\ Dictionary\ of\ Contemporary\ English.mdx
# Dump MDX Files
dumpdict -f path/to/dict1.mdx -f path/to/dict2.mdx

# Dump MDX Files in specified directories
dumpdict -d dir1 -d dir2

# Mixed
dumpdict -d dir1 -f path/to/dict.mdx
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- [x] Integrated with [mdcat](https://github.com/swsnr/mdcat)
- [x] Auto history.
- [x] A better history/record system, to make the history.table less "polluted" by ongoing fzf-based queries.
- [ ] An independent parser cmd.
- [x] An independent parser cmd.
- [ ] See the TODOs in the code.
- [x] The progress bar while decoding?
- [ ] Automatically generate a valid configuration file, using template or Internet.
Expand Down

0 comments on commit 56a5358

Please sign in to comment.