Linux常用好软推荐
记录我自己喜欢的linux软件,此文章长期更新
screenkey
A screencast tool to display your keys inspired by Screenflick
tmux
A terminal multiplexer
Ipython
Productive Interactive Computing
Installation method: pip
Qv2ray
Cross-platform V2ray Client written in Qt (Stable Release)
Installation method: yay
bat
Cat clone with syntax highlighting and git integration
vim
- -d: diff
- -b: bin
fzf
非常好用的文件模糊搜索工具,支持vim
gitg
简单的git图形化工具
fd
「 fd是一种简单ㄡ快速和用户友好的find替代方案.」
Commitizen
Commitizen是一个撰写合格 Commit message 的工具。
install: $ npm install -g commitizen
rg
code搜索工具,以行为单位,是grep的替代工具,速度更快
install: pacman -S ripgrep
ag
code搜索工具,以行为单位,是grep的替代工具,速度更快
install: pacman -S the_silver_searcher