social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.7K
active users

#cli

15 posts15 participants2 posts today

$ mpv Break-the-Game.mp4 --sub
Display all 134 possibilities? (y or n)

Bullshit there are 134 possibilities ---

--sub= --sub-ass-use-video-data= --sub-delay= --sub-filter-jsre-append= --sub-font= --sub-past-video-end=
--sub-align-x= --sub-ass-video-aspect-override= --sub-demuxer= --sub-filter-jsre-clr= --sub-font-provider= --sub-pos=
--sub-align-y= --sub-ass-vsfilter-color-compat= --sub-file= --sub-filter-jsre-del= --sub-fonts-dir= --sub-scale=
--sub-ass= --sub-auto= --sub-file-paths= --sub-filter-jsre-pre= --sub-font-size= --sub-scale-by-window=
--sub-ass-force-margins= --sub-auto-exts= --sub-file-paths-add= --sub-filter-jsre-remove= --sub-forced-events-only= --sub-scale-signs=
--sub-ass-force-style= --sub-auto-exts-add= --sub-file-paths-append= --sub-filter-jsre-set= --sub-fps= --sub-scale-with-window=
--sub-ass-hinting= --sub-auto-exts-append= --sub-file-paths-clr= --sub-filter-jsre-toggle= --sub-gauss= --subs-fallback=
--sub-ass-justify= --sub-auto-exts-clr= --sub-file-paths-del= --sub-filter-regex= --sub-gray= --subs-fallback-forced=
--sub-ass-line-spacing= --sub-auto-exts-del= --sub-file-paths-pre= --sub-filter-regex-add= --sub-hinting= --sub-shadow-color=
--sub-ass-override= --sub-auto-exts-pre= --sub-file-paths-remove= --sub-filter-regex-append= --sub-italic= --sub-shadow-offset=
--sub-ass-prune-delay= --sub-auto-exts-remove= --sub-file-paths-set= --sub-filter-regex-clr= --sub-justify= --sub-shaper=
--sub-ass-scale-with-window= --sub-auto-exts-set= --sub-file-paths-toggle= --sub-filter-regex-del= --sub-lavc-o= --subs-match-os-language=
--sub-ass-shaper= --sub-auto-exts-toggle= --sub-files= --sub-filter-regex-enable= --sub-lavc-o-add= --sub-spacing=
--sub-ass-style-overrides= --sub-back-color= --sub-files-add= --sub-filter-regex-plain= --sub-lavc-o-append= --sub-speed=
--sub-ass-style-overrides-add= --sub-blur= --sub-files-append= --sub-filter-regex-pre= --sub-lavc-o-clr= --sub-stretch-durations=
--sub-ass-style-overrides-append= --sub-bold= --sub-files-clr= --sub-filter-regex-remove= --sub-lavc-o-del= --subs-with-matching-audio=
--sub-ass-style-overrides-clr= --sub-border-color= --sub-files-del= --sub-filter-regex-set= --sub-lavc-o-remove= --sub-use-margins=
--sub-ass-style-overrides-del= --sub-border-size= --sub-files-pre= --sub-filter-regex-toggle= --sub-lavc-o-set= --sub-visibility=
--sub-ass-style-overrides-pre= --sub-border-style= --sub-files-remove= --sub-filter-regex-warn= --sub-line-spacing= --sub-vsfilter-bidi-compat=
--sub-ass-style-overrides-remove= --sub-clear-on-seek= --sub-files-set= --sub-filter-sdh= --sub-margin-x=
--sub-ass-style-overrides-set= --sub-codepage= --sub-files-toggle= --sub-filter-sdh-enclosures= --sub-margin-y=
--sub-ass-style-overrides-toggle= --sub-color= --sub-filter-jsre= --sub-filter-sdh-harder= --sub-outline-color=
--sub-ass-styles= --sub-create-cc-track= --sub-filter-jsre-add= --sub-fix-timing= --sub-outline-size=

Well damn. I guess there are.

#mpv#subtitles#srt

When you want to rerun a shell command you ran some time ago, how do you usually search for it?

#linux#terminal#cli

It's been a minute (almost 3 years, but who's counting?), but I've just released a new version of broken-links, to add a user agent to it (thank you @mike_k for the suggestion).

It's a link checker - give it a starting URL, and it'll recursively crawl all pages with that domain, checking all internal and external links found.

Install via `cargo install broken-links` or see the release page for other options: codeberg.org/kdwarn/broken-lin

Summary card of an release titled "v0.2.4" in repository kdwarn/broken-links
Codeberg.orgv0.2.4 - kdwarn/broken-linksSee the [changelog](https://codeberg.org/kdwarn/broken-links/src/branch/main/CHANGELOG.md#0-2-4-https-codeberg-org-kdwarn-broken-links-compare-v0-2-3-v0-2-4).
#RustLang#Rust#cli
Continued thread

The #Codex #CLI tool offers a natural language interface to coding tasks:
🔒 Secure sandboxed execution with configurable approval modes for file operations and commands
🛠️ Runs in network-disabled mode and confined to current directory for defense-in-depth security

I think I've found a new favorite mini tool: "unbuffer" from the "expect" package. When you want to redirect output to a file but also see it displayed in real time on the console, it's the tool to use!

$ unbuffer [command to run] | tee run.log

Pair it up with "less -R" for reviewing your file for extra fun!