Charm Ruby - Glamorous Terminal Libraries for Ruby

Ruby ports of the beloved Charm terminal libraries. Build glamorous TUIs, style terminal output, create beautiful forms, and make your Ruby CLIs sparkle.

Charm Ruby
x git pupu | git pull and git push | x-cmd mod

x git pupu - git pull and git push

X-CMD
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:

https://offpunk.net/

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

#python #cli #linux #command_line #offline

Offpunk, an offline-first command-line browser

Offpunk Tutorial

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 😬)

#ai #command_line

GitHub - combatwombat/php-cmdline-ai: A little commandline AI helper. Converts free text to commands, let's you edit and execute it.

A little commandline AI helper. Converts free text to commands, let's you edit and execute it. - combatwombat/php-cmdline-ai

GitHub

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 🚀

#tmux #command_line #svg

GitHub - gpakosz/.tmux: Oh my tmux! My self-contained, pretty & versatile tmux configuration made with 💛🩷💙🖤❤️🤍

Oh my tmux! My self-contained, pretty & versatile tmux configuration made with 💛🩷💙🖤❤️🤍 - gpakosz/.tmux

GitHub
#command_line 命令行界面做的事情複製貼上命令就能完成重複一樣的動作
而且用命令行自動化完成事情能讓人看起來比別人會更會電腦
https://wiwi.blog/blog/transferable-skills
「帶得走」的技術 | Wiwi.Blog

這篇貼文也被收錄到了筆記區。

Struggling with "jq"? Try jq with CLI:

https://github.com/noahgorstein/jqp

#linux
#command_line
#tui

GitHub - noahgorstein/jqp: A TUI playground to experiment with jq

A TUI playground to experiment with jq. Contribute to noahgorstein/jqp development by creating an account on GitHub.

GitHub

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

https://zsh-abbr.olets.dev/

#ZshAbbr #zsh #shell #terminal #CLI
#command_line #command_line_utilities

zsh-abbr

The zsh manager for auto-expanding abbreviations

zsh-abbr

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