Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 1.93 KB

File metadata and controls

69 lines (49 loc) · 1.93 KB

AtomSpell Logo

AtomSpell - Atom IDE Inspired Spell Checker

Project Status: Incomplete

All core features have not been fully implemented and the project is unstable.

A modern, multilingual spell checker with a beautiful Atom IDE-inspired interface.

Features

  • Multi-language Support: Check spelling in 10+ languages
  • Real-time Checking: Auto-check as you type
  • Smart Suggestions: Intelligent word suggestions
  • Atom IDE Themes: Multiple beautiful themes
  • Document Statistics: Word frequency, accuracy, reading time
  • Dictionary Management: Add custom words and dictionaries
  • Find & Replace: Powerful text search and replace
  • Drag & Drop: Open files by dragging them onto the app

Supported Languages

English 🇬🇧 Afrikaans 🇿🇦 French 🇫🇷 Spanish 🇪🇸
German 🇩🇪 Chinese 🇨🇳 Italian 🇮🇹 Portuguese 🇵🇹
Russian 🇷🇺 Japanese 🇯🇵 Korean 🇰🇷 Auto-detect 🌐

Testers


Installation

From Source

  1. Clone the repository:

    git clone [https://github.com/RR-Ralefaso/SpellChecker.git](https://github.com/RR-Ralefaso/SpellChecker.git)
    cd SpellChecker
  2. Building for Windows:

    rustup target add x86_64-pc-windows-gnu
    cargo build --release --target x86_64-pc-windows-gnu
    # Binary found in: ./target/x86_64-pc-windows-gnu/release/
  3. Making Linux Portable Version:

    mkdir -p ~/Desktop/SpellCheckerPortable
    cp ./target/release/spellchecker ~/Desktop/SpellCheckerPortable/
    cp -r assets/ ~/Desktop/SpellCheckerPortable/
    cp -r src/dictionary/ ~/Desktop/SpellCheckerPortable/