on Improving Web Accessibility: Making Inclusivity a Priority · c/webdev · 2 pts · 3yHow 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 :(
on Let's make a list of our favorite CLI utilities. · c/commandline · 4 pts · 3yMy 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
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 :(
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 filesrg(ripgrep) for string searchessd(sed) for search and replacedust(dust) for information about my directorieslsd(aliased tolsorl) for replacingDirbat(better cat) - for when the help pages are too longOther 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