hugox

Crates.iohugox
lib.rshugox
version0.1.0
sourcesrc
created_at2022-03-15 05:45:41.902662
updated_at2022-03-15 05:45:41.902662
descriptionA companion to help edit markdown.
homepage
repositoryhttps://github.com/jason1105/hugox
max_upload_size
id550339
size21,062
(jason1105)

documentation

README

hugox

A companion to help edit markdown files.

Add tags

Before run

// C:\mdfiles\Readings.md
---
tags: [readings]
---
...

Run command

$ hugox add-tag C:\mdfiles\ news books

After run

// C:\mdfiles\Readings.md
---
tags: [books, news, readings]
---
...

Commit count: 0

cargo fmt