模糊操作:影子 SSH
原文英文,约900词,阅读约需4分钟。发表于: 。Shadowing commands I'm going to show you how to shadow a "real" application so you can bolt things on after the fact. I'm going to use shell functions to do it. Functions in the command line are...
本文介绍如何使用 shell 函数来“影子”真实应用程序,以便在不改变命令的情况下添加功能。作者通过示例展示了如何重写没有参数的 `ssh` 命令,利用 `fzf` 从 SSH 配置文件中选择主机。函数会检查 `fzf` 是否安装,并从配置文件中提取主机信息供用户选择。该函数需在 shell 启动时加载,不能作为独立脚本运行。