clipcat
clipcat copied to clipboard
A clipboard manager written in Rust Programming Language.
I've added a custom i3 keybind (`bindsym $mod+Shift+p exec clipcat-menu edit --editor nvim`) to launch the Clipcat editor interface. When I trigger this keybind, rofi (my chosen launcher) appears, but...
This fork appears to improve upon the main branch in a few different ways including: - Fixing dropped connections for xclip - Adding Support for Wayland - Adding a systemd...
Whenever I try to run clipcat-menu, I get an error saying `Error: RunFinder: Could not spawn external process, error: No such file or directory (os error 2)`
If I copy text from my terminal and clos the terminal, the clipboard acts as if there's nothing there. Here are the errors upon copying some text from my browser...
To reproduce: 1. Start `clipcatd` 2. Run: `while true ; do clipcatctl insert "$RANDOM" ; done` Outcome: after a while, clipcat stops inserting new entries. If `clipcatd` is run with...
It could be useful to store the datetime of each stored clipboard entry, so that one can after that search per date for example or see at a glance which...
It works for a while and then it stopps working. I ran it with '--no-daemon` to see the error when it stops working: ``` Mar 24 08:10:52.941 INFO Clipboard ["https://certbot.eff.org/instructions"]...
If I use `xclip` to copy something to my clipboard the daemon stops.
I think we should include a systemd service and install it in the `.config/systemd/user` directory. What are your thoughts? I have some experience in systemd services.