有趣小工具
记录一些github上有趣 / 实用的小工具
bash completion
Bash Line Editor―a line editor written in pure Bash with syntax highlighting, auto suggestions, vim modes, etc. for Bash interactive sessions.
1 | # TRIAL without installation |
the fuck
The Fuck is a magnificent app, inspired by a @liamosaur tweet, that corrects errors in previous console commands.
1 | # 从github安装最新版 (发行版与新版python不兼容) |
openxlab
OpenXlab可以下载市面上绝大多数数据集
CLI示例
1 | openxlab dataset download --dataset-repo OpenDataLab/CUB-200-2011 --source-path / --target-path /path/to/local/folder #数据集文件下载 |
zoxide
A smarter cd command. Supports all major shells.
实现启发式跳转,不用再费劲执行目录搜索
1 | curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 MEMORANDUM!
评论
