Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anuradhawick/clipper
Useful clipping board for Mac and Linux
https://github.com/anuradhawick/clipper
Last synced: 23 days ago
JSON representation
Useful clipping board for Mac and Linux
- Host: GitHub
- URL: https://github.com/anuradhawick/clipper
- Owner: anuradhawick
- License: gpl-3.0
- Created: 2024-07-15T12:21:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T09:37:38.000Z (3 months ago)
- Last Synced: 2024-08-06T09:54:11.266Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 429 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Clipper
Clipper is a versatile clipboard management and note-taking application designed specifically for developers. It runs on Mac and Linux, leveraging the Tauri framework for a lightweight and secure experience. With Clipper, accessing your clipboard history and jotting down notes becomes seamless and integrated into your development workflow.
## 🛑 Disclaimer 🛑
The app itself is secure, however, your clipboard might see your passwords if you manually copy them. Usually it is recommended that you autofill fields that skips clipboard involvement. No efforts have made so far to detect passwords or ignore copied passwords, yet.
## Features
Clipboard Access Shortcut: Quickly access your clipboard history with a simple shortcut, optimised for both Mac and Linux systems.
Easy Note-Taking: Tailored for developers, Clipper allows you to take and organize notes effortlessly, supporting various coding languages and markdown.
Expandability: More features are planned and will be rolled out to enhance productivity and user experience.## Installation Instructions
### Prerequisites
Before you install Clipper, ensure you have the following:
- PNPM (9+) from [https://pnpm.io/](https://pnpm.io/)
- Node.js (LTS version 22+) [https://nodejs.org/en](https://nodejs.org/en)
- Rust (rustc 1.81.0 (eeb90cda1 2024-09-04)) [https://www.rust-lang.org/](https://www.rust-lang.org/)
- Tauri CLI from [https://tauri.app/](https://tauri.app/)You can install Tauri CLI by running:
```bash
cargo install tauri-cli
```### Cloning the Repository
To get started with Clipper, clone the repository to your local machine:
```bash
git clone https://github.com/anuradhawick/clipper.git
cd clipper
```### Running the Application
To run Clipper locally, use:
```bash
pnpm install
pnpm tauri dev
```### Building the Application
To build a production version of Clipper, execute:
```bash
pnpm tauri build
```## Troubleshooting
Compiling in Mac is very easy and can be tricky on Linux. Please follow the guidelines here.
* [https://v2.tauri.app/start/prerequisites/](https://v2.tauri.app/start/prerequisites/)
* [https://v2.tauri.app/distribute/](https://v2.tauri.app/distribute/)## Contact
For all the great ideas: mark an issue or [[email protected]](mailto:[email protected])