Skip to content

Karitham/mdbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    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

NAME:
   mdbox - markdown utilities

USAGE:
   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 command

GLOBAL OPTIONS:
   --help, -h  show help (default: false)