- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Be notified on PHP warning/error
Show sizes of files without having to click *Properties*
Change home folder without
root access
alias to switch from disk could help, see the message:
-----BEGIN PGP MESSAGE-----
hF4DTQa9Wom5MBgSAQdAw1kRmFQiPkEouZH31SzPP+h5OG5q+99x+9xXg0yN…
Be notified on clipboard read or write
Bash script:
while ./clipnotify
do
xclip -selection clipboard -out
echo
done
Output:
ht…
Be notified on clipboard read or write
./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.
Be notified on clipboard read or write
ctrl + v does not make the program exit, which is quite as wanted.
Be notified on clipboard read or write
./clipnotify --help
Output:
./clipnotify: invalid option -- '-'
./clipnotify: Notify by exiting on clipboard events.
-l Instead of…
Be notified on clipboard read or write
When double click a word in the terminal the program exits which is unwanted. It seems to also exit when ctrl + shift + c which is a wanted behavior.
Be notified on clipboard read or write
make
cc clipnotify.c -o clipnotify -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXfixes
Be notified on clipboard read or write
The Unix Stack Exchange answer 723818:
clipnotify has 242 stars and last commit was 3 years ago.
[clipnotify/…
Be notified on clipboard read or write
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…
Emulate scrollable screenshot
adb shell input -h
Output:
Usage: input [<source>] [-d DISPLAY_ID] <command> [<arg>...]
The sources are:
touchnavigation
…
Emulate scrollable screenshot
adb shell input keyevent KEYCODE_POWER
does not return anything and (un)locks the screen.