A desktop application that automatically optimizes text when you perform three clipboard copies within a 1-second interval. Select and copy text (Ctrl+C or ⌘+C) and then copy again and again within 1 second. The improved text will be copied to your clipboard.
So basically you can use this app to make your text more readable by 3 times copying and pasting.
💾 Download the latest version for Mac, Windows and Linux
- Automatically detects double-copy clipboard operations
- Optimizes text formatting instantly
- Runs silently in the background
- Cross-platform support
Before building the application, ensure you have the following installed:
-
Clone the repository:
git clone [email protected]:LimTec-de/pasteAi.git cd pasteAI
-
Install dependencies:
pnpm install
-
Build the application:
pnpm tauri build
The compiled application will be available in the
src-tauri/target/release
directory. -
⚠️ macOS Users: Remove the quarantine attribute to run it:xattr -d com.apple.quarantine /Applications/pasteAI.app
This step is necessary because the app is not signed (right now) and macOS may prevent it from starting.
- Launch the application
- The app will run in the background
- To optimize text:
- Select and copy text (Ctrl+C or ⌘+C)
- Immediately copy again and again within 1 second (copy 3 times)
- The text in your clipboard will be automatically optimized
To run the application in development mode:
pnpm tauri dev
For legal information and contact details, please visit our Imprint page. </rewritten_file>