Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

itsharex/TextGO

Repository files navigation

TextGO is a cross-platform text processing tool that automatically recognizes text types and executes custom actions. Trigger it with hotkeys, mouse double-click, or text selection, and choose between instant execution or interactive toolbar mode.

✨ Core Features

  1. Multiple Trigger Methods: Global hotkeys, mouse double-click, or text selection - each with independent rule configurations.
  2. Flexible Execution Modes: Choose instant execution or interactive toolbar mode based on your workflow.
  3. Ready to Use: Built-in rich text types and processing actions, simple configuration for immediate use.
  4. Highly Extensible: Extend with regex, ML models, scripts, or local AI for custom recognition and processing.
  5. Customizable Icons: Choose from built-in icon library or upload custom SVG icons to create a personalized toolbar.

⬇️ Getting Started

Installation

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

Permission Setup

On macOS, the following permissions are required for proper functionality:

  1. Accessibility: Required for simulating keyboard input
  2. Input Monitoring: Required for listening to mouse events

The system will automatically prompt you to grant these permissions while using the app. You can also manually configure them in "System Settings" > "Privacy & Security".

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

🛠️ 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.

📄 License

This project is released under the GPLv3 open source license.

About

Smart text automation with auto-detection. One hotkey, multiple actions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 47.9%
  • Rust 24.3%
  • TypeScript 23.3%
  • JavaScript 3.3%
  • CSS 1.1%
  • HTML 0.1%

AltStyle によって変換されたページ (->オリジナル) /