I don't see why not. It has a sublanguage which can be used to query - same with SQL. You can do other things in SQL besides querying as well, so why not?
I wish they had a separate Query Language list - it's weird seeing SQL sit between Python and Typescript...
I also think it would be a good way to introduce more people to non-SQL query languages (like Quel, PRQL, ISBL, jq, Alpha (even though it's still not been implemented), SaneQL, EdgeQL, and many more), because it generally feels like it's the only query language available ever... Which it's not.
Edge does that shit too with JSON... It made me switch to Firefox, so good for me (other than that Firefox has a tendency to enshittify too, but in different ways).
How dare you forget Sophie Wilson, inventor of the ARM chip (which exists in literally every phone pretty much since... 1997?) 😆
She also partakes in Europython (though not sure if she joined this year, but she was there last year, even though I missed both xD), for the Python nerds.
Same for cd -. Nice if you want to go to /etc/blah, and then back to where you were.
You can also use pushd and popd which will push and pop directories from a stack, if you need to do something more complex.
Also, if you want to switch faster between branches, slap this in your ~/.gitconfig under [alias]:
co = !git checkout $(git for-each-ref refs/heads/ --format='%(refname:short)' | fzf)
Presuming you've got fzf installed, you can now git co (co = checkout) to get a menu with fuzzy find capabilities to switch between branches. Nice if branch names are long/similar/only-different-at-the-end.
These Ctrl keys are shortcuts from Emacs - there's a Bash settings to switch to vi-mode if you so wish. Anyway, the first Emacs was written in 1981, probably on a PDP-11, which did not have Home and End! Same reason Neovim uses "yank" instead of "copy". ctrl-c/ctrl-v did not exist as a shortcut back when vi was being written!
I know you didn't intend to be mean or anything, but maaaaaan kids these days don't know their history (not entirely your fault, btw)😆
No, because she'd be a new character instead of a lazy, crappy rewrite of already established characters. Which is why I hate current Luke Skywalker, but not Miles Morales. It's why I hate current Klingons, but not Baldur's Gate 3 (haven't played it (yet)).
For now; Forgejo is hard forking, which may break things soon.