Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pastebar/pastebarapp
PasteBar - Limitless, Free Clipboard Manager for Mac and Windows
https://github.com/pastebar/pastebarapp
clipboard clipboard-copy clipboard-history clipboard-manager clips copy-paste mac menubar menubar-app react rust tailwind taskbar taskbar-application tauri windows
Last synced: 4 days ago
JSON representation
PasteBar - Limitless, Free Clipboard Manager for Mac and Windows
- Host: GitHub
- URL: https://github.com/pastebar/pastebarapp
- Owner: PasteBar
- License: other
- Created: 2024-04-10T13:19:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T03:24:42.000Z (19 days ago)
- Last Synced: 2025-01-10T14:07:36.783Z (11 days ago)
- Topics: clipboard, clipboard-copy, clipboard-history, clipboard-manager, clips, copy-paste, mac, menubar, menubar-app, react, rust, tailwind, taskbar, taskbar-application, tauri, windows
- Language: TypeScript
- Homepage:
- Size: 223 MB
- Stars: 1,212
- Watchers: 9
- Forks: 39
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# PasteBar - Limitless, Free Clipboard Manager for Mac and Windows.
![pastebar-screenshot-main-split](https://github.com/user-attachments/assets/c3024edb-67ae-4e92-a02f-a0957fb153a2)
Effortless Management Of Everything You Copy and Paste. Free and open-source.
Key features are:
- Unlimited clipboard history
- Searchable copy history
- Custom saved clips
- Quick-access paste menus
- Collections, tabs, and boards for organization
- Local storage for privacy and security
- Lock screen and passcode protection
- Support for text, images, files, links, and code snippets
- Automatic programming language detection and syntax highlighting
- Markdown support in notes
- Instant pasting from system menu
- Dark theme
- Global search functionality
- Customizable clips and menus
- Support for forms and templates
- Web scraping and API data extraction capabilities
- Available for macOS and Windows (including Apple Silicon M1, Intel, AMD, and ARM processors)https://www.pastebar.app
### Stack
* **Rust**: Tauri Apps, Diesel ORM, Reqwest, Anyhow, Serde, Tokio.
* **Javascript**: Typescript, React, React Query, Vite, TailwindCSS, Signals, Jotai, Zustand.# Build Local PasteBar App
```
$ npm install
$ npm run build
```# Development Start
After cloning run:
```
$ cargo install diesel_cli --no-default-features --features sqlite
``````
$ npm install
$ npm start
```