Could be useful when having a bad Internet connection, but want to download many YouTube videos from Element by putting each into clipboard.
DuckDuckGo search Debian be notified on clipboard change.
Could be useful when having a bad Internet connection, but want to download many YouTube videos from Element by putting each into clipboard.
DuckDuckGo search *Debian be notified on clipboard change*.
[The Unix Stack Exchange answer 723818](https://unix.stackexchange.com/a/723818):
[clipnotify](https://github.com/cdown/clipnotify) has 242 stars and last commit was 3 years ago.
[clipnotify/tree/25ba143c7da8ae0f196cb0db2797d30e6d04e15c](https://github.com/cdown/clipnotify/tree/25ba143c7da8ae0f196cb0db2797d30e6d04e15c) seems to indeed not be poll based as states `README.md`.
When double click a word in the terminal the program exits which is unwanted. It seems to also exit when ctrl + c on text editor which is a wanted behavior. Note that when the program exit there is still no output.
When double click a word in the terminal the program exits which is unwanted. It seems to also exit when <kbd>ctrl</kbd> + <kbd>c</kbd> on text editor which is a wanted behavior. Note that when the program exit there is still no output.
./clipnotify: invalid option -- '-'
./clipnotify: Notify by exiting on clipboard events.
-l Instead of exiting, print a newline when a new selection is available.
-s The selection to use. Available selections:
clipboard, primary, secondary
The default is to monitor clipboard and primary.
./clipnotify -h
Output:
./clipnotify: Notify by exiting on clipboard events.
-l Instead of exiting, print a newline when a new selection is available.
-s The selection to use. Available selections:
clipboard, primary, secondary
The default is to monitor clipboard and primary.
```
./clipnotify --help
```
<details>
<summary>Output:</summary>
```
./clipnotify: invalid option -- '-'
./clipnotify: Notify by exiting on clipboard events.
-l Instead of exiting, print a newline when a new selection is available.
-s The selection to use. Available selections:
clipboard, primary, secondary
The default is to monitor clipboard and primary.
```
</details>
```
./clipnotify -h
```
<details>
<summary>Output:</summary>
```
./clipnotify: Notify by exiting on clipboard events.
-l Instead of exiting, print a newline when a new selection is available.
-s The selection to use. Available selections:
clipboard, primary, secondary
The default is to monitor clipboard and primary.
```
</details>
works as wanted, not stopping the program on word double clicked in the terminal.
It works fine even if the program is running in the background.
```
./clipnotify -s clipboard
```
works as wanted, not stopping the program on word double clicked in the terminal.
It works fine even if the program is running in the background.
Note that for Element right-clicking a URL and enter proceeds to Copy link.
<details>
<summary>Bash script:</summary>
```bash
while ./clipnotify
do
xclip -selection clipboard -out
echo
done
```
</details>
<details>
<summary>Output:</summary>
```
https://www.youtube.com/watch?v=q1HVFlNtRJA
https://www.youtube.com/watch?v=_pCYKRhOyLE
https://www.youtube.com/watch?v=eXo0LkaddkQ
https://www.youtube.com/watch?v=8RCESw7GW3A
https://www.youtube.com/watch?v=6JgZ80-5hkE
https://www.youtube.com/watch?v=LXRq3sCtYPE
```
</details>
Note that for Element right-clicking a URL and <kbd>enter</kbd> proceeds to *Copy link*.
Loops: 10
Connected to X server.
Using UTF8_STRING.
Reading /etc/apt/sources.list...
Waiting for 10 selection requests, Control-C to quit
Waiting for selection request 1 of 10.
does not do anything even if ctrl + v more than 10 times without holding v in xed or the given terminal on my Linux Mint 22.2 Cinnamon Framework 13.
```
xclip -loops 10 -verbose /etc/apt/sources.list
```
<details>
<summary>Output:</summary>
```
Loops: 10
Connected to X server.
Using UTF8_STRING.
Reading /etc/apt/sources.list...
Waiting for 10 selection requests, Control-C to quit
Waiting for selection request 1 of 10.
```
</details>
Source: [Benjamin-Loison/gitea/issues/122#issuecomment-3537088673](https://github.com/Benjamin-Loison/gitea/issues/122#issuecomment-3537088673)
does not do anything even if <kbd>ctrl</kbd> + <kbd>v</kbd> more than 10 times without holding <kbd>v</kbd> in xed or the given terminal on my Linux Mint 22.2 Cinnamon Framework 13.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Related to Benjamin_Loison/firefox/issues/188.
Could be useful when having a bad Internet connection, but want to download many YouTube videos from Element by putting each into clipboard.
DuckDuckGo search Debian be notified on clipboard change.
The Unix Stack Exchange answer 723818:
clipnotify has 242 stars and last commit was 3 years ago.
clipnotify/tree/25ba143c7da8ae0f196cb0db2797d30e6d04e15c seems to indeed not be poll based as states
README.md.Related to Benjamin-Loison/gitea/issues/122.
When double click a word in the terminal the program exits which is unwanted. It seems to also exit when ctrl + c on text editor which is a wanted behavior. Note that when the program exit there is still no output.
Output:
Output:
ctrl + v does not make the program exit, which is quite as wanted.
works as wanted, not stopping the program on word double clicked in the terminal.
It works fine even if the program is running in the background.
It correctly also exits if copy the same clipboard content.
-lworks as wanted.Bash script:
Output:
Note that for Element right-clicking a URL and enter proceeds to Copy link.
Output:
Source: Benjamin-Loison/gitea/issues/122#issuecomment-3537088673
does not do anything even if ctrl + v more than 10 times without holding v in xed or the given terminal on my Linux Mint 22.2 Cinnamon Framework 13.