PathPicker icon indicating copy to clipboard operation
PathPicker copied to clipboard

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 fi...

Results 26 PathPicker issues
Sort by recently updated
recently updated
newest added

After a new install of fpp from Homebrew on a new system with macOS Ventura 13.6.1, fpp is able to launch but segfaults if I press an arrow key to...

We can update the version for checkout action in ci.yml file from v2 to `v3` and also adding a `paths-ignore` for the trigger event would be good since running tests...

Adding a `pre-commit-config.yml` file will be good to check if the changes are in sync with the formatting/linting rules defined by flake8 and even isort. Also, can't we add the...

Found via `codespell . -L bu,astroid,befores`

CLA Signed

Right now I achieve this using something like ```bash ls | fpp -c "vim -p" ``` Could you give a environment variable other than `FPP_DISABLE_SPLIT` that uses `vim -p` instead...

FYI, it looks like a version bump was forgotten for the 0.9.5 release, e.g. ```sh $ fpp --version fpp version 0.9.2 ``` This is because: https://github.com/facebook/PathPicker/blob/3670d02dbcb9ff232b1c8cbeb5468657dd582cf5/src/version.py#L6

Entries which end close to window border `PathPicker` cause infinite loop after trying to select them with either `f` or `F`. Following `for` loop is affected: https://github.com/facebook/PathPicker/blob/cc032b2b2fa2fa8ab2fedc93766b2bf2303781d2/src/pathpicker/screen_control.py#L668-L673 Seemingly due to...

`show_none_errors` is deprecated, see https://github.com/python/mypy/pull/13507

CLA Signed

Please support bundling PathPicker into a single bundled executable file, so that distribution of the command/program does not need to include raw source directories.