Website: www.getpromptclip.com
PromptClip is a Tauri app to manage AI prompts easily. It provides a convenient way to save prompts and retrieve them for later use. With PromptClip, you can efficiently manage and organize your AI prompts to enhance your workflow.
A MacOS global search bar makes it easy for you to get your copy your prompts to the clipboard.
Allows you to add manage prompts using categories, search and more.
Access the global MacOS search with CMD + SHIFT + G
. The search bar works similar to Spotlight or Alfred.
We welcome contributions from the community! If you would like to contribute to PromptClip, please follow the steps below:
- Fork the repository and clone it locally.
- Install the necessary dependencies by running the appropriate command for your package manager (
npm install
oryarn
). - Make your desired changes and improvements to the codebase.
- Test your changes thoroughly to ensure they don't introduce any bugs or issues.
- Commit your changes and push them to your forked repository.
- Submit a pull request with a clear description of the changes you made.
To build PromptClip, follow the steps below:
- Install the necessary dependencies by running the appropriate command for your package manager (
npm install
oryarn
). - Build the app by running the appropriate command for your package manager (
npm run build
oryarn build
).
To run PromptClip in development mode, follow the steps below:
- Install the necessary dependencies by running the appropriate command for your package manager (
npm install
oryarn
). - Start the development server by running the appropriate command for your package manager (
npm run tauri dev
oryarn tauri dev
).
If you encounter any issues, please make sure 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.
PromptClip is licensed under the GNU Affero General Public License v3.0.
PromptClip was built using the following technologies and libraries:
- Tauri: https://tauri.app/
- React: https://reactjs.org/
- Chakra UI: https://chakra-ui.com/
We express our gratitude to the developers and contributors of these open-source projects for their valuable work.
If you encounter any issues or have any questions or suggestions regarding PromptClip, please feel free to reach out to us by creating an issue in the GitHub repository or contacting us through other available channels.
Thank you for your interest and support in PromptClip!