From 53ef6689d3487d251919b19bfc12f86b44cd0ba2 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 26 Mar 2025 10:00:04 +0200 Subject: [PATCH] n/essentialsoftware.md: add missing 'pipx install' and yle-dl --- n/essentialsoftware.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/n/essentialsoftware.md b/n/essentialsoftware.md index 0e3467f..bf6e520 100644 --- a/n/essentialsoftware.md +++ b/n/essentialsoftware.md @@ -126,14 +126,17 @@ apps written in Python. Here is a small list to remember in no particular order. version is generally good enough. - `pipx install "git+https://github.com/yt-dlp/yt-dlp.git"` - Downloader for multiple online video services, development version. -- `xkcdpass` +- `pipx install xkcdpass` - `correct horse battery stable` needs no introduction, the possibilities are nearly endless with `xkcdpas --help`. E.g. - `xkcdpass --wordfile eff-long,fin-kotus --valid-chars '[a-z]' --delimiter ',' --case random` - `UNLAWFUL,OPPIRAHAT,astonish,ruvettua,JOUTAVA,pultti` -- (`pre-commit`) +- (`pipx install pre-commit`) - Synced pre-commit hooks for git, probably in all my repositories by now. However I would install it from system package manager instead. +- `pipx install "git+https://github.com/aajanki/yle-dl"` + - Downloader for `{areena,arenan}.yle.fi`, Finnish public broadcaster web + portal. Just remember to `pipx upgrade-all` occassionally!