Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SergioRibera/super_clipboard
Manage your clipboard history with a beautiful and simple interface
https://github.com/SergioRibera/super_clipboard
clipboard gui-application hacktoberfest linux rust rust-lang wayland x11
Last synced: about 1 month ago
JSON representation
Manage your clipboard history with a beautiful and simple interface
- Host: GitHub
- URL: https://github.com/SergioRibera/super_clipboard
- Owner: SergioRibera
- License: mit
- Created: 2023-03-16T17:00:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T01:21:58.000Z (6 months ago)
- Last Synced: 2024-08-01T19:32:32.808Z (4 months ago)
- Topics: clipboard, gui-application, hacktoberfest, linux, rust, rust-lang, wayland, x11
- Language: Rust
- Homepage:
- Size: 2.9 MB
- Stars: 24
- Watchers: 1
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-iced - super_clipboard - A clipboard manager. (Projects Using iced)
README
https://user-images.githubusercontent.com/56278796/225697681-418086a9-a02e-4087-8588-09fef558eaa6.mp4
### Inspiration
In search of a clipboard manager that is comfortable and I can have instantly next to the mouse to speed up my work and at the same time I can include in my workflow and my environment based on WM's, SuperClipboard was born.> **Warning:** It can run in gnome, but details like mouse tracking, transparency and window colors don't work quite right, if you would like to work on gnome support you can leave your feedback in this [issue](https://github.com/SergioRibera/super_clipboard/issues/2) to take it into account.
### Instalation
- ArchLinux
```sh
# With yay
yay -S super_clipboard
# or with Paru
paru super_clipboard
# or manually
git clone https://aur.archlinux.org/super_clipboard.git /tmp/super_clipboard && \
cd /tmp/super_clipboard && makepkg -si
```
- Manually
- Go to [release](https://github.com/SergioRibera/super_clipboard/releases)
- Download latest
- Unpack
- Move binary to /usr/bin
- Done### Features
- Clean UI
- Text and Image clipboard
- Big clipboard history
- Follow cursor
- Position based on the display of each screen
- Transparent UI
- Pin/Unpin items of clipboard history
- Generation Random Password> **NOTE:** The blur it's depends of your compositor
### Usage
On your startup WM script call binary as another taskbspwm example
```
superclipboard &
```Then, you can show the clipboard with the default shortcut `Super + Shift + V`
To show Logs you need set `SUPER_CLIPBOARD_LOG` env variable, here some examples
> **NOTE:** For more details see [docs](https://docs.rs/env_logger/latest/env_logger/#enabling-logging)
```bash
# Show only errors
SUPER_CLIPBOARD_LOG=error superclipboard
# Dump to file
SUPER_CLIPBOARD_LOG=info superclipboard >> /tmp/superclipboard_logs.txt
# Show only superclipboard crate logs
SUPER_CLIPBOARD_LOG=off,superclipboard=info superclipboard
# Show only module of superclipboard crate logs
SUPER_CLIPBOARD_LOG=off,superclipboard::ui=trace superclipboard
```### TODO
- [ ] Autopaste when select from history
- [ ] Image from path copied
- [ ] Synchronization between devices on the same network
- [x] pin clipboard items
- [x] Fix keyboard shortcut initial parsing
- [x] Fix performance increase
- [x] Position based on the display of each screen
- [x] Fix Unnautorize remap shortcut
- [x] Fix auto hide and show windowIcons by Icons8