mdme (markdown me)
A simple cli tool to generate code and text blocks for viewing, sharing with people or with an LLM.
Installation
go install github.com/alafeefidev/mdme/cmd/mdme@latest
Usage
mdme <path> [flags]
Examples
- Get files from current directory with console output suppressed
mdme -s
- Get files from provided directory with verbosity of logs set to debug
mdme /examples -v
Flags
-s, --suppress suppress console output, only copy to clipboard
-v, --verbose enable debug logging
-d, --depth max directories depth (0 = unlimited)
--max-files max number of files to process
Planned Features
- Flags to overwrite default ignore list
- To work on files too, now it only accepts directories
- Print to an .md file
- and more...