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

I made a fox command line tool. It's like cat, but it screams. I am certainly not the first one doing this, but this is my version.

You can find the source at https://github.com/varbin/fox

#fox #golang #furry #command_line_utilities

GitHub - Varbin/fox: Alternative to cat

Alternative to cat. Contribute to Varbin/fox development by creating an account on GitHub.

GitHub