
1 deepen 2023-03-13 23:25:56 +08:00 zsh-autosuggestions: https://github.com/zsh-users/zsh-autosuggestions |
2 securityCoding 2023-03-13 23:30:08 +08:00 via Android copilot |
4 0attocs 2023-03-14 02:32:26 +08:00 @jokeface 这方面 PowerShell (pwsh7) 很好用,参数只需要 prefix 匹配,比如-Directory 可以简写为-d ,-di ,-dir ;官方的 PSReadLine 可以 tab 自动补全 /选择参数,第三方 PSFzf 可以实现模糊搜索历史命令。 不过我只在 Windows 下用 pwsh 作为默认 shell ,Linux 下只用 pwsh 写脚本(类似 Python ),因为不太确定各种环境变量的支持如何。而且 pwsh 的迭代也很快,Linux 下行为不一定稳定( imo )。 |
5 sky96111 2023-03-14 07:29:09 +08:00 via Android fish |
6 webcape233 2023-03-14 07:53:20 +08:00 via iPhone zsh 加上插件就够了 |
7 vyron 2023-03-14 09:13:02 +08:00 |
8 Kobayashi 2023-03-14 09:36:23 +08:00 需要自己写补全文件。fig, warp 只是将 shell 补全换了一种方式展示而已。 |
9 tool2d 2023-03-14 09:52:45 +08:00 我是用 GUI 管理一大堆命令,然后快捷方式把文本自动注入 shell 里的。 对我个人来说,重复输入命令是很麻烦的事情。又不能写成.sh 文件,因为命令的参数每次都会有微调,无法固定。 唯一选择就只有外部 GUI 辅助管理了。 |
10 a33291 2023-03-14 10:03:24 +08:00 试试 nushell |
11 xidaduo 2023-03-14 10:11:37 +08:00 warp 非常智能,对我来说很够用,主力 terminal |
12 ispinfx 2023-03-14 10:30:32 +08:00 TAB |
13 356693212 2023-03-14 12:07:42 +08:00 warp |
14 xiangagou 2023-03-14 16:06:18 +08:00 zsh4human,帮你配置好了 |
15 Mashirobest 2023-03-14 16:16:21 +08:00 zsh 用 zsh-autosuggestions ,不过懒人可以试试 fish ,基本开箱即用 |
16 zhuisui 2023-03-14 16:20:49 +08:00 zsh + fzf-tab |
17 Desdemor 2023-03-14 17:36:14 +08:00 zsh +1 |
18 wenyuan5 2023-03-15 09:33:37 +08:00 prezto + 插件 |