

If you're unsure about any of them, don't hesitate to ask. You can also fill these out after creating the issue. Put an x in the boxes once you've completed each step.
#Go2shell github code#
One cannot get a Moodle under git in an existing/functioning moodle code directory (well, ya can.
#Go2shell github install#
Let your life be a bit easier with tiny Go2Shell tool. Once git is installed, might also install go2shell. IMPORTANT! For 10.9-10.10 users: Just hold CMD, while dragging to Finder toolbar.

The best way to use Go2Shell is to add it to the Finder toolbar, to do this just drag and drop the app onto the toolbar. Go2Shell opens a terminal window to the current directory in Finder. Go2Shell FREE DOWNLOAD Go2Shell.dmg /Applications Go2Shell ITerm2 open -a Go2Shell -args config 1531121284176.jpg install Go2Shell /Applications iTerm2 command+Finder WechatIMG12. Open -a "Terminal" this, I can now type > new Projects/desktopprĪnd get a new Terminal window there.NOTE: Each discrete (stand-alone) request should be in its own issue. I created this function in my shell configuration file ( bash, zsh): # creates a new terminal window
#Go2shell github download zip#
bumaociyuan / cd.applescript Created 7 years ago Star 1 Fork 1 Code Revisions 1 Stars 1 Forks 1 Embed Download ZIP go2shell for iterm2.9 Raw cd. This is already really close to what I wanted. GitHub Instantly share code, notes, and snippets.Will open a new Terminal window with ~/Documents as the working directory. If you click on the > on the Finder, youll see it listed as Go2Shell.app on the list. But it doesnt show an icon nor as a pickable Icon on Customize Toolbar. Enter the open commandĭuring those web searches, I also found suggestions to use the open command, instead: > open -a Terminal ~/Documents Go2Shell works on Monterrey 12.4 (at least with iTerm2, havent tried with Terminal). (No UI Scripting solutions – those have their own issues.) I have a few other ideas where this might come in useful. If you know of a better way to create a new Terminal window or, even better, a Terminal tab with AppleScript, then please let me know. (Not to be confused with do shell script.) So this AppleScript, sort of does what I want, but seems cumbersome. You can create a new Terminal window with AppleScript using the do script command in the Terminal dictionary. The make new window or make new tab commands fail with errors and I have tried several combinations.Īfter some web searching, it looks like this has been broken for a long time. Unfortunately, this particular piece of the AppleScript dictionary is broken. > new ~/Desktop # opens a new terminal window at ~/DesktopĪfter my last success using AppleScript, I thought this would be the best solution again. What I want, is a new window that defaults to current working directory or a custom directory that I can provide with an argument: > new # opens a new terminal window at the current working directory New windows created with the keyboard shortcut or from the menu will always have the home directory ~ as the current working directory. But in some cases, it can be more useful to use a shell command. Of course, you can easily create a new Terminal window from the ‘Shell’ menu or by using the ⌘N (or ⌘T) keyboard shortcut.
