Skip to content

C5H12O5/TextGO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

304 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

logo

TextGO

All-in-One Text Tool

GitHub Release GitHub Stars GitHub Downloads GPLv3 License Tauri Version Svelte Version macOS Windows

๐Ÿ“– English / ็ฎ€ไฝ“ไธญๆ–‡

TextGO is a cross-platform text processing tool that recognizes text types and executes custom actions.

โœจ Core Features

  • Multiple Triggers: Hotkeys, double-click, or drag-select, each with independent rule configurations.
  • Flexible Modes: Choose instant execution or interactive toolbar mode based on your workflow.
  • Customizable Icons: Upload custom SVG icons to create your personalized toolbar style.
  • Ready to Use: Built-in rich text types and processing actions, simple configuration for immediate use.
  • Highly Extensible: Extend with regex, ML models, scripts, or local/cloud AI for custom recognition and processing.

โฌ‡๏ธ Getting Started

Installation

Download the installer for your platform from GitHub Releases and follow the installation instructions.

Permissions

TextGO requires the Accessibility permission on macOS to function properly.

Setup Steps:

  1. Open "System Settings" > "Privacy & Security" > "Accessibility"
  2. Find TextGO and check it
  3. If not listed, click the "+" button to manually add TextGO

Tip

The system will automatically prompt for authorization when the app is used for the first time.

Extensions

Visit the Extensions page on the official website to browse and install various extensions that enhance the app's functionality:

FAQ

1. macOS shows "App is damaged and can't be opened."

Run the following command in the terminal to resolve:

sudo xattr -r -d com.apple.quarantine /Applications/TextGO.app
2. macOS shows "Apple can't check app for malicious software."

Follow these steps to resolve:

  1. Open "System Settings" > "Privacy & Security"
  2. Find the blocked application in the "Security" section
  3. Click the "Open Anyway" button
  4. Enter your login password and confirm

Note

For detailed usage instructions, please refer to the User Guide.

๐Ÿ› ๏ธ Development

  1. Refer to Tauri official documentation to install Rust and Node.js (use pnpm as the package manager)

  2. Clone and setup:

    git clone https://github.com/C5H12O5/TextGO.git
    cd TextGO
    pnpm install
  3. Run development mode:

    pnpm tauri dev
    
    # enable debug logs on Unix-like systems
    RUST_LOG=debug pnpm tauri dev
    
    # enable debug logs on Windows PowerShell
    $env:RUST_LOG="debug"; pnpm tauri dev
  4. Build installer:

    pnpm tauri build

๐ŸŽ‰ Acknowledgments

This project is built upon many excellent open source projects. We would like to express our sincere gratitude to all the developers and contributors of these projects.

For a complete list of third-party dependencies and their licenses, please see LICENSES.md file.

๐Ÿ“„ License

This project is released under the GPLv3 open source license.