forked from jbtule/cdto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename README to README.md
- Loading branch information
Showing
2 changed files
with
43 additions
and
38 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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
>cd to... | ||
By Jay Tuley | ||
http://code.google.com/p/cdto | ||
|
||
###Usage: | ||
|
||
Download [Latest cdto.zip](https://github.com/jbtule/cdto/releases/latest) | ||
|
||
To install "cd to.app" copy it to your Applications folder, and then from the applications folder drag it into the Finder toolbar (10.9 Mavericks requires ⌘ + ⌥) | ||
|
||
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.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 | ||
* Ported to objective-c using appscript, boosting launch & execution speed | ||
* properly resolves aliases | ||
* no longer shows icon in dock on launch |