This is an application developed using Tauri, React, and TypeScript. It allows users to organize their code snippets into groups and collections, with each snippet having a title, description, and the ability to contain multiple files or manually entered pieces of text.
- Create and manage groups to organize collections of code snippets.
- Each collection can contain multiple code snippets with customizable titles and descriptions.
- Support for editing, renaming, and deleting snippets within collections.
- Intuitive user interface powered by React for smooth interaction.
The group and collection system is designed for future expansion. It paves the way for planned features like peer-to-peer collaboration, enabling users to share groups and collections with other users seamlessly.
- Deleting a snippet may sometimes result in the entire snippet list becoming empty. This is a known bug and will be addressed in future updates.
To run the application locally, follow these steps:
- Clone the repository.
- Install dependencies using
npm install
. - Start the development server using
npm run tauri dev
.
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- This project is still a W.I.P project.