facebook / PathPicker

PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything. After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that you can open them in your favorite editor or execute arbitrary commands.
https://facebook.github.io/PathPicker/
MIT License
5.11k stars 283 forks source link

No recognition of files without a . or / #94

Closed stephanschubert closed 9 years ago

stephanschubert commented 9 years ago

I ran git status in my ~/git/dotfiles repository and i'm using thoughtbot's rcm tool for management which is why the files are not prefixed with a .:

On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

    modified:   irbrc
    modified:   pryrc
    modified:   rspec

no changes added to commit (use "git add" and/or "git commit -a")

Only and/or in the last line is recognized - incorrectly.

I'm aware this is related to another issue already raised but created this one to raise the awareness that there are more uses cases of the proposed file system check there.

stephanschubert commented 9 years ago

Just realized there are even more already closed/moved issues about this. I'll close this one and add it as a comment to #83.