Skip to content

Commit

Permalink
Renamed MITS/Trouter to Semantic History
Browse files Browse the repository at this point in the history
  • Loading branch information
chendo committed Apr 3, 2011
1 parent 58a69b5 commit 914f2d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# iTerm2 with "Mouse in the Shell"/Trouter technology
# iTerm2 with Semantic History
## Extremely alpha.

[Screencast](http://vimeo.com/21690922)
Expand Down Expand Up @@ -29,7 +29,7 @@ If you don't use MacVim, Textmate or BBedit or if you want write
specific parsers, you can have the path sent to an external script of
your choice.

`defaults write com.googlecode.iterm2 TrouterPathHandler <path to script>`
`defaults write com.googlecode.iterm2 SemanticHistoryHandler <path to script>`

The script must be marked executable (`chmod +x <file>`) and it will
receive the full path and the line number (if any) as arguments.
Expand Down
2 changes: 1 addition & 1 deletion Trouter.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ - (Trouter *) init {
self = [super init];
[self determineEditor];
fileManager = [[NSFileManager alloc] init];
externalScript = [[NSUserDefaults standardUserDefaults] stringForKey:@"TrouterScriptPath"];
externalScript = [[NSUserDefaults standardUserDefaults] stringForKey:@"SemanticHistoryHandler"];
return self;
}

Expand Down

0 comments on commit 914f2d6

Please sign in to comment.