Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. alias git_workspace='osascript -e 'tell application "Terminal"' -e 'tell application "System Events" to tell process "Terminal" to keystroke "n" using command down' -e "do script with command "cd `pwd`;clear && git_fetch" in selected tab of the front window" -e 'end tell' &> /dev/null && osascript -e 'tell application "Terminal"' -e 'tell application "System Events" to tell process "Terminal" to keystroke "n" using command down' -e "do script with command "cd `pwd`;clear && git_tree" in selected tab of the front window" -e 'end tell' &> /dev/null'
  2.  
  3. alias git_workspace='osascript -e 'tell application "Terminal"'
  4. -e 'tell application "System Events" to tell process "Terminal"
  5. to keystroke "n" using command down' -e "do script with command "cd `pwd`;clear
  6. && git_fetch" in selected tab of the front window" -e 'end tell'
  7. &> /dev/null
  8. && osascript -e 'tell application "Terminal"' -e 'tell application "System Events"
  9. to tell process "Terminal" to keystroke "n" using command down'
  10. -e "do script with command "cd `pwd`;clear && git_tree"
  11. in selected tab of the front window" -e 'end tell' &> /dev/null'
  12.  
  13. -bash: alias: application: not found
  14. -bash: alias: Terminal -e tell: not found
  15. -bash: alias: application: not found
  16. -bash: alias: System Events: not found
  17. -bash: alias: to: not found
  18. -bash: alias: tell: not found
  19. -bash: alias: process: not found
  20. -bash: alias: Terminal: not found
  21. -bash: alias: to: not found
  22. -bash: alias: keystroke: not found
  23. -bash: alias: n: not found
  24. -bash: alias: using: not found
  25. -bash: alias: command: not found
  26. -bash: alias: down -e "do script with command "cd `pwd`;clear && git_fetch" in selected tab of the front window" -e end: not found
  27. -bash: alias: tell &> /dev/null && osascript -e tell: not found
  28. -bash: alias: application: not found
  29. -bash: alias: Terminal -e tell: not found
  30. -bash: alias: application: not found
  31. -bash: alias: System Events: not found
  32. -bash: alias: to: not found
  33. -bash: alias: tell: not found
  34. -bash: alias: process: not found
  35. -bash: alias: Terminal: not found
  36. -bash: alias: to: not found
  37. -bash: alias: keystroke: not found
  38. -bash: alias: n: not found
  39. -bash: alias: using: not found
  40. -bash: alias: command: not found
  41. -bash: alias: down -e "do script with command "cd `pwd`;clear && git_tree" in selected tab of the front window" -e end: not found
  42. -bash: alias: tell &> /dev/null: not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement