https://charm-ruby.dev/
#ycombinator #Ruby #TUI #terminal #CLI #Bubbletea #Lipgloss #Glamour #Bubbles #Charm #terminal_UI #command_line #Ruby_gems
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 🚀
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