PasteBarApp/README.md

55 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2024-07-22 12:22:31 -04:00
# PasteBar - Limitless, Free Clipboard Manager for Mac and Windows.
2025-06-13 17:44:21 -04:00
2024-07-25 14:13:04 -04:00
<a href="https://www.pastebar.app"><img width="1144" alt="Screenshot 2024-07-25 at 14 11 09" src="https://github.com/user-attachments/assets/ce861bdb-d7df-4944-885e-12d37177e56d"></a>
2024-07-22 12:38:55 -04:00
![pastebar-screenshot-main-split](https://github.com/user-attachments/assets/c3024edb-67ae-4e92-a02f-a0957fb153a2)
2024-07-22 12:20:33 -04:00
2024-07-28 01:29:58 -04:00
Effortless Management Of Everything You Copy and Paste. Free and open-source.
2025-06-13 17:44:21 -04:00
Key features are:
2024-07-28 01:29:58 -04:00
- 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)
2024-07-22 12:20:33 -04:00
2024-07-28 01:30:58 -04:00
https://www.pastebar.app
2024-07-22 12:38:55 -04:00
### Stack
2025-06-13 17:44:21 -04:00
- **Rust**: Tauri Apps, Diesel ORM, Reqwest, Anyhow, Serde, Tokio.
- **Javascript**: Typescript, React, React Query, Vite, TailwindCSS, Signals, Jotai, Zustand.
2024-08-20 16:13:30 +10:00
# Build Local PasteBar App
```
2024-08-20 16:13:30 +10:00
$ npm install
2024-04-21 16:27:25 -04:00
$ npm run build
```
# Development Start
After cloning run:
2025-06-13 17:44:21 -04:00
```
$ cargo install diesel_cli --no-default-features --features sqlite
```
```
$ npm install
2024-07-20 15:17:52 -04:00
$ npm start
```