forked from gnachman/iTerm2
-
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.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 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,25 @@ | ||
# iTerm2 with Trouter | ||
## Extremely alpha. | ||
|
||
Screencast: http://vimeo.com/21690922 | ||
|
||
Ever wanted to be able to click on paths to open things in a shell? | ||
Well, now you can! It'll even open it to the right line if | ||
it looks like filename.ext:line_number. | ||
|
||
## Instructions | ||
Currently requires either MacVim or Textmate to be installed. | ||
Just download (or build your own, if you're paranoid), and off you go! | ||
|
||
## Cavets | ||
* Does not work with paths with spaces (for now). | ||
* Only works when paths clicked are resolvable from the current directory in the shell (for now) | ||
* No configuration options (for now). | ||
|
||
## TODO | ||
* Make paths work even after the directory has been changed. | ||
* Configuration options | ||
* More modifier keys: e.g., | ||
** Shift + Command + Click on a folder does `cd <dir>; ls` | ||
** Shift + Command + Click on a foo_spec.rb:88 does `spec foo_spec.rb -l 88` | ||
|