Linux命令—neofetch、htop、bat和duf
1. neofetch
展示操作系统信息的命令行工具,展示的信息包含:发行版本、内核、CPU、GPU 等。
- 安装: https://github.com/dylanaraps/neofetch/wiki/Installation
- 命令: neofetch
- 地址: https://github.com/dylanaraps/neofetch
macOS系统下直接用Homebrew安装:
brew install neofetch
Ubuntu系统安装:
sudo apt install neofetch
2. htop
This is htop, a cross-platform interactive process viewer. It is a text-mode application (for console or X terminals) and requires ncurses.
代替 top 的交互式管理进程的命令行工具,h 代表 for human。
- 安装: https://htop.dev/downloads.html
- 命令: htop
- 地址: https://github.com/htop-dev/htop
macOS系统下直接用Homebrew安装:
brew install htop
Ubuntu系统安装:
sudo apt install htop
3. bat
替代 cat 的命令行工具。
- 安装: https://github.com/sharkdp/bat#installation
- 命令: bat README.md
- 项目地址: https://github.com/sharkdp/bat
macOS系统下直接用Homebrew安装:
brew install bat
Ubuntu系统安装:
sudo apt install bat
4. duf
查看磁盘空间情况的命令行工具,足以代替 df 命令
macOS系统下直接用Homebrew安装:
brew install duf