forked from jbtule/cdto
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2837c6
commit 1ccb506
Showing
5 changed files
with
90 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,37 @@ | ||
# OS X | ||
.DS_Store | ||
# OS noise | ||
Desktop.ini | ||
[Tt]humbs.db | ||
.Spotlight-V100 | ||
*.DS_Store | ||
.Trashes | ||
._* | ||
*~ | ||
*.swp | ||
*.out | ||
*.bak* | ||
|
||
# Xcode | ||
build/ | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata | ||
*.xccheckout | ||
profile | ||
#Other CSM | ||
.hg | ||
.svn | ||
CVS | ||
|
||
#Xcode noise | ||
*.log | ||
*~.nib | ||
*.moved-aside | ||
DerivedData | ||
*.hmap | ||
*.xcodeproj/* | ||
!*.xcodeproj/project.pbxproj | ||
*.xcworkspace/* | ||
!*.xcworkspace/contents.xcworkspacedata | ||
!xcshareddata | ||
*.xccheckout | ||
xcuserdata/ | ||
|
||
#Project files | ||
[Bb]uild/ | ||
DerivedData/ | ||
|
||
# CocoaPods | ||
#CocoaPods | ||
Pods | ||
#Pods/*.xcodeproj/* | ||
#!Pods/*.xcodeproj/project.pbxproj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# cd to | ||
|
||
## Version 2.7 | ||
|
||
* El Capitan icon | ||
* Code cleanup | ||
|
||
## Version 2.6 | ||
* Fixed bug where get info window interferes | ||
* works on selected folder again | ||
* iTerm 2 plugin update | ||
|
||
## Version 2.5 | ||
* Lion Version | ||
* Use terminal open apple event | ||
* works with tcsh as well as bash | ||
* New Icons | ||
|
||
## Version 2.3 | ||
* Snow Leopard Version | ||
|
||
## Version 2.2 | ||
* Clear Scroll-back on Terminal plugin (Thanks to Marc Liyanage for the original tip) | ||
* Fixed issues with special characters in file path bug that existed for Terminal and iTerm plugin | ||
* iTerm plugin will try to avoid opening two windows on iTerm launch | ||
* Leopard icon | ||
|
||
## Version 2.1.1 | ||
* Fixed bug involving apostrophes in path | ||
* PathFinder plugin (Finder->Pathfinder) contributed by Brian Koponen | ||
|
||
## Version 2.1 | ||
* Plugin archtexture allowing support for other terminals | ||
* Default plugins for iTerm & X11/xterm | ||
* Terminal plugin will try to avoid opening two windows on terminal.app's launch | ||
|
||
## Version 2.0 (2005) | ||
* Ported to objective-c using appscript, boosting launch & execution speed | ||
* properly resolves aliases | ||
* no longer shows icon in dock on launch | ||
|
||
## Version 1.0 (2003) | ||
* targeted Panther OS X 10.3 | ||
* was applescript | ||
|
||
## Pre 1.0 (2001) | ||
Really old applescript |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,26 @@ | ||
##cd to... | ||
<img src="https://raw.github.com/jbtule/cdto/master/graphics/elcapitan.png" height="128px" width="128px" /> | ||
# cd to... | ||
|
||
<img src="https://raw.github.com/ealeksandrov/cdto/master/graphics/elcapitan.png" height="128px" width="128px" /> | ||
|
||
Finder Toolbar app to open the current directory in the Terminal (or iTerm, X11) | ||
|
||
* It's written in objective-c, and uses the scripting bridge so it's *fast*. | ||
* It's also shell agnostic. Works equally well when your shell is `bash` or `fish` or `tcsh`. | ||
|
||
By Jay Tuley | ||
https://github.com/jbtule/cdto | ||
|
||
###Usage: | ||
## Usage | ||
|
||
Download [Latest cdto.zip](https://github.com/jbtule/cdto/releases/latest) | ||
Download [Latest cdto.zip](https://github.com/ealeksandrov/cdto/releases/latest) | ||
|
||
To install "cd to.app" copy it from the appropriate sub-folder (iterm//x11_xterm/unsigned per your choice) to your Applications folder, and then from the applications folder drag it into the Finder toolbar (10.9 Mavericks requires ⌘ + ⌥) | ||
To install `cd_to.app` copy it from the appropriate sub-folder (iterm/x11_xterm/unsigned per your choice) to your Applications folder, and then from the applications folder drag it into the Finder toolbar (10.9 Mavericks requires ⌘ + ⌥, 10.12 Sierra requires ⌘) | ||
|
||
To use, just click on the new button and instanly opens a new terminal window. | ||
|
||
For old versions to use with iTerm or X11/xterm, using the finder contextual menu "show package contents" and exchange the plugins in the Plugin/Plugin Disabled folders respectively. Next time you run "cd to ..." it should open with the correct application. | ||
|
||
|
||
###Changes: | ||
Version 2.6 | ||
* Fixed bug where get info window interferes | ||
* works on selected folder again | ||
* iTerm 2 plugin update | ||
|
||
Version 2.5 | ||
* Lion Version | ||
* Use terminal open apple event | ||
* works with tcsh as well as bash | ||
* New Icons | ||
|
||
Version 2.3 | ||
* Snow Leopard Version | ||
|
||
Version 2.2 | ||
* Clear Scroll-back on Terminal plugin (Thanks to Marc Liyanage for the original tip) | ||
* Fixed issues with special characters in file path bug that existed for Terminal and iTerm plugin | ||
* iTerm plugin will try to avoid opening two windows on iTerm launch | ||
* Leopard icon | ||
|
||
Version 2.1.1 | ||
* Fixed bug involving apostrophes in path | ||
* PathFinder plugin (Finder->Pathfinder) contributed by Brian Koponen | ||
## Author | ||
|
||
Version 2.1 | ||
* Plugin archtexture allowing support for other terminals | ||
* Default plugins for iTerm & X11/xterm | ||
* Terminal plugin will try to avoid opening two windows on terminal.app's launch | ||
Created by [Jay Tuley](https://github.com/jbtule/cdto). | ||
|
||
Version 2.0 (2005) | ||
* Ported to objective-c using appscript, boosting launch & execution speed | ||
* properly resolves aliases | ||
* no longer shows icon in dock on launch | ||
Fork maintained by Evgeny Aleksandrov ([@EAleksandrov](https://twitter.com/EAleksandrov)). | ||
|
||
Version 1.0 (2003) | ||
* targeted Panther OS X 10.3 | ||
* was applescript | ||
## License | ||
|
||
Pre 1.0 (2001) | ||
Really old applescript | ||
`cd to` is available under the MIT license. See the LICENSE file for more info. |