Open Codex CLI: Local-First AI Coding CLI Emerges As Alternative to OpenAI Codex CLI
#OpenCodex #AICoding #LLM #LocalLLM #OpenSource #DeveloperTools #CLI #Python #Phi4Mini #Terminal #AI #CodingAssistant #CommandLine
Open Codex CLI: Local-First AI Coding CLI Emerges As Alternative to OpenAI Codex CLI
#OpenCodex #AICoding #LLM #LocalLLM #OpenSource #DeveloperTools #CLI #Python #Phi4Mini #Terminal #AI #CodingAssistant #CommandLine
$ 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.
Still a huge WIP but it's starting to look promising... #fediverse #cli #linux #ratatui #rust
I finally managed to get scrolling working in my Fediverse command line client! Next step: add "infinite scroll" behavior.
When you want to rerun a shell command you ran some time ago, how do you usually search for it?
@stfn
Right, but tell people what they are doing with this command.
If .hushlogin is not existing in the home directory (~/) touch is just creating an empty file named .hushlogin.
But if it already exists: touch adoptes the access time stamp to the time touch is executed...
#linuc #cli #commands #touch
Struggling with shell script arguments? Our guide breaks down positional parameters step by step! From $0 to ${10}, we've got you covered with practical examples.
Read: Mastering Positional Parameters in Linux at: https://www.spsanderson.com/steveondata/posts/2025-04-18/
#ViernesDeEscritorio #DesktopFriday #CLI #Minimalismo
#openSUSE #LeftWM
( ͒•·̫| Buen fin de semana
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: https://codeberg.org/kdwarn/broken-links/releases/tag/v0.2.4
Ya casi no queda tiempo para apartar la vista de la cotidiana realidad sintética y observar por unos minutos la obra de la naturaleza.
created programs for displaying Persian/jalali date and calendar, mostly for fun!
https://codeberg.org/CIAvash/khorshid
https://crates.io/crates/khorshid-date
https://crates.io/crates/khorshid-calendar
Also my first Rust project!
This has been my new RSS reader for the last couple of weeks, and I'm not looking back.
Newsboat.
Azure CLI Breaking Change Pre-Announcement.
Need quick help with a #Linux command but don’t have it installed? No worries. #openSUSE #manpages has you covered! Browse or search pages for #Tumbleweed, #Leap, #Slowroll and others right in your browser. #Linux #CLI https://manpages.opensuse.org
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!