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.

MIT License

Downloads
25
Stars
5.1K
Committers
81

Bot releases are visible (Hide)

PathPicker - 2022 Release Latest Release

Published by pcottle over 2 years ago

Given all the updates, let's go with a new release (in over a few years!) to bundle all these together

PathPicker - 0.9.2 -- switch to python3 by default

Published by pcottle about 5 years ago

Better support for python3 out of the box

PathPicker - 0.8.2 -- bug fixes from the community

Published by pcottle about 5 years ago

PathPicker is overdue for a new release!

PathPicker - 0.7.2 support -- new year, new FPP!

Published by pcottle almost 8 years ago

Highlights from git log 0.7.1..HEAD

  • Finally support for vim splitting with the correct line numbers from @brwong
  • Add support for disabling the slash in front of filenames with home (a vestigial hack from internal Facebook infra)
  • Some nice font fixes for better readability
  • Better support for csh, fish, and rc shells from @weakish

Thanks everyone for the support

PathPicker - 0.7.1: more shortcut support and even more matching!

Published by pcottle over 8 years ago

Highlights from git log 0.7.0..HEAD

  • Support for the Home, End, Page Up, and Page Down keys from @robertbachmann (PR #228 #229)
  • Fix command mode for the fish shell (PR #227)
  • Matches even .DS_STORE (PR #223)
  • Some small edits like removing unused imports, cleaning up Debian package, and a bug that would sometimes hang the UI.

As always, big thanks to the community for their support and contributions!

PathPicker - 0.7.0 Stability and AllInput mode

Published by pcottle almost 9 years ago

Another awesome community release!

  • @gsheld added an "all input" mode in #210 which allows you to use fpp to work with non-file inputs like git branches or mercurial bookmarks. Helpful for when you just want to use the selector UI and don't have another fuzzy selector installed.
  • Improves zsh and csh support. Special thanks to @benmccormick
  • Adds support for filenames with commas and spaces and parens (in any combinatino)
  • emacsclient line jump support
PathPicker - 0.6.2 Minor updates

Published by pcottle about 9 years ago

This is mostly a community release actually! Fixed a new issues and bugs, notably:

  • @slackorama Fixed the bash exiting error for zsh in #191
  • @slackorama also fixed #192 which was an out-of-range index error
  • @alecjacobson fixed #187 which passed the -i flag only if we are not in the vim shell (so you can use FP from within vim!)
  • Few minor fixes like #182, #181
  • Expanded line support from @pallavagarwal07 in #178
  • @Shenil fixed makefile detection in #173
  • and a number of other great fixes!
PathPicker - 0.6.1 Minor but imporant release

Published by pcottle over 9 years ago

Fixed a number of small but important issues and introduced a few new features:

-- #145 #149 Expand the types of files we can parse now that we have filesystem validation -- including hyphens, spaces, etc
-- #137 X mode! Select files with letters rather than UI, thanks @xavierbeynon
-- #143 Jump to line in sublime text, thanks @dufferzafar
-- #138 Use interactive shell to run script, which should fix zsh sourcing issues, thanks @hlian

PathPicker - 0.6.0 Release! Big update

Published by pcottle over 9 years ago

Huge list of updates, the biggest though being filesystem validation which enables us to expand our regexes and match on many more files. Full list:

  • #135 / #118 -- long file truncation if it doesnt fit in the screen
  • #132 allow +'s in filenames for objective c
  • #128 and #127 fix some line printing bugs
  • #117 Debian packages!
  • #114 filesystem validation
  • FPP is now version aware (prints out its own version)
PathPicker - v0.5.7 -- Few more fixes and bug improvements

Published by pcottle over 9 years ago

  • Added Travis CI integration, so master is much more stable
  • Added command line option --clean which removes the state files for script workflows #103
  • Added command line option --version which prints out the version
  • Better help command which shows all command line options
  • Adds the much-requested --command option to preset the passed-in command #99
  • Exit code updates #102
  • Color support!! #53
  • Falls back to relative dirs #47
PathPicker - v0.5.6 -- 27 closed issues, 29 closed PR's.

Published by pcottle over 9 years ago

Release notes:

  • Python 3.0 support! Removed the fallback hack
  • --keep-open support
  • Moved all temp files into ~/.fpp/
  • Fixed a bug around remembering selections
  • Few other fixes
PathPicker - 0.5.5 -- 17 closed issues + 14 closed PR's

Published by pcottle over 9 years ago

Big update and bunch of bugfixes from our first open source day!

PathPicker - 0.5.4 release

Published by pcottle over 9 years ago

Pretty big update! attaching the tar