python简单命令

it2026-02-22  6

python简单命令

tldr 根据二八原则将命令的常用场景给出示例

example: tldr python tldr tmux

Tmux 是一个终端复用器(terminal multiplexer),非常有用,属于常用的开发工具。 (参考:http://www.ruanyifeng.com/blog/2019/10/tmux.html)

example: tmux tmux attach -t 0 tmux split-window tmux split-window -h

gpustat 基于nvidia-smi,可以提供更美观简洁的展示,结合 watch 命令,可以动态实时监控 GPU 的使用情况。

example: gpustat -i gpustat --watch --color -cpu

htop文件监控

example: htop

fzf模糊文件、历史查询

example: Ctrl + T :文件查询 Ctrl + R:历史查询
最新回复(0)