$git clone https://github.com/kgoedecke/promptclipWebsite: www.getpromptclip.com
| 1 | # 📎 PromptClip - Prompt Manager for MacOS |
| 2 | |
| 3 | <img src="https://github.com/kgoedecke/promptclip/assets/5519740/812741fa-0311-456f-b769-32cf1e1a5bd6" style="width: 350px;"> |
| 4 | |
| 5 | Website: [www.getpromptclip.com](https://getpromptclip.com) |
| 6 | |
| 7 | 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. |
| 8 | |
| 9 | A MacOS global search bar makes it easy for you to get your copy your prompts to the clipboard. |
| 10 | |
| 11 | ## Demo |
| 12 | |
| 13 | #### The main dashboard |
| 14 | Allows you to add manage prompts using categories, search and more. |
| 15 | |
| 16 | <img src="https://github.com/kgoedecke/promptclip/assets/5519740/3813baf1-8a71-462b-a54d-cfdf04514143" style="width: 750px;"> |
| 17 | |
| 18 | |
| 19 | #### Search Bar |
| 20 | |
| 21 | Access the global MacOS search with `CMD + SHIFT + G`. The search bar works similar to Spotlight or Alfred. |
| 22 | |
| 23 | <img src="https://github.com/kgoedecke/promptclip/assets/5519740/438427a5-89f4-4d56-aaf5-67c391b6bfd2" style="width: 750px;"> |
| 24 | |
| 25 | ## Contributing |
| 26 | |
| 27 | We welcome contributions from the community! If you would like to contribute to PromptClip, please follow the steps below: |
| 28 | |
| 29 | 1. Fork the repository and clone it locally. |
| 30 | 2. Install the necessary dependencies by running the appropriate command for your package manager (`npm install` or `yarn`). |
| 31 | 3. Make your desired changes and improvements to the codebase. |
| 32 | 4. Test your changes thoroughly to ensure they don't introduce any bugs or issues. |
| 33 | 5. Commit your changes and push them to your forked repository. |
| 34 | 6. Submit a pull request with a clear description of the changes you made. |
| 35 | |
| 36 | ## Building the App |
| 37 | |
| 38 | To build PromptClip, follow the steps below: |
| 39 | |
| 40 | 1. Install the necessary dependencies by running the appropriate command for your package manager (`npm install` or `yarn`). |
| 41 | 2. Build the app by running the appropriate command for your package manager (`npm run build` or `yarn build`). |
| 42 | |
| 43 | ## Running a Development Version |
| 44 | |
| 45 | To run PromptClip in development mode, follow the steps below: |
| 46 | |
| 47 | 1. Install the necessary dependencies by running the appropriate command for your package manager (`npm install` or `yarn`). |
| 48 | 2. Start the development server by running the appropriate command for your package manager (`npm run tauri dev` or `yarn tauri dev`). |
| 49 | |
| 50 | 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. |
| 51 | |
| 52 | ## License |
| 53 | |
| 54 | PromptClip is licensed under the [GNU Affero General Public License v3.0](LICENSE). |
| 55 | |
| 56 | ## Acknowledgements |
| 57 | |
| 58 | PromptClip was built using the following technologies and libraries: |
| 59 | |
| 60 | - Tauri: [https://tauri.app/](https://tauri.app/) |
| 61 | - React: [https://reactjs.org/](https://reactjs.org/) |
| 62 | - Chakra UI: [https://chakra-ui.com/](https://chakra-ui.com/) |
| 63 | |
| 64 | We express our gratitude to the developers and contributors of these open-source projects for their valuable work. |
| 65 | |
| 66 | ## Support |
| 67 | |
| 68 | 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](https://github.com/kgoedecke/promptclip/) or contacting us through other available channels. |
| 69 | |
| 70 | Thank you for your interest and support in PromptClip! |