I've been digging ncdu recently, which is basically a du replacement: https://dev.yorhel.nl/ncdu
Ask HN: Best Command-Line Applications?
191–200 of 393 posts
Re: Ask HN: Best Command-Line Applications?
#192Re: Ask HN: Best Command-Line Applications?
#193FZF - fuzzy file finding lightning quick, I use this as a ctrl+p replacement in vim too. Kubectx - Supported by FZF. Quickly change k8s context and define namespaces easily too (Kubens)
Re: Ask HN: Best Command-Line Applications?
#194it makes renaming of long filenames much easier. especially if there are many files with similar names.
greetings, eMBee.
Re: Ask HN: Best Command-Line Applications?
#195 https://github.com/sharkdp/fd
https://github.com/sharkdp/bat
https://github.com/sharkdp/diskus
https://github.com/sharkdp/hyperfine
For viewing csv's as tabular, paged data from the terminal, check out VisiData (python) https://github.com/saulpw/visidataRe: Ask HN: Best Command-Line Applications?
#196Re: Ask HN: Best Command-Line Applications?
#197Re: Ask HN: Best Command-Line Applications?
#198Earlier quoted context omitted.
Tail -f works by opening the file and remembering the byte offset, if it’s a log file that gets flushed/wiped then tail -f won’t see anything until the logs fill enough to exceed the previous file contents.
True, but the `-F` flag will work in that case.
Works on BSD `tail` too. :)
Re: Ask HN: Best Command-Line Applications?
#199Ngrok - https://ngrok.com So easy and super convienient if you quickly need your local server accessible from somewhere else.
This one is even easier because it doesn't require to install anything, just make a good old ssh tunnel: http://localhost.run