#markdown-text #markdown #text #text-file #txt-file #command #md

app txt_to_md

Command converting from a txt file to a markdown file

2 releases

0.1.1 Dec 11, 2023
0.1.0 Dec 11, 2023

#308 in Text processing

Download history 2/week @ 2024-02-16 21/week @ 2024-02-23 12/week @ 2024-03-01 25/week @ 2024-03-29 2/week @ 2024-04-05 62/week @ 2024-04-12

89 downloads per month

MIT license

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–13MB
~129K SLoC