github-gist
github-gist copied to clipboard
A web component to display github gists
This are the TARGETS when I do a simple right click -> copy image on firefox. The same goes for chrome. ``` ❯ xclip -selection clipboard -t TARGETS -o TIMESTAMP...
The clear clipboard utility (`xsel -bc`) works fine on Ubuntu 20.04, but doesn't work on Ubuntu 22.04. Edit: It works on Ubuntu 22.04, **just not in specific cases**. When I...
Running xsel with the `-z` and `--trim` options at the same time leads to the program segfaulting. 
Currently, xsel only allows to copy to and paste from the three standard selections. However, ICCCM 2.6.1 mentions that more selections can exist: > There can be an arbitrary number...
Hi, I use ubuntu 22.04 When I open **tmux** on my terminal and I wanna to use xsel show me this error: ```bash $ hostname | xsel --clipboard --input xsel:...
I'm not sure if I'm doing something wrong but I have an issue regarding xsel and large pictures. The command xsel -o --clipboard seems to hang if there is a...
xsel version 1.2.0\ arch linux, 5.15.2-arch1-1 I have a script called `test`: ``` #!/bin/sh echo 'haha' | xsel -ib ``` If I run `test >&-` or `test 2>&-`, string "haha"...
xsel 1.2.0 does not build on macOS Monterey. The error is: ``` xsel.c:372:14: error: 'fork' is deprecated: Use posix_spawn or fork [-Werror,-Wdeprecated-declarations] if ((pid = fork()) == -1) { ^...
xsel version 1.2.0 (Fedora package xsel-1.2.0-24.fc30.src.rpm) Fedora 30 KDE Spin X.Org X Server 1.20.5. (xorg-x11-server 1.20.5-4.fc30). _After writing all the below this sounds like closed bugs #13 and #14, but...
I filed bug #33 despite it sounding like closed bugs #13 and #14 because Fedora has the "latest" version 1.2.0... but after puzzling over this project it seems it's been...