Skip to content

Announcing mg v1.0.0: Your Command-Line Writing Companion

Latest

Choose a tag to compare

@Eeman1113 Eeman1113 released this 05 Jun 13:51
a4c44b6

We are excited to announce the initial release of mg version 1.0.0, a high-speed, command-line tool designed to help you improve your writing. Built in Rust for maximum performance, mg parses text files to detect and highlight common stylistic issues, helping you write with clarity and precision.

Key Features in this Release:

  • Weasel Word Detection: Flags weak and ambiguous words (e.g., "many," "very," "extremely") to help you make your statements stronger.
  • Passive Voice Detection: Identifies sentences written in the passive voice, encouraging a more direct and active writing style.
  • Duplicate Word Check: Catches accidental word repetitions (e.g., "the the") to improve readability.
  • Spelling Check: Points out common spelling mistakes to ensure your text is error-free.
  • Colored Output: Uses clear and intuitive terminal colors to distinguish between different types of suggestions and errors, making them easy to spot.

Getting Started

To get started with mg, you'll need to have Rust and Cargo installed.

  1. Clone the repository:
    git clone https://github.com/Eeman1113/mg.git
    cd mg
  2. Build for performance:
    cargo build --release
  3. Run the checker:
    cargo run --release -- <path/to/your/file.txt>

This release marks the first stable version of mg, and we are grateful for the foundational work from our contributors. This project is licensed under the MIT License.

We welcome contributions! If you have ideas for new features or find any bugs, please feel free to open an issue or submit a pull request on our GitHub repository.