Repo to dump scripts in, that have been helpful at some time
Go to file
MasterofJOKers 0c2dd51ac1 udev-device-plug-handler: Support more than bind
There can be cases where we want to support more than "bind" events -
e.g. "remove". Therefore, we rewrite how things work in the spirit of
the STLs `SimpleHTTPRequestHandler`: any "handle_{action}" method of a
`KnownDevice` subclass allows the class to receive events for that
action.

To not use `getattr()` on every `KnownDevice` on every event, we use
`__init_subclass__()` to build a list of `KnownDevice` registered for
each `action`.
2024-02-03 13:55:52 +01:00
cronplayer Add cronplayer 2022-05-17 23:41:31 +02:00
lxc lxc: Move remap-uid-and-gid-for-lv to fuidshift 2023-06-28 23:42:40 +02:00
rip-py rip-py: Split things and support Blu-ray 2024-01-05 22:32:55 +01:00
sorted-copy Add sorted-co.py 2022-01-25 23:33:53 +01:00
switch-pa-sink Add switch-pa-sink 2022-01-26 00:00:57 +01:00
udev-device-plug-handler udev-device-plug-handler: Support more than bind 2024-02-03 13:55:52 +01:00
.gitignore Add *.swp to .gitignore 2022-01-25 23:33:41 +01:00
LICENSE Initial commit 2020-12-15 23:06:45 +00:00
README.md Initial commit 2020-12-15 23:06:45 +00:00

README.md

script-dump

Repo to dump scripts in, that have been helpful at some time