-
This corresponds to #11 : it would be useful being able to mark items as to-be-kept when deleting or cicling history
ghost updated
7 years ago
-
Hi @mrichar1 ,
Thanks a lot for this tool, I had great time playing with it and it'll probably help my a lot in various pipelines in coming years.
Here is a quick gadget I made to integrate clipster…
-
sync_selections is not working
HEAD: 3ca241f
```
[~]── - clipster -d -f ~/.config/clipster/clipster.ini -l DEBUG
(clipster:15593): Gtk-WARNING **: Theme parsing error: gtk.css:3881:29: The style …
-
Hello and thank you for this project.
I am running `clipster` like this...
```
./clipster -d -l DEBUG -f /home/marc/.config/clipster/clipster.ini
```
...and this is my config file:
```
[0] ~/.conf…
-
I have a model Post (title, published_at)
published_at - timestamp without time zone NOT NULL DEFAULT ('now'::text)::date
in rails console:
post = Post.new
post.title = 'test'
post.save!
resu…
slbug updated
8 years ago
-
`clipster_dir` should default to .config/clipster (and have support for /etc - see: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
-
When I copy e.g. from my editor, then I close it, the selection is not available anymore for other applications (i.e. the system’s clipboard is emptied) unless I open clipster and copy it again from i…
ghost updated
8 years ago
-
Hi. What license does clipster have?
-
Following latest update I can’t run clipster because of:
```
line 438
os.chmod(self.sock_file, 0600)
SyntaxError: invalid token
```
I tried changing to `600`: now the demon starts, but then whe…
ghost updated
8 years ago
-
This is by far one of the lightest clipboard managers available for X. How hard would it be add dmenu support. If you could give me somewhere to start I could probably give it a go myself and then cre…