Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xihajun/pasteai
An open-source alternative to Paste, complete with a sleek design and enhanced functionality.
https://github.com/xihajun/pasteai
Last synced: 4 days ago
JSON representation
An open-source alternative to Paste, complete with a sleek design and enhanced functionality.
- Host: GitHub
- URL: https://github.com/xihajun/pasteai
- Owner: xihajun
- License: mit
- Created: 2024-11-19T00:14:07.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T23:18:44.000Z (2 months ago)
- Last Synced: 2024-11-28T00:22:54.367Z (2 months ago)
- Language: Swift
- Homepage:
- Size: 752 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PasteAI
An open-source alternative to Paste, complete with a sleek design and enhanced functionality.
But that’s not all – I’m also developing an AI-powered feature that will take usability to the next level. Think smarter organization, intuitive suggestions, and seamless integrations.
Stay tuned for updates, and I’d love to hear your thoughts or ideas.
## Features
- **Clipboard History**: Automatically saves text and image clipboard items with source app information.
- **Tagging System**: Add, rename, and delete tags for better organization.
- **Search**: Perform regular and AI-based semantic searches on clipboard items.
- **Embeddings**: Generate and store embeddings for text items using local, Google, or OpenAI services.
- **App Integration**: Copy and paste items directly to and from other applications.## Build Instructions
To build the project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/xihajun/pasteAI.git
cd pasteAI
```2. Run the build script:
```bash
./build.sh
```This script will:
- Build the project using `xcodebuild`.
- Create a release directory.
- Copy the built application to the release directory.
- Install `create-dmg` if not already installed.
- Create a DMG file for distribution.## Running the Application
After building the project, you can run the application by opening the generated DMG file and dragging the `PasteAI.app` to your Applications folder. Then, you can launch the application from the Applications folder.