Thank you so much, comrades! I am feeling pretty comfortable with linux mint, and now would like some suggestions for some absolutely necessary FOSS or free license software for the OS. So far I have the standard, Firefox, ThunderBird, LibreOffice, yada yada. Thank you again to everyone on the linux comm!
Logseq is a pretty nice FOSS alternative to Obsidian I came across recently. Tmux is absolutely necessary for any terminal work. Wezterm is my favorite terminal emulator because you can easily disable all of the shortcuts except very few you want (tmux handles most of terminal stuff for me). Some new alternatives to old command line utilities:
fun fact
I also recently learned that it's safer, because you can have a file that has some bad command, then the backspace character several times, and cat doesn't display the characters "deleted" by the backspaces (but it still executes). Bat doesn't do that.
You know any better cd?
I use zoxide plus fzf which ends looking like this.
My default go-to for a better cd was teleport when I still was on bash. The tp command can be aliased to cd. I don't think it will run on other shells though.
What? It's literary in my comment.
Oh, Sorry I didn't notice also thanks to tell us about bat. It's much better than cat.