pcstat and vmtouch (page cache statistics and control) https://github.com/tobert/pcstat https://hoytech.com/vmtouch/
New(ish) command line tools
71–80 of 252 posts
Re: New(ish) command line tools
#72Ah, delta is missing! Right from the docs, it's "[a] syntax-highlighting pager for git, diff, and grep output". [1] https://github.com/dandavison/delta (edit: nevermind, somehow I missed it)
Re: New(ish) command line tools
#73Re: New(ish) command line tools
#74Glad to discover fd. I've always struggled with find syntax. It's easy enough, but always kind of fiddly IME.
fd has been a life saver on windows dealing with tons of csv file lately.
Re: New(ish) command line tools
#75I’m a fan of nnn for a terminal file manager, so I’m keen to try out broot. Does anyone have other recommendations I should try? https://github.com/jarun/nnn
Re: New(ish) command line tools
#76No such list is complete without hexyl! https://github.com/sharkdp/hexyl
Re: New(ish) command line tools
#77I’m a fan of nnn for a terminal file manager, so I’m keen to try out broot. Does anyone have other recommendations I should try? https://github.com/jarun/nnn
Re: New(ish) command line tools
#78I’m a fan of nnn for a terminal file manager, so I’m keen to try out broot. Does anyone have other recommendations I should try? https://github.com/jarun/nnn
Been meaning to try out xplr[1] which I came across the other day.
Re: New(ish) command line tools
#79I peripatetically dive into "strace" for one-off debugging - is there something more modern I should be doing?
Troubleshooting system issues can also be done with SystemTap[1], which looks cool, but I haven't personally tried it yet.
[0]: A cool example of using them is https://www.brendangregg.com/blog/2021-08-27/slack-crashes-s....
Re: New(ish) command line tools
#80Is mosh secure? Looks like it's been unmaintained for quite a few years.
Yes, because it’s underpinned by SSH it’s secure. The authors consider it feature complete hence the lack of updates.