Skip to content

Instantly share code, notes, and snippets.

@jeosadn
jeosadn / .gitignore
Last active March 30, 2025 20:58 — forked from rptb1/.gitignore
Convert YouTube subscriptions exported via Google Takeout into OPML
*~
@ssokolow
ssokolow / update_flatpak_cli.py
Last active February 28, 2025 20:20
Utility for making Flatpak-installed apps available in the terminal through their normal command names
#!/usr/bin/env python3
"""Flatpak CLI Shortcut Generator
A simple no-argument tool that generates launchers with traditional non-flatpak
command names for your installed Flatpak applications in ~/.local/bin/flatpak.
Does full collision detection and warns you if you forgot to add its output
directory to your PATH. Also overrules the command-line specified in the
``.desktop`` file if the Flatpak maintainer didn't include support for
command-line arguments.