Skip to content

Commit

Permalink
Including readme in VC
Browse files Browse the repository at this point in the history
  • Loading branch information
jtuley committed Feb 25, 2007
1 parent 65608f0 commit 1a5c24b
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 10 deletions.
23 changes: 23 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
>cd to...
By Jay Tuley
http://code.google.com/p/cdto

Usage:

To install "> cd to ..." copy it to your Applications folder, and then from the applications folder drag it into the Finder toolbar.

To use with iTerm or X11/xterm, using the finder get info on ">cd to ..." from it's installed location and under the section labeled "plugins" enable the proper plugin (while disabling the others). Next time you run ">cd to ..." it should with the correct application.


Changes:
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
9 changes: 5 additions & 4 deletions cd to ....xcodeproj/jay.mode1
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,13 @@
<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
<array>
<array>
<integer>30</integer>
<integer>29</integer>
<integer>11</integer>
<integer>4</integer>
<integer>0</integer>
</array>
</array>
<key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
<string>{{0, 206}, {282, 589}}</string>
<string>{{0, 128}, {282, 589}}</string>
</dict>
<key>PBXTopSmartGroupGIDs</key>
<array/>
Expand Down Expand Up @@ -518,8 +519,8 @@
<key>WindowOrderList</key>
<array>
<string>694495AA0B869AB900A19631</string>
<string>/Users/jay/Documents/Projects/cd_to_proj/trunk/cd to ....xcodeproj</string>
<string>1C0AD2B3069F1EA900FABCE6</string>
<string>/Users/jay/Documents/Projects/cd_to_proj/trunk/cd to ....xcodeproj</string>
</array>
<key>WindowString</key>
<string>0 130 1280 648 0 0 1280 778 </string>
Expand Down
8 changes: 4 additions & 4 deletions plugins/iterm/iterm.xcodeproj/jay.mode1
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,13 @@
<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
<array>
<array>
<integer>23</integer>
<integer>22</integer>
<integer>21</integer>
<integer>0</integer>
</array>
</array>
<key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
<string>{{0, 133}, {186, 338}}</string>
<string>{{0, 103}, {186, 338}}</string>
</dict>
<key>PBXTopSmartGroupGIDs</key>
<array/>
Expand Down Expand Up @@ -377,9 +377,9 @@
</array>
<key>TableOfContents</key>
<array>
<string>69E2977F0B897F9100A2C50F</string>
<string>69E816870B91245100AD2C2C</string>
<string>1CE0B1FE06471DED0097A5F4</string>
<string>69E297800B897F9100A2C50F</string>
<string>69E816880B91245100AD2C2C</string>
<string>1CE0B20306471E060097A5F4</string>
<string>1CE0B20506471E060097A5F4</string>
</array>
Expand Down
4 changes: 2 additions & 2 deletions plugins/iterm/iterm.xcodeproj/jay.pbxuser
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
PBXFileDataSource_Warnings_ColumnID,
);
};
PBXPerProjectTemplateStateSaveDate = 193560437;
PBXWorkspaceStateSaveDate = 193560437;
PBXPerProjectTemplateStateSaveDate = 194061384;
PBXWorkspaceStateSaveDate = 194061384;
};
sourceControlManager = 69449D230B894B9700A19631 /* Source Control */;
userBuildSettings = {
Expand Down

0 comments on commit 1a5c24b

Please sign in to comment.