| Crates.io | txt_to_md |
| lib.rs | txt_to_md |
| version | 0.2.0 |
| created_at | 2023-12-11 20:33:48.135877+00 |
| updated_at | 2025-08-26 21:16:26.380158+00 |
| description | Command converting from a txt file to a markdown file |
| homepage | |
| repository | https://github.com/scepter914/txt-to-md-rs |
| max_upload_size | |
| id | 1065556 |
| size | 20,644 |
This repository txt_to_md is the convert CLI from txt files to markdown file.
cargo install txt_to_md
txt_to_md "
ccc
ddd
eee
fff
ggg
hhh
iii
jjj
"
## a
### bb
ccc
ddd
eee
fff
ggg
hhh
iii
jjj
- kkk
- lll
- mmm
txt_to_md -i text.txt -o output.md
## a
### bb
- ccc
- ddd
- eee
- fff
- ggg
- hhh
- iii
- jjj
- kkk
- lll
- mmm
txt_to_md -h
## a
### bb
- ccc
ddd
eee
fff
- ggg
hhh
iii
jjj
- kkk
- lll
- mmm
cargo run --release --bin txt_to_md -- -i in.txt