Stash this in ~/.local/share/man/man1 and you're good. This is unofficial and generated by Claude. I was trying to figure out a "launch to system tray" for KDE, so it has a bit of a focus on that.
This adds an extra button to the Youtube playlist. Clicking it will remove the max-height limitation on the playlist. This allows easier browsing and dragging and dropping to reorder the videos in the playlist.
The arrow is the new button, which toggles the height from unlimited to 600px.
Use the inject.js in any JS injection tool for Youtube.com. I personally like "User JS and CSS Script and Style Manager Extension for chrome".
To answer the run-dmg skit, where in episode 9 of "When the Rules Lawyer wants to build a nuke" the DM calculates the D&D 5e damage for a Little Boy nuclear weapon to settle a question for a player.
Link to the episode in question: https://www.youtube.com/shorts/3axQJ834AdQ
It usually spits out about 347 million and change HP in damage.
await dv.view();
The content goes here, and a navigation appears above, with all files in the current directory or tagged with a tag that matches the name of the directory. It works great with Obsidian Folder Notes.
You can also manually specify it with dv.view("ShrimpFashion") and all files in /StrimpFashion or tagged #ShrimpFashion will be displayed.
This is a quick and dirty dump of this for a friend. It is possible the css is missing something, as it's out of my snippets directory and may have dependencies I did not include here. If he uses it and it fails, I'll have a bug report and will update it.
| #!/bin/bash | |
| if [ $# -lt 1 ] || [ "$1" == "--help" ] || [ "$1" == "-h" ] | |
| then | |
| echo "pandoc2handlebars.sh FILE [FILE...] | |
| Converts (partially) the given Pandoc templates to Handlebars files. | |
| Hand edit the \$for(var)\$ and other unconverted bits. | |
| " |