13minutes-yt
13minutes-yt
Is tcp server needed? In linux xdotool can get the activewindow `xdotool getactivewindow getwindowclassname` and xdotool can also simulate keystroke movements( based on result of getactivewindow) `xdotool keydown n` (can...
I am not a programmer myself. What I use is a simple bash script ``` if pidof kanata_cmd_allowed | grep [0-9] > /dev/null then killall kanata_cmd_allowed && notify-send "kanata killed"...
Actually this is the one found in fedora latest repo. Speaking about a rolling release. :) Unfortunately I am not a fan of flatpack. I will try to see a...
fedora should remove the old vokoscreen version from their repo I accidentally installed the old version with `sudo dnf install vokoscreen` I should install it with `sudo dnf install vokoscreenNG`
Just a thought. I have been using Espanso as a text expander and noticed they have application aware triggers. Can't a crate be used in kanata for that purpose? [https://github.com/espanso/espanso/search?q=Appinfo](https://github.com/espanso/espanso/search?q=Appinfo)...
I just want to give some ideas considering renaming headers in qsv. To improve on rename, we can use replace with the following `cat taxi.csv |qsv replace -n -s 15...
I believe the solution is easy by the use of xargs. It becomes `find . -name '*.tsv' | xargs qsv cat rowskey --group fullpath --group-name path`