{"id":27072705,"url":"https://github.com/ilukemagic/schm","last_synced_at":"2025-09-25T20:51:59.475Z","repository":{"id":285023315,"uuid":"956623050","full_name":"ilukemagic/schm","owner":"ilukemagic","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-29T00:22:57.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T01:25:33.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilukemagic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-28T15:11:47.000Z","updated_at":"2025-03-29T00:23:00.000Z","dependencies_parsed_at":"2025-03-29T01:25:40.643Z","dependency_job_id":"f7fca9a9-a9f0-41e2-ac1f-5107393a0ff4","html_url":"https://github.com/ilukemagic/schm","commit_stats":null,"previous_names":["ilukemagic/schm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilukemagic%2Fschm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilukemagic%2Fschm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilukemagic%2Fschm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilukemagic%2Fschm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilukemagic","download_url":"https://codeload.github.com/ilukemagic/schm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411978,"owners_count":20934775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-05T23:19:31.229Z","updated_at":"2025-09-25T20:51:59.427Z","avatar_url":"https://github.com/ilukemagic.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SCHM: Smart Clipboard History Manager\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey)\n![Status](https://img.shields.io/badge/status-in%20development-orange)\n\nSCHM is a modern desktop application built with Tauri (Rust) and React that intelligently manages and organizes clipboard content with AI-powered features.\n\n## Overview\n\nSCHM enhances your productivity by automatically capturing, categorizing, and managing clipboard contents. It provides quick access to your clipboard history through an intuitive interface and smart search capabilities.\n\n## Features\n\n### Core Functionality\n\n- **Real-time Clipboard Monitoring**: Automatically captures and stores clipboard content\n- **Multi-format Support**: Handles text, URLs, code snippets, and images\n- **Intelligent Content Classification**: Automatically detects and categorizes content types\n- **Customizable Retention**: Configure how long clipboard history is preserved\n\n### User Experience\n\n- **Global Shortcuts**: Access your clipboard history from anywhere with customizable shortcuts (default: `Ctrl+Shift+V` / `Cmd+Shift+V`)\n- **Quick Search**: Rapidly find past clipboard items with powerful search capabilities\n- **Compact \u0026 Full Modes**: Choose between a minimal interface for quick access or a comprehensive view for detailed management\n- **System Tray Integration**: Always accessible while staying out of your way\n- **Dark/Light Themes**: Adapt to your preferred visual style\n\n### Security \u0026 Privacy\n\n- **Local Storage**: All clipboard data remains on your device\n- **No Cloud Synchronization**: Your data never leaves your computer\n- **Minimal Permissions**: Only accesses what's necessary to function\n\n## Usage Guide\n\nSCHM integrates into your workflow with intuitive controls and keyboard shortcuts.\n\n### Global Shortcuts\n\n| Shortcut                                                | Action                      |\n| ------------------------------------------------------- | --------------------------- |\n| `Ctrl+Shift+V` (Windows/Linux)\u003cbr\u003e`Cmd+Shift+V` (macOS) | Open SCHM clipboard manager |\n| `Esc`                                                   | Close SCHM window           |\n\n### Navigation\n\nWhen the clipboard manager is open:\n\n| Shortcut         | Action                                           |\n| ---------------- | ------------------------------------------------ |\n| `↑` (Up Arrow)   | Navigate to previous clipboard item              |\n| `↓` (Down Arrow) | Navigate to next clipboard item                  |\n| `Enter`          | Copy selected item to clipboard and close window |\n| `Click` on item  | Copy item to clipboard and close window          |\n\n### Interface Modes\n\n#### Compact Mode\n\n- Triggered by the global shortcut\n- Streamlined interface for quick copy operations\n- Features search bar and content tabs\n- Shows keyboard shortcut hints at the bottom\n\n#### Main Mode\n\n- Full application window with comprehensive features\n- Access through system tray icon\n- Provides detailed view of clipboard items\n- Includes advanced filtering and management options\n\n### Content Filtering\n\nSCHM automatically categorizes your clipboard content into:\n\n- **Text**: Regular text snippets\n- **Link**: URLs and web links\n- **Code**: Programming code and syntax\n\nUse the tabs at the top of the interface to filter by content type, or use the search bar to find specific items by keyword.\n\n### System Tray\n\nThe application runs in the background with a system tray icon that provides quick access to:\n\n- Show main window\n- Hide to tray\n- Quit application\n\n## Technical Architecture\n\n### Frontend\n\n- React 18 with TypeScript\n- TailwindCSS for styling\n- Zustand for state management\n\n### Backend\n\n- Rust with Tauri framework\n- SQLite for local storage\n- Tokio for asynchronous runtime\n\n## Development Status\n\nSCHM is currently in active development. The core clipboard monitoring and storage functionality are operational, with AI capabilities and additional features planned for future releases.\n\n### Current Progress\n\n- [x] Core clipboard monitoring engine\n- [x] Basic UI with dark/light theme support\n- [x] Content type detection \u0026 classification\n- [x] System tray integration\n- [x] Local SQLite database storage\n- [x] Global shortcut support\n- [ ] AI-powered content analysis\n- [ ] Advanced search capabilities\n- [ ] Cross-device synchronization (optional)\n\n## Building \u0026 Running\n\n### Prerequisites\n\n- Node.js (v16+)\n- Rust (1.65+)\n- npm or yarn\n\n### Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/yourusername/schm.git\ncd schm\n\n# Install dependencies\nnpm install\n\n# Run in development mode\nnpm run tauri dev\n\n# Build for production\nnpm run tauri build\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please read the [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to contribute to this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filukemagic%2Fschm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filukemagic%2Fschm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filukemagic%2Fschm/lists"}