大家有没有什么很 COOL 的终端工具,分享一下。

2022-08-09 16:55:49 +08:00
 kaiger

我先分享几个

croc - https://github.com/schollz/croc - 任意两台电脑在终端传输文本、文件。

batcat - https://github.com/sharkdp/bat - 类似 cat ,但带有 git 集成和语法高亮.

dust - https://github.com/bootandy/dust - 类似 du ,但是更加直观。

fzf - https://github.com/junegunn/fzf - 通用命令行模糊检索

fortune & boxes - fortune 输出各种诗句,名人名言。boxes 美化 fortune 的输出。

12238 次点击
所在节点    Linux
66 条回复
hellodigua
2022-08-09 16:58:22 +08:00
# 在 iterm2 窗口右上角显示当前目录名

display_current_dir() {
printf "\e]1337;SetBadgeFormat=%s\a" \
$(echo -ne "${PWD##*/}\007" | base64)
}

precmd() {
display_current_dir
}
dabai0806
2022-08-09 17:07:38 +08:00
lazydocker 终端 ui 操作 docker
catinsides
2022-08-09 17:09:56 +08:00
Lqxc
2022-08-09 17:23:36 +08:00
ranger ,hyperfine ,teeldear (好奇 op 用的什么 wm ,terminal emulator 。配的好漂亮。)
darkengine
2022-08-09 17:28:36 +08:00
sl
florentino
2022-08-09 17:32:02 +08:00
我只想知道这是什么系统
kaiger
2022-08-09 17:33:08 +08:00
@Lqxc #4

谢谢 :)

wm - i3wm
bar - polybar
terminal - urxvt
kaiger
2022-08-09 17:34:51 +08:00
@florentino #6

Linux 系统

Distributor ID: Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
Codename: jammy
fzdwx
2022-08-09 17:38:27 +08:00
帮助开发终端程序的组件库: https://github.com/fzdwx/infinite

哈哈哈,各位大佬们可以试试。
NoahNye
2022-08-09 17:40:54 +08:00
ncdu ,du 的扩展版,递归目录,默认按文件大小排序,看起来像个文件浏览器,但是只有删除文件(夹)功能,经常用来清理服务器。
ncepuzs
2022-08-09 17:49:32 +08:00
a33291
2022-08-09 17:51:23 +08:00
me221
2022-08-09 17:58:25 +08:00
楼主的系统真好看
kaiger
2022-08-09 18:00:33 +08:00
@NoahNye #10

这个真的好用,删文件贼方便
sheeta
2022-08-09 18:14:45 +08:00
guake(挂科) terminal
Bingchunmoli
2022-08-09 18:19:28 +08:00
用系统通用命令进行基本操作,复杂找脚本..终端全默认没有花里胡哨,也不会花里胡哨
Noicdi
2022-08-09 18:20:06 +08:00
lazygit ,Git 的终端界面
ranger ,终端文件管理器
lolcat ,对输出做渐变色处理
trash ,mv 的垃圾回收站版本
icdiff ,diff 的样式改进版本
lsd ,带文件类型图标的 ls

https://www.ruanyifeng.com/blog/2022/01/cli-alternative-tools.html
1423
2022-08-09 18:51:51 +08:00
現代環境下的 Linux 裡的新工具 系列
https://ithelp.ithome.com.tw/users/20018884/ironman/646
sunhuawei
2022-08-09 19:04:18 +08:00
https://github.com/huaweiouba/cgu
练习 golang 的时候写的小工具,一直在用,change git user ,方便在不同项目里切换 git 用户
lingly02
2022-08-09 19:06:56 +08:00
10 年前我也喜欢折腾这些花里胡哨的东西,现在 mac os 自带终端+tabby ,全深色默认配置

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/871716

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX