Skip to content

Commit 1ccb506

Browse files
committed
Update README
1 parent e2837c6 commit 1ccb506

File tree

5 files changed

+90
-85
lines changed

5 files changed

+90
-85
lines changed

.gitignore

+32-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,37 @@
1-
# OS X
2-
.DS_Store
1+
# OS noise
2+
Desktop.ini
3+
[Tt]humbs.db
4+
.Spotlight-V100
5+
*.DS_Store
6+
.Trashes
7+
._*
8+
*~
9+
*.swp
10+
*.out
11+
*.bak*
312

4-
# Xcode
5-
build/
6-
*.pbxuser
7-
!default.pbxuser
8-
*.mode1v3
9-
!default.mode1v3
10-
*.mode2v3
11-
!default.mode2v3
12-
*.perspectivev3
13-
!default.perspectivev3
14-
xcuserdata
15-
*.xccheckout
16-
profile
13+
#Other CSM
14+
.hg
15+
.svn
16+
CVS
17+
18+
#Xcode noise
19+
*.log
20+
*~.nib
1721
*.moved-aside
18-
DerivedData
19-
*.hmap
22+
*.xcodeproj/*
23+
!*.xcodeproj/project.pbxproj
24+
*.xcworkspace/*
25+
!*.xcworkspace/contents.xcworkspacedata
26+
!xcshareddata
2027
*.xccheckout
28+
xcuserdata/
29+
30+
#Project files
31+
[Bb]uild/
32+
DerivedData/
2133

22-
# CocoaPods
34+
#CocoaPods
2335
Pods
36+
#Pods/*.xcodeproj/*
37+
#!Pods/*.xcodeproj/project.pbxproj

.hgignore

-16
This file was deleted.

CHANGELOG.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# cd to
2+
3+
## Version 2.7
4+
5+
* El Capitan icon
6+
* Code cleanup
7+
8+
## Version 2.6
9+
* Fixed bug where get info window interferes
10+
* works on selected folder again
11+
* iTerm 2 plugin update
12+
13+
## Version 2.5
14+
* Lion Version
15+
* Use terminal open apple event
16+
* works with tcsh as well as bash
17+
* New Icons
18+
19+
## Version 2.3
20+
* Snow Leopard Version
21+
22+
## Version 2.2
23+
* Clear Scroll-back on Terminal plugin (Thanks to Marc Liyanage for the original tip)
24+
* Fixed issues with special characters in file path bug that existed for Terminal and iTerm plugin
25+
* iTerm plugin will try to avoid opening two windows on iTerm launch
26+
* Leopard icon
27+
28+
## Version 2.1.1
29+
* Fixed bug involving apostrophes in path
30+
* PathFinder plugin (Finder->Pathfinder) contributed by Brian Koponen
31+
32+
## Version 2.1
33+
* Plugin archtexture allowing support for other terminals
34+
* Default plugins for iTerm & X11/xterm
35+
* Terminal plugin will try to avoid opening two windows on terminal.app's launch
36+
37+
## Version 2.0 (2005)
38+
* Ported to objective-c using appscript, boosting launch & execution speed
39+
* properly resolves aliases
40+
* no longer shows icon in dock on launch
41+
42+
## Version 1.0 (2003)
43+
* targeted Panther OS X 10.3
44+
* was applescript
45+
46+
## Pre 1.0 (2001)
47+
Really old applescript

CONTRIBUTORS

-3
This file was deleted.

README.md

+11-48
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,26 @@
1-
##cd to...
2-
<img src="https://raw.github.com/jbtule/cdto/master/graphics/elcapitan.png" height="128px" width="128px" />
1+
# cd to...
2+
3+
<img src="https://raw.github.com/ealeksandrov/cdto/master/graphics/elcapitan.png" height="128px" width="128px" />
34

45
Finder Toolbar app to open the current directory in the Terminal (or iTerm, X11)
56

67
* It's written in objective-c, and uses the scripting bridge so it's *fast*.
78
* It's also shell agnostic. Works equally well when your shell is `bash` or `fish` or `tcsh`.
89

9-
By Jay Tuley
10-
https://github.com/jbtule/cdto
11-
12-
###Usage:
10+
## Usage
1311

14-
Download [Latest cdto.zip](https://github.com/jbtule/cdto/releases/latest)
12+
Download [Latest cdto.zip](https://github.com/ealeksandrov/cdto/releases/latest)
1513

16-
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 ⌘ + ⌥)
14+
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 ⌘)
1715

1816
To use, just click on the new button and instanly opens a new terminal window.
1917

20-
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.
21-
22-
23-
###Changes:
24-
Version 2.6
25-
* Fixed bug where get info window interferes
26-
* works on selected folder again
27-
* iTerm 2 plugin update
28-
29-
Version 2.5
30-
* Lion Version
31-
* Use terminal open apple event
32-
* works with tcsh as well as bash
33-
* New Icons
34-
35-
Version 2.3
36-
* Snow Leopard Version
37-
38-
Version 2.2
39-
* Clear Scroll-back on Terminal plugin (Thanks to Marc Liyanage for the original tip)
40-
* Fixed issues with special characters in file path bug that existed for Terminal and iTerm plugin
41-
* iTerm plugin will try to avoid opening two windows on iTerm launch
42-
* Leopard icon
43-
44-
Version 2.1.1
45-
* Fixed bug involving apostrophes in path
46-
* PathFinder plugin (Finder->Pathfinder) contributed by Brian Koponen
18+
## Author
4719

48-
Version 2.1
49-
* Plugin archtexture allowing support for other terminals
50-
* Default plugins for iTerm & X11/xterm
51-
* Terminal plugin will try to avoid opening two windows on terminal.app's launch
20+
Created by [Jay Tuley](https://github.com/jbtule/cdto).
5221

53-
Version 2.0 (2005)
54-
* Ported to objective-c using appscript, boosting launch & execution speed
55-
* properly resolves aliases
56-
* no longer shows icon in dock on launch
22+
Fork maintained by Evgeny Aleksandrov ([@EAleksandrov](https://twitter.com/EAleksandrov)).
5723

58-
Version 1.0 (2003)
59-
* targeted Panther OS X 10.3
60-
* was applescript
24+
## License
6125

62-
Pre 1.0 (2001)
63-
Really old applescript
26+
`cd to` is available under the MIT license. See the LICENSE file for more info.

0 commit comments

Comments
 (0)