this post was submitted on 06 Sep 2025
98 points (97.1% liked)

Linux

58191 readers
753 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by AlpΓ‘r-Etele MΓ©der, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I was already using bat, but I only really scratched the surface of everything it could do. From the video description:

https://github.com/sharkdp/bat

https://github.com/eth-p/bat-extras

wallpaper photo is mine, https://www.patreon.com/c/breadonpenguins

my music: https://unicornmasquerade.bandcamp.com/

  • 0:00 command color outputs!
  • 1:35 syntax highlighted manual page btw
  • 1:57 supported languages
  • 2:30 install bat, bat-extras
  • 3:12 config options
  • 3:46 style formats
  • 4:30 custom colorschemes
  • 4:59 integration for common tools
  • 5:33 bat preview in fzf
  • 6:28 colorized help menus
  • 7:02 performance comparison?
  • 8:36 syntax highlighting makes my brain perform faster
top 6 comments
sorted by: hot top controversial new old
[–] vinnymac@lemmy.world 33 points 1 week ago* (last edited 1 week ago) (2 children)

If you enjoy bat, may I also recommend you try:

  • eza as an alternative to ls
  • zoxide as an alternative to cd
  • fd as an alternative to find
  • fzf paired with fd for enhanced reverse searching and more
  • delta for syntax highlighting pager for git, diff, grep, blame output

I’ve been using these for probably around 5-10 years / daily, without issue.

[–] dinckelman@lemmy.world 3 points 1 week ago (1 children)

Pretty much same, except I use erdtree instead of eza

[–] trevor@lemmy.blahaj.zone 2 points 1 week ago (1 children)

I never used erdtree. What do you like about it that is different from eza?

[–] dinckelman@lemmy.world 3 points 1 week ago

I've found it before I've heard about eza, but i think it generally fits my needs better. erdtree combines features of ls, tree, and find, in a way that's convenient for me

[–] desmosthenes@lemmy.world 3 points 1 week ago
[–] toad@lemmy.ca 2 points 1 week ago

This is a great video. I always appreciate a deeper look into tools like this.