2 releases
0.1.1 | Dec 11, 2023 |
---|---|
0.1.0 | Dec 11, 2023 |
#651 in Text processing
8KB
91 lines
txt_to_md
This repository is converter from txt files to markdown file.
Get started
- install
cargo install txt_to_md
- Prepare text.txt
## a
### bb
ccc
ddd
eee
fff
ggg
hhh
iii
jjj
- Run
txt_to_md -i text.txt -o output.md
- output.md
## a
### bb
- ccc
- ddd
- eee
- fff
- ggg
- hhh
- iii
- jjj
Option
- See by below command
txt_to_md -h
- Output example if is_plane_text option uses
## a
### bb
- ccc
ddd
eee
fff
- ggg
hhh
iii
jjj
History
- 0.1.1
- Fix README
- 0.1.0
- Release first prototype
Dependencies
~3–14MB
~116K SLoC