Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ if [[ -z "$CNB_HOST" ]]; then
exit 1 exit 1
fi fi
CMD="ssh '$CNB_HOST' 'find /workspace/projects /workspace/docker -maxdepth 1 -mindepth 1 -type d 2>/dev/null' | $FZF_BIN --prompt='CNB Remote > ' | xargs -I{} open 'vscode://vscode-remote/ssh-remote+${CNB_HOST}{}'" CMD="ssh '$CNB_HOST' 'find /workspace/projects /workspace/docker -maxdepth 1 -type d 2>/dev/null' | $FZF_BIN --prompt='CNB Remote > ' | xargs -I{} open 'vscode://vscode-remote/ssh-remote+${CNB_HOST}{}'"
osascript <<OSASCRIPT osascript <<OSASCRIPT
tell application "iTerm" tell application "iTerm"

View File

@@ -16,7 +16,7 @@
FZF_BIN="fzf" FZF_BIN="fzf"
CMD="ssh diana 'find /root/workspace/projects /root/workspace/docker -maxdepth 1 -mindepth 1 -type d 2>/dev/null' | $FZF_BIN --prompt='VSCode Remote > ' | xargs -I{} open 'vscode://vscode-remote/ssh-remote+diana{}'" CMD="ssh diana 'find /root/workspace/projects /root/workspace/docker -maxdepth 1 -type d 2>/dev/null' | $FZF_BIN --prompt='VSCode Remote > ' | xargs -I{} open 'vscode://vscode-remote/ssh-remote+diana{}'"
osascript <<OSASCRIPT osascript <<OSASCRIPT
tell application "iTerm" tell application "iTerm"