Overview
PromptClip is a Tauri app designed for MacOS that allows users to easily manage AI prompts. It provides a convenient way to save and retrieve prompts, enhancing workflow for AI users. With PromptClip, users can efficiently organize and categorize their prompts, and quickly copy them to the clipboard using the MacOS global search bar.
Features
- Convenient Prompt Management: PromptClip offers an intuitive dashboard that allows users to add and manage prompts using categories and search functionality.
- MacOS Global Search Integration: Users can access the MacOS global search using CMD + SHIFT + G, allowing for quick and easy access to prompts.
- Contribution: PromptClip welcomes contributions from the community, providing an opportunity for users to improve and enhance the app.
Installation
To install PromptClip on your MacOS device, follow the steps below:
- Fork the repository and clone it locally.
- Install the necessary dependencies by running
npm installoryarnin your package manager. - Make desired changes to the codebase.
- Thoroughly test your changes to ensure there are no bugs or issues.
- Commit your changes and push them to your forked repository.
- Submit a pull request with a clear description of the changes made.
To build the app, follow these steps:
- Install the necessary dependencies by running
npm installoryarnin your package manager. - Build the app by running
npm run buildoryarn buildin your package manager.
To run PromptClip in development mode, follow these steps:
- Install the necessary dependencies by running
npm installoryarnin your package manager. - Start the development server by running
npm run tauri devoryarn tauri devin your package manager.
If you encounter any issues, ensure that you have all the necessary dependencies installed and try running the appropriate build command (npm run tauri build or yarn tauri build) after installing dependencies.
Summary
PromptClip is a user-friendly app designed for MacOS that allows users to easily manage their AI prompts. With features like prompt organization and integration with the MacOS global search, PromptClip enhances workflow and productivity for AI users. The app welcomes contributions from the community and is built using technologies like Tauri, React, and Chakra UI. For support or inquiries, users can reach out through the GitHub repository or other available channels. Thank you for your interest and support in PromptClip!