Skip to content

Kxffie/snipit

Repository files navigation

SnipIt - Code Snippet Manager

SnipIt Logo

SnipIt is a lightweight yet powerful
code snippet manager for developers.
Save, organize, and retrieve your code effortlessly.
No more digging through old projects—just save, search, and copy.

🚀 Features

  • Offline-first – Works locally for instant access.
  • 🏷️ Tagging System – Organize snippets by language, project type, and custom tags.
  • ☁️ GitHub Backup – Sync snippets to a public or private GitHub repository. (Planned)
  • 🔍 Fast Search – Quickly find stored snippets with keyword and tag filtering.

📦 Installation

🔽 Download SnipIt

⚠️ Note:

  • Website Download (Coming Soon!)
    Visit SnipIt Official Website and download the latest version.
  • GitHub Releases
    Go to the Releases section and download the latest version for your OS.

🛠️ Manual Installation (For Developers)

  1. Clone the repository:
  2.   git clone https://github.com/kxffie/snipit.git
      cd snipit
      
  3. Install dependencies:
  4.   # Using npm
      npm install
      
      # OR using yarn
      yarn install
      
  5. Run in development mode:
  6.   # Using npm
      npm run tauri dev
      
      # OR using yarn
      yarn tauri dev
      
  7. Build the application:
  8.   # Using npm
      npm run tauri build
      
      # OR using yarn
      yarn tauri build
      

📖 Usage

  • 📌 Add a snippet – Paste your reusable code and tag it for easy retrieval.
  • 📌 Search – Use keywords or filters to find saved snippets.
  • 📌 Copy & Use – Click to copy and insert it into your project instantly.

🤝 Contributing

SnipIt is open to contributions! If you'd like to contribute:

  1. Fork the repository.
  2. Create a new branch:
  3.   git checkout -b feature-name
      
  4. Make your changes and commit:
  5.   git commit -m "Added feature"
      
  6. Push to your fork:
  7.   git push origin feature-name
      
  8. Open a pull request on GitHub.

🛠 Tech Stack

  • 🖥️ Frontend: Vite + React + TypeScript
  • ⚙️ Backend: Tauri (Rust)
  • 🎨 UI Components: ShadCN, Lucide Icons

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.

🌟 Support

If you find this project helpful, please ⭐ the repo! Have feedback? Open an issue or join the discussion.

📩 Contact

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published