求推荐一下好用的windows终端, 提示比较强大的那种
- 内容介绍
- 文章标签
- 相关推荐
求推荐一下好用的windows终端, 提示比较强大的那种
网友解答:--【壹】--:
powershell7啊
--【贰】--:
佬,7.6哪里下载呢,我看到最新版还是7.5.4
--【叁】--:
微软的 那个 terminal
--【肆】--:
starship
--【伍】--:
给跪了大佬,太牛了。
再加上 oh-my-posh 可以了
--【陆】--:
自带的就挺好用的
--【柒】--:
我觉得默认的就挺好用的
--【捌】--:
佬 好用多了
--【玖】--:
就他自带的,够用
--【拾】--:
terminal
--【拾壹】--: mephisto:
terminal
Windows Terminal 好用
--【拾贰】--:
pwsh7.6现在有补全提示了。但是还是没有fish好用
--【拾叁】--:
感觉Windows11 自带的已经很强啦
--【拾肆】--:
分享下自用的配置,powershell 7
notepad $Profile
# 自动建议 并设置预测文本来自历史记录
# Import-Module PSReadLine 默认已包含
# Set-PSReadLineOption -ShowToolTips 默认开启
# Tab 当按Tab键时,显示所有选项的导航菜单
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
# 设置列表视图模式 默认InlineView
Set-PSReadLineOption -PredictionViewStyle ListView
# 设置预测文本来源为历史记录 默认设置 HistoryAndPlugin 7.2 之前 History
#Set-PSReadLineOption -PredictionSource History
# 每次回溯输入历史,光标定位于输入内容末尾
Set-PSReadLineOption -HistorySearchCursorMovesToEnd
# 提示文本颜色
Set-PSReadLineOption -Colors @{ InlinePrediction = '#8A0303'}
# Set-PSReadLineOption -Colors @{ InlinePrediction = '#2F7004'}
# Set-PSReadLineOption -Colors @{ InlinePrediction = "$([char]0x1b)[36;7;238m"}
# Set-PSReadLineOption -Colors @{ InlinePrediction = "$([char]0x1b)[38;5;238m"} 恢复默认
# 方向键自动补全
# Set-PSReadlineKeyHandler -Key UpArrow -Function HistorySearchBackward
# Set-PSReadlineKeyHandler -Key DownArrow -Function HistorySearchForward
# 下一条自动补全 History记录 line模式中相反
Set-PSReadlineKeyHandler -Key Ctrl+n -Function HistorySearchForward
# 上一条自动补全 History记录
Set-PSReadlineKeyHandler -Key Ctrl+p -Function HistorySearchBackward
--【拾伍】--:
你牛比!
--【拾陆】--:
这个好用,感谢分享!
--【拾柒】--:
自带的powershell就很好啊
--【拾捌】--:
感谢佬,确实不错!
--【拾玖】--:
用自带的终端 然后安装 clink这个
求推荐一下好用的windows终端, 提示比较强大的那种
网友解答:--【壹】--:
powershell7啊
--【贰】--:
佬,7.6哪里下载呢,我看到最新版还是7.5.4
--【叁】--:
微软的 那个 terminal
--【肆】--:
starship
--【伍】--:
给跪了大佬,太牛了。
再加上 oh-my-posh 可以了
--【陆】--:
自带的就挺好用的
--【柒】--:
我觉得默认的就挺好用的
--【捌】--:
佬 好用多了
--【玖】--:
就他自带的,够用
--【拾】--:
terminal
--【拾壹】--: mephisto:
terminal
Windows Terminal 好用
--【拾贰】--:
pwsh7.6现在有补全提示了。但是还是没有fish好用
--【拾叁】--:
感觉Windows11 自带的已经很强啦
--【拾肆】--:
分享下自用的配置,powershell 7
notepad $Profile
# 自动建议 并设置预测文本来自历史记录
# Import-Module PSReadLine 默认已包含
# Set-PSReadLineOption -ShowToolTips 默认开启
# Tab 当按Tab键时,显示所有选项的导航菜单
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
# 设置列表视图模式 默认InlineView
Set-PSReadLineOption -PredictionViewStyle ListView
# 设置预测文本来源为历史记录 默认设置 HistoryAndPlugin 7.2 之前 History
#Set-PSReadLineOption -PredictionSource History
# 每次回溯输入历史,光标定位于输入内容末尾
Set-PSReadLineOption -HistorySearchCursorMovesToEnd
# 提示文本颜色
Set-PSReadLineOption -Colors @{ InlinePrediction = '#8A0303'}
# Set-PSReadLineOption -Colors @{ InlinePrediction = '#2F7004'}
# Set-PSReadLineOption -Colors @{ InlinePrediction = "$([char]0x1b)[36;7;238m"}
# Set-PSReadLineOption -Colors @{ InlinePrediction = "$([char]0x1b)[38;5;238m"} 恢复默认
# 方向键自动补全
# Set-PSReadlineKeyHandler -Key UpArrow -Function HistorySearchBackward
# Set-PSReadlineKeyHandler -Key DownArrow -Function HistorySearchForward
# 下一条自动补全 History记录 line模式中相反
Set-PSReadlineKeyHandler -Key Ctrl+n -Function HistorySearchForward
# 上一条自动补全 History记录
Set-PSReadlineKeyHandler -Key Ctrl+p -Function HistorySearchBackward
--【拾伍】--:
你牛比!
--【拾陆】--:
这个好用,感谢分享!
--【拾柒】--:
自带的powershell就很好啊
--【拾捌】--:
感谢佬,确实不错!
--【拾玖】--:
用自带的终端 然后安装 clink这个

