Skip to content

Prakash4844/Sona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sona

sona icon

A modern clipboard manager built with Wails and Go.

Screenshots

Sona Main Window Sona Setting Panel Sona Dark Theme

Features

  • Real-time clipboard monitoring
  • Pin important items to prevent deletion
  • Edit clipboard content before copying
  • Search and filter clipboard history
  • Beautiful blur glass UI with theme options
  • Persistent storage across sessions
  • Global keyboard shortcuts (Ctrl+Shift+V)
  • Cross-platform support (macOS, Windows, Linux)

Development

Prerequisites

  • Go 1.18+
  • Node.js 16+
  • Wails v2 CLI

Setup

# Clone the repository
git clone [email protected]:Prakash4844/Sona.git
cd sona

# Install dependencies
go mod tidy

# Run in development mode
wails dev

# Build for production
wails build

Usage

  1. Launch Sona
  2. Start copying text - it appears automatically in your history
  3. Click any item to copy it back to your clipboard
  4. Use Ctrl+Shift+V to open/focus the window

License

GitHub