https://github.com/analyticace/cat-readme
A command-line tool to display markdown files with rich formatting.
https://github.com/analyticace/cat-readme
package readme
Last synced: about 1 year ago
JSON representation
A command-line tool to display markdown files with rich formatting.
- Host: GitHub
- URL: https://github.com/analyticace/cat-readme
- Owner: AnalyticAce
- Created: 2025-03-01T18:20:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T20:15:44.000Z (over 1 year ago)
- Last Synced: 2025-03-27T08:16:50.047Z (about 1 year ago)
- Topics: package, readme
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cat-readme
A command-line tool to display markdown files with rich formatting.
## Installation
```bash
pip install cat-readme
```
## Usage
```bash
cat-readme [README_FILE]
```
### Arguments
- `README_FILE`: Path to the markdown file you want to display
## Features
- Rich text formatting in the terminal
- Supports standard markdown syntax
- Simple and intuitive command-line interface