
This is looking like a really fantastic feature. Even with a remappable keyboard, there’s some limit to the number of layers and modifiers you can juggle without a GUI and this will be available across any/all keyboards used on the Plasma device.

This is looking like a really fantastic feature. Even with a remappable keyboard, there’s some limit to the number of layers and modifiers you can juggle without a GUI and this will be available across any/all keyboards used on the Plasma device.

You can store an ssh key in Bitwarden or Keepass(XC) easily enough - Bitearden can certainly be configured as the actual source of your ssh keys with only a tiny bit of config effort
The trailing slash is just following cp’s own special treatment
# before
dir/
file1
target/
orig.txt
# no trailing slash - copy *dir* to target
cp -r /path/to/some/dir /my/target
# after
target/
orig.txt
dir/ # dir copied to target
file1
# with trailing slash - copy *contents* of dir to target
cp -r /path/to/some/dir/ /my/target
# after
target/
orig.txt
file1 # contents of dir

I have lots (100s?) of pdfs for ttrpg rules collected over years - storing in folders is enough to separate by game, but fails when a single book is a mix of content - does it go in the adventure, character options or DM folder?
Having a nice UI with tags and searching would help to organise the collection a lot better.
Accessing all of that across any of my devices while the files actually live on my NAS would a be a big improvement - its easy for my laptop & tablet to get out of sync etc

This looks great - thanks for all your efforts! :)
I plan to setup a service to better wrangle all of my many ttrpg PDFs soon and this will definitely be in the mix.
Sounds like the book would be a great resource.
I’ve hopped out of electronics and now make a living coding in an adjacent area, but find myself working with colleagues that are happy approaching all tasks like a script.
Code reviews, coupling etc arent part of their vocab so in lieu of peer role models im on the look out for good resources thst aren’t just chasing the next buzzword.
I’ve not really got much experience myself with either docker/podman, but I think you’re looking for podman’s [quadlets]?(https://www.redhat.com/en/blog/quadlet-podman)