我的 .profile 中有这个功能,它使用 iTerm2 创建咆哮通知:
function growl()
{
echo -n -e $'\e]9;'"$@"'\007'
}
但是,如果我这样做declare -f growl
了,Bash 会卡住,你唯一的选择就是关闭当前的终端窗口。
iTerm2 中的输出 + 卡住:
growl ()
{
echo -n -e '
终端+铃输出:
growl ()
{
echo -n -e '
7;file://path/to/current/work/dir