Skip to content

TejasBhovad/snippet-manager

Repository files navigation

Snippet manager

editor snippet install

Technologies

  • Rust (backend)
  • Next.js (frontend)
  • TailwindCSS (frontend)
  • Tauri (desktop app)

Features

  • Create, edit, delete snippets
  • Search snippets
  • Import/Export snippets
  • Cross-platform
  • Responsive design
  • Keyboard shortcuts
  • Markdown support
  • Syntax highlighting

Setup

Install Rust

https://www.rust-lang.org/tools/install

Install Tauri CLI with Cargo (will take time)

cargo install tauri-cli
# install dependencies
npm i
# start the app
cargo tauri dev

# build the app
cargo tauri build

# build the app for production
cargo tauri build --release

# build the app for production and package it
cargo tauri build --release --package

About

Code Snippet manager using Rust and Tauri

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published