https://github.com/karitham/mdbox
markdown utils box
https://github.com/karitham/mdbox
busybox markdown
Last synced: 2 months ago
JSON representation
markdown utils box
- Host: GitHub
- URL: https://github.com/karitham/mdbox
- Owner: karitham
- License: mit
- Created: 2021-12-20T13:30:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T14:26:58.000Z (over 3 years ago)
- Last Synced: 2025-02-22T11:15:16.184Z (3 months ago)
- Topics: busybox, markdown
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mdbox
mdbox is a markdown utilities box.
The idea is to make a simple and user friendly interface to common operations, such that it is easy to have a command line first editing experience.
## Usage
Currently implemented commands are:
- mv
**Example**```sh
mdbox mv docs/asset_test.png docs/asset.png
```Will update all backlinks of any markdown files in the current directory that contains a path to this file.
Relative path from other directories are currently not supported.## Help
```sh
NAME:
mdbox - markdown utilitiesUSAGE:
mdbox [global options] command [command options] [arguments...]COMMANDS:
mv move a file somewhere else, updates backlinks
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--help, -h show help (default: false)
```