Skip to content

Commit

Permalink
Updated README again
Browse files Browse the repository at this point in the history
  • Loading branch information
chendo committed Apr 3, 2011
1 parent 8ee4571 commit 4222709
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,29 @@ receive the full path and the line number (if any) as arguments.
* Does not work with paths with spaces (for now).
* No configuration options (for now).

## Known issues
* Drag detection is way too sensitive. Even one pixel makes it think
it's a drag. Will be fixed in next alpha.

## 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`
* Native support for other editors (TextWrangler, JEdit, Emacs, Rubymine)
* Quicklook support

## Changelog

### alpha 2:
* Command + Drag lets you drag file/directory handles into any OSX app
* Native BBedit support
* External script support
* Now works when the working directory is not valid for old paths in the
buffer
* Command + Drag lets you drag file/directory handles into any OSX app
* Command + Shift + Click does `d <path>; ls`
* External script support
* Built with llvm/clang for slight performance increase
* Scrolling with wheel always move at least one line.
* Native BBedit support

### alpha 1:
* Command + Click to open implemented for Textmate and MacVim
Expand Down

0 comments on commit 4222709

Please sign in to comment.