I use broot all the time and appreciate that xplr is more plugin oriented or flexible is some ways, but don't really feel I need more than broot so haven't given xplr a proper try.
As you use both, would you say there's a particular feature or task that has you reaching for xplr over broot?
In Greek tradition, the sphinx is a treacherous and merciless being with the head of a woman, the haunches of a lion, and the wings of a bird. According to Greek myth, she challenges those who encounter her to answer a riddle, and kills and eats them when they fail to do so.
The word sphinx comes from the Greek Σφίγξ, associated by folk etymology with the verb σφίγγω (sphíngō), meaning "to squeeze", "to tighten up".
I can't really leave Firefox but use some extensions to try to lighten the experience, like uBlock Origin configured for "hard mode," TabStash with eager discarding turned on, and LocalCDN.
If you were using Zsh, one way you could do this is by autoloading function files from a folder in your fpath.
Let's say you're using ~/.local/share/zsh/site-functions for your custom functions. To ensure that folder is an early part of your fpath, put something like this within your .zshrc:
Then let's say you want to override the uptime command. Add a file ~/.local/share/zsh/site-functions/uptime with content like:
NO_COLOR=1 =uptime
The last thing you need to do is mark it for autoloading, in your .zshrc:
autoload -Uz uptime
Instead of listing those functions manually as arguments, you could instead use a glob pattern to collect all those names, excluding any which begin with _ (completion functions):
I miss:
I will also miss: