1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-15 01:42:10 +00:00

Add rush to uses

This commit is contained in:
Seirdy 2024-11-07 00:19:15 -05:00
parent f56dd757ce
commit 8b0ffb7dc9
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 5 additions and 0 deletions

View file

@ -71,6 +71,8 @@ I don't currently use a prebuilt desktop environment. I assemble mine out of the
* scc * scc
* Pandoc * Pandoc
* ghq, a VCS repository manager in the style of $GOPATH * ghq, a VCS repository manager in the style of $GOPATH
* yt-dlp
* rush, a faster alternative to GNU Parallel for when xargs isn't enough (e.g. for non-interleaved output)
=> https://github.com/psanford/wormhole-william wormhole-william => https://github.com/psanford/wormhole-william wormhole-william
=> https://github.com/eafer/rdrview rdrview => https://github.com/eafer/rdrview rdrview

View file

@ -198,6 +198,9 @@ bmake
<a href="https://github.com/yt-dlp" id="yt-dlp">yt-dlp</a> <a href="https://github.com/yt-dlp" id="yt-dlp">yt-dlp</a>
: Download videos from hundreds of different sites, including YouTube. Integrates with external downloaders like aria2 and downloads DASH chunks in parallel to max out your connection speed. yt-dlp also integrates with Sponsorblock to add skippable chapters for the segments I'd otherwise have to manually skip (sponsored content, subscription-begging, an ending segment featuring other videos, and other useless bullshit). I've forgotten what it's like to watch a video ad. : Download videos from hundreds of different sites, including YouTube. Integrates with external downloaders like aria2 and downloads DASH chunks in parallel to max out your connection speed. yt-dlp also integrates with Sponsorblock to add skippable chapters for the segments I'd otherwise have to manually skip (sponsored content, subscription-begging, an ending segment featuring other videos, and other useless bullshit). I've forgotten what it's like to watch a video ad.
<a href="https://github.com/shenwei356/rush" id="rush">rush</a>
: A faster alternative to GNU Parallel for when `xargs(1)` isn't enough (e.g. for non-interleaved output). Also very easy to deploy on a new server, as it's a single statically-linkable binary instead of a Perl program with a list of runtime dependencies.
## This website ## This website
I use multiple aforementioned tools (Neovim, bmake, sd, etc.) for routine tasks when building seirdy.one. I use multiple aforementioned tools (Neovim, bmake, sd, etc.) for routine tasks when building seirdy.one.