MiniMark : The CLI Markdown Editor / Viewer
Project description
MiniMark : The CLI Markdown Editor / Viewer
Installation Pre-requisites
- Install NVM Package Manager :
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
- Install Pupetteer :
npx puppeteer browsers install chrome-headless-shell
- Install Mermaid CLI :
npm install -g @mermaid-js/mermaid-cli
- Install Ripgrep Utility :
sudo apt install ripgrep
Installation & Usage
- Install MiniMark : (in Ubuntu < 24.04 LTS)
pip3 install minimark
, (in Ubuntu 24.04 LTS)pip3 install minimark --break-system-packages
(NOTE : Ubuntu 24 does not allow installing any python packages without the additional flag, but rest assured : IT IS SAFE, if you dont want this, you can install Minimark in a separate Python venv) - Create Alias for MiniMark : add the following line at the end of your
~/.bashrc
file (if you use Bash), or your~/.zshrc
file (if you use ZSH) :alias minimark='python3 -m minimark'
Now, you can run MiniMark using the terminal command :minimark
!! Enjoy!
NOTE:
- If you dont want to create an alias, you can still run MiniMark using the command :
python3 -m minimark
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
minimark-0.0.1.2.tar.gz
(33.6 kB
view details)
Built Distribution
File details
Details for the file minimark-0.0.1.2.tar.gz
.
File metadata
- Download URL: minimark-0.0.1.2.tar.gz
- Upload date:
- Size: 33.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43adfff84fde6a1e82ea333fe673cacdab20349811049ce1cccc48d2d7338268 |
|
MD5 | 822c2518cf52c59b937b805b9c9faa4f |
|
BLAKE2b-256 | f91554f2c10bb5243d390937434084d7dab285866c2b5d659d95c54a524a70c3 |
File details
Details for the file minimark-0.0.1.2-py3-none-any.whl
.
File metadata
- Download URL: minimark-0.0.1.2-py3-none-any.whl
- Upload date:
- Size: 32.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc37e036c1da06cb3fa231f12bb804344cd517a6264ae20dbe5abad569941f62 |
|
MD5 | 841ab88950adfc4825edbfe320aa1f6b |
|
BLAKE2b-256 | 6d26a64b7af1a82fd5d59293445e8d179dc9ebb081a49ad60cb91ea88b0a0e70 |