#command_line — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #command_line, aggregated by home.social.
-
Charm Ruby – Glamorous Terminal Libraries for Ruby
https://charm-ruby.dev/
#ycombinator #Ruby #TUI #terminal #CLI #Bubbletea #Lipgloss #Glamour #Bubbles #Charm #terminal_UI #command_line #Ruby_gems -
Charm Ruby – Glamorous Terminal Libraries for Ruby
https://charm-ruby.dev/
#ycombinator #Ruby #TUI #terminal #CLI #Bubbletea #Lipgloss #Glamour #Bubbles #Charm #terminal_UI #command_line #Ruby_gems -
Charm Ruby – Glamorous Terminal Libraries for Ruby
https://charm-ruby.dev/
#ycombinator #Ruby #TUI #terminal #CLI #Bubbletea #Lipgloss #Glamour #Bubbles #Charm #terminal_UI #command_line #Ruby_gems -
My #KOReader companion KoShelf has gotten quite some updates since the initial release! Have all your book notes, highlights, bookmarks and statistics in one place! https://github.com/paviro/KOShelf #reading #books #kindle #ebookreader #eink #opensource #cli #command_line #rust #HomeAssistant #hassio
-
If you are a Unix nerd and wish you spend less time using your mouse while watching flashy colors, I recommend that you give Offpunk a try:
I’m trying to make it easier to get started with offpunk. Feedbacks and discussions are welcome on the mailing-list :
https://lists.sr.ht/~lioploum/offpunk-users
or on the fediverse, using the #offpunk hashtag. Or on your blog. That would be awesome to read blog posts about people using offpunk
-
My quick little #PHP command line tool that generates commands from your description via LLM. Edit and execute them directly: https://github.com/combatwombat/php-cmdline-ai
Supports Anthropic, OpenAI, Google and ollama. Pretty neat so far, especially for ffmpeg or other complex commands.
Removes the chatbot middleman (which removes the Google middleman 😬)
-
Today I gave Oh my tmux! a nice SVG logo, building on @jasonlong's original work.
I meant to do this 4 years ago, but oh well... 😅
I also learnt how to prevent GitHub from generating links to images in README.md
See it in action: https://github.com/gpakosz/.tmux 🚀
-
#command_line 命令行界面做的事情複製貼上命令就能完成重複一樣的動作
而且用命令行自動化完成事情能讓人看起來比別人會更會電腦
https://wiwi.blog/blog/transferable-skills -
-
v6 of zsh-abbr, the zsh manager for auto-expanding abbreviations, is out 🎉Excited to ship a bunch of new features
Highlights:
🆕 History: optionally save abbreviations to your shell history
🆕 Prefixes: strings and globs that can precede regular abbreviations. Now you can `sudo <my regular abbreviation>`
🆕 Reminders: optionally get "you could have used your abbreviation …" notices#ZshAbbr #zsh #shell #terminal #CLI
#command_line #command_line_utilities -
v6 of zsh-abbr, the zsh manager for auto-expanding abbreviations, is out 🎉Excited to ship a bunch of new features
Highlights:
🆕 History: optionally save abbreviations to your shell history
🆕 Prefixes: strings and globs that can precede regular abbreviations. Now you can `sudo <my regular abbreviation>`
🆕 Reminders: optionally get "you could have used your abbreviation …" notices#ZshAbbr #zsh #shell #terminal #CLI
#command_line #command_line_utilities -
v6 of zsh-abbr, the zsh manager for auto-expanding abbreviations, is out 🎉Excited to ship a bunch of new features
Highlights:
🆕 History: optionally save abbreviations to your shell history
🆕 Prefixes: strings and globs that can precede regular abbreviations. Now you can `sudo <my regular abbreviation>`
🆕 Reminders: optionally get "you could have used your abbreviation …" notices#ZshAbbr #zsh #shell #terminal #CLI
#command_line #command_line_utilities -
v6 of zsh-abbr, the zsh manager for auto-expanding abbreviations, is out 🎉Excited to ship a bunch of new features
Highlights:
🆕 History: optionally save abbreviations to your shell history
🆕 Prefixes: strings and globs that can precede regular abbreviations. Now you can `sudo <my regular abbreviation>`
🆕 Reminders: optionally get "you could have used your abbreviation …" notices#ZshAbbr #zsh #shell #terminal #CLI
#command_line #command_line_utilities -
v6 of zsh-abbr, the zsh manager for auto-expanding abbreviations, is out 🎉Excited to ship a bunch of new features
Highlights:
🆕 History: optionally save abbreviations to your shell history
🆕 Prefixes: strings and globs that can precede regular abbreviations. Now you can `sudo <my regular abbreviation>`
🆕 Reminders: optionally get "you could have used your abbreviation …" notices#ZshAbbr #zsh #shell #terminal #CLI
#command_line #command_line_utilities -
Spotlight search seems to have lost/corrupted its index after upgrading to Sequoia, causing a hassle launching apps because who clicks things?
`sudo mdutil -i on -Eav`
The ui will show the status of the index rebuild.
What is it?
- `mdutil` - utility to manage Spotlight indexes
- `-i on` - turn indexing on
- `-E` - erase and rebuild index
- `-a` - all stores on all volumes
- `-v` - verbose#macos #sequoia #macos_15_sequoia #macos15sequoia #commandline #command_line #command_line_utilities
-
Spotlight search seems to have lost/corrupted its index after upgrading to Sequoia, causing a hassle launching apps because who clicks things?
`sudo mdutil -i on -Eav`
The ui will show the status of the index rebuild.
What is it?
- `mdutil` - utility to manage Spotlight indexes
- `-i on` - turn indexing on
- `-E` - erase and rebuild index
- `-a` - all stores on all volumes
- `-v` - verbose#macos #sequoia #macos_15_sequoia #macos15sequoia #commandline #command_line #command_line_utilities
-
Spotlight search seems to have lost/corrupted its index after upgrading to Sequoia, causing a hassle launching apps because who clicks things?
`sudo mdutil -i on -Eav`
The ui will show the status of the index rebuild.
What is it?
- `mdutil` - utility to manage Spotlight indexes
- `-i on` - turn indexing on
- `-E` - erase and rebuild index
- `-a` - all stores on all volumes
- `-v` - verbose#macos #sequoia #macos_15_sequoia #macos15sequoia #commandline #command_line #command_line_utilities
-
I keep all of my shell history in flat text files, forever. While looking for something else, I found this monstrosity:
https://gist.github.com/sjaturner/a74545308944d578c1a477e9eeeed0fe
I used it to rotate photos in an old Picassa archive. Essentially, Picassa never rotated the pictures, it kept an .ini file which described the operations to perform on each file.
This is not an example of a good command line, more of an illustration of how you can build up complex operations with pipes, a stage at a time.
-
GitHub let their deb/rpm package signing key expire
How to fix is here:
https://github.com/cli/cli/issues/9569But the telling part is this section at the end:
"Since the last time this key expired, the entire GitHub CLI team has changed, resulting in a loss of institutional knowledge. Unfortunately, the current team was unaware of the timebomb in this part of our release process."
eeek!
-
Why bother with argv[0]?
https://www.wietzebeukema.nl/blog/why-bother-with-argv0
#ycombinator #argv_lsqb_0_rsqb #argv0 #argv #arg_lsqb_0_rsqb #arg0 #command_line #cmd #command_line_obfuscation #command_line_bypass #edr_obfuscation #cyber #threat_detection #cyber_threat #cyber_threat_detection #edr #endpoint #blue_team #blue_teaming #red_team #red_teaming #threat_hunting #threat_hunter #hunting -
Why bother with argv[0]?
https://www.wietzebeukema.nl/blog/why-bother-with-argv0
#ycombinator #argv_lsqb_0_rsqb #argv0 #argv #arg_lsqb_0_rsqb #arg0 #command_line #cmd #command_line_obfuscation #command_line_bypass #edr_obfuscation #cyber #threat_detection #cyber_threat #cyber_threat_detection #edr #endpoint #blue_team #blue_teaming #red_team #red_teaming #threat_hunting #threat_hunter #hunting -
Why bother with argv[0]?
https://www.wietzebeukema.nl/blog/why-bother-with-argv0
#ycombinator #argv_lsqb_0_rsqb #argv0 #argv #arg_lsqb_0_rsqb #arg0 #command_line #cmd #command_line_obfuscation #command_line_bypass #edr_obfuscation #cyber #threat_detection #cyber_threat #cyber_threat_detection #edr #endpoint #blue_team #blue_teaming #red_team #red_teaming #threat_hunting #threat_hunter #hunting -
Why bother with argv[0]?
https://www.wietzebeukema.nl/blog/why-bother-with-argv0
#ycombinator #argv_lsqb_0_rsqb #argv0 #argv #arg_lsqb_0_rsqb #arg0 #command_line #cmd #command_line_obfuscation #command_line_bypass #edr_obfuscation #cyber #threat_detection #cyber_threat #cyber_threat_detection #edr #endpoint #blue_team #blue_teaming #red_team #red_teaming #threat_hunting #threat_hunter #hunting -
Why Bother with Argv[0]?
https://www.wietzebeukema.nl/blog/why-bother-with-argv0
#ycombinator #argv_lsqb_0_rsqb #argv0 #argv #arg_lsqb_0_rsqb #arg0 #command_line #cmd #command_line_obfuscation #command_line_bypass #edr_obfuscation #cyber #threat_detection #cyber_threat #cyber_threat_detection #edr #endpoint #blue_team #blue_teaming #red_team #red_teaming #threat_hunting #threat_hunter #hunting -
Why Bother with Argv[0]?
https://www.wietzebeukema.nl/blog/why-bother-with-argv0
#ycombinator #argv_lsqb_0_rsqb #argv0 #argv #arg_lsqb_0_rsqb #arg0 #command_line #cmd #command_line_obfuscation #command_line_bypass #edr_obfuscation #cyber #threat_detection #cyber_threat #cyber_threat_detection #edr #endpoint #blue_team #blue_teaming #red_team #red_teaming #threat_hunting #threat_hunter #hunting -
Why Bother with Argv[0]?
https://www.wietzebeukema.nl/blog/why-bother-with-argv0
#ycombinator #argv_lsqb_0_rsqb #argv0 #argv #arg_lsqb_0_rsqb #arg0 #command_line #cmd #command_line_obfuscation #command_line_bypass #edr_obfuscation #cyber #threat_detection #cyber_threat #cyber_threat_detection #edr #endpoint #blue_team #blue_teaming #red_team #red_teaming #threat_hunting #threat_hunter #hunting -
Why Bother with Argv[0]?
https://www.wietzebeukema.nl/blog/why-bother-with-argv0
#ycombinator #argv_lsqb_0_rsqb #argv0 #argv #arg_lsqb_0_rsqb #arg0 #command_line #cmd #command_line_obfuscation #command_line_bypass #edr_obfuscation #cyber #threat_detection #cyber_threat #cyber_threat_detection #edr #endpoint #blue_team #blue_teaming #red_team #red_teaming #threat_hunting #threat_hunter #hunting -
I've been using #AI tools via #command_line for a long time and gathered some of my favorites in a short blog. Hope someone finds it useful: https://piotrzan.medium.com/5-must-have-command-line-ai-tools-839b0cf95c97
-
How did I not know that you can do multiple #shell expansions in the same line? Plus the extreme usefulness of ".." which I never remember to use. Just seen on a Python list (of all places):
$ echo {1..4}0{1..3}
101 102 103 201 202 203 301 302 303 401 402 403 -
If you share my fascination for terminal color schemes and customizing your developer tools, my latest blog post might be right up your alley.
🚀 Let's create a terminal color scheme!
https://hamvocke.com/blog/lets-create-a-terminal-color-scheme/
-
$PS1 deterministic customizator
https://gist.github.com/ldotlopez/1ef05919e3b30ef6eadce7e4bef2b24c
-
I missed it but in #fzf version 0.48.0 the shell integration scripts are now embedded in the fzf binary. This simplifies the installation.
fzf is an interactive unix filter for the command line
-
#starship is a cross-shell prompt written in #RustLang #rust
I'm using it on #windows (on linux I use powerline10k)https://github.com/starship/starship
In #PowerShell you can have a Transient Prompt (To replace the previous printed prompt)
See the demo in the screenshot.https://starship.rs/advanced-config/#transientprompt-in-powershell #command_line
-
I wanted a metronome for practicing #guitar. I'm sure there are lots of android apps, but I went looking for #Linux metronomes and discovered you can do a metronome with sox's "play" command. Neat!
More here: https://shallowsky.com/blog/linux/command-line-metronome.html
#command_line -
Добавление своих команд для CLI в Joomla 4 и Joomla 5 с помощью плагина
В Joomla, как и во многих других PHP фреймворках и движках, уже довольно давно (с версий 1.7.x) существует возможность работы с помощью CLI. С его помощью обычно решают те задачи, решение которых в веб-интерфейсе Joomla нецелесообразно из-за возможных ограничений веб-сервера - так называемые "тяжелые" задачи. Это может быть миграция большого количества контента со старой версии Joomla на новую, синхронизация данных с внешним источником по API (синхронизация цен и остатков, выгрузка заказов), работа с файлами и каталогами, выполнение пакетных заданий на больших объёмах и т.д. - всё то, что может занимать много времени и ресурсов сервера. Как добавить свою команду в CLI интерфейс Joomla расскажет эта статья.
-
🤔 Poll: Colors in Command Line Tools
Please boost to have more feedback.
#cli #command_line #poll -
I found an implementation of #tldr in #rust : #tealdeer
https://github.com/dbrgn/tealdeerTealdeer is a Simplified, example based and community-driven man pages.
#RustLang #command_line -
A new version 1.8.1 of #eza was released with a nice performance improvement, thanks to #rayon a data-parallelism library for #rust https://github.com/rayon-rs/rayon
`eza` is a replacement for the traditional `ls` command https://github.com/eza-community/eza/releases/tag/v0.18.1
-
A new version of the fabulous #zsh theme #Powerlevel10k have been released https://github.com/romkatv/powerlevel10k
I love it ! #command_line