内容简介:Recently I've been taking a look at replacements for common command line tools (and coreutils) -
Recently I've been taking a look at replacements for common command line tools (and coreutils) - ls
, cat
, find
, grep
, etc. I don't really have many issues with the older tools, but I like shiny things. Turns out, people have been rewriting a lot of them in Rust
lsd
lsd
is a replacement for ls
. It adds some nice colours and icons to your output, like:
exa
exa
is also an ls
replacement! It's fairly similar from what I can see, though it doesn't do the fancy font icons. However, it does display some info from Git, and has some other features. Both are worth looking at imo.
bat
bat
is like cat
, but with colours, line numbers, and a few other things. It has syntax highlighting, shows git changes, and also automatically pages with less
(which I love).
Sure, cat
is intended to con*cat*enate files, but it's also really commonly used to just dump a file to your terminal. bat
does that, and makes it pretty :D (it can concat too)
ripgrep
ripgrep
is one of the first I installed! It searches code really, really nicely. .gitignore
is followed by default, it recurses files and directories by default, and it's very
fast. I think the output looks pretty nice too!
There are a few alternatives here, but this is the only one I've used
fd
fd
is like find, but in my opinion more convenient. fd .py
is fast to type, and fd
is also very fast to run. By default .gitignore
is followed – a trend I'm very much liking. Regex is supported, and the output has colour!
dust
dust
is a tool I only found very recently, but it tries to make du
nice. By default I don't find the output of du
to be very helpful, and it's usually combined with at least -h
, and maybe some sort
as well.
dust
will automatically sort, create graphs, and generally answer the "how the hell am I out of disk space already" question. For when the answer isn't docker images, anyway.
coreutils
Not something I'm using, but there's an attempt to rewrite all of coreutils in Rust going on over here . It's pretty cool and worth a look
That's pretty much it for now! If you have any other suggestions, feel free to contact me on Twitter , or viaemail
以上所述就是小编给大家介绍的《My tools are going Rusty》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
破茧成蝶:用户体验设计师的成长之路
刘津、李月 / 人民邮电出版社 / 2014-7 / 69.00
市面上已经有很多专业的用户体验书籍,但解决用户体验设计师在职场中遇到的众多现实问题的图书并不多见。本书从用户体验设计师的角度出发,系统地介绍了其职业生涯中的学习方法、思维方式、工作流程等,覆盖了用户体验设计基础知识、设计师的角色和职业困惑、工作流程、需求分析、设计规划和设计标准、项目跟进和成果检验、设计师职业修养以及需要具备的意识等,力图帮助设计师解决在项目中遇到的一些常见问题,找到自己的职业成长......一起来看看 《破茧成蝶:用户体验设计师的成长之路》 这本书的介绍吧!