Algae

joined 1 year ago
[โ€“] Algae 2 points 1 year ago

How exactly does putting a massive "table of contents" div right over the words I'm reading improve the accessibility of this site? I feel letterboxed :(

[โ€“] Algae 4 points 1 year ago* (last edited 1 year ago)

My answers (mostly running in powershell - not that it makes much of a difference!)

Rust-based utilities I couldn't live without:

  • fd (fd-find) for finding my files
  • rg (ripgrep) for string searches
  • sd (sed) for search and replace
  • dust (dust) for information about my directories
  • lsd (aliased to ls or l) for replacing Dir
  • bat (better cat) - for when the help pages are too long

Other stuff I love:

  • htop - I just learned you can run this in WSL to see all your system cores. It's pretty!
  • nvim - obviously. The best vim. Even works in VSCode