← Back to tools

PathPicker

Parse command output to interactively select files and directories

File Management linuxmacos Python MIT

Description

PathPicker from Facebook parses the output from a command and presents a UI to select files and directories. It can be used to apply a command to interactively selected files or to move across directories.

When to use this tool

Good fit when
  • You want to interactively select files from command output
  • You need to quickly act on files mentioned in git status or grep output

AI Summary

Interactive file selector that parses command output to let you pick files for actions

Capabilities

  • + Parse command output for file paths
  • + Present an interactive UI for file selection
  • + Apply commands to selected files
  • + Navigate to selected directories

Use When

  • You want to interactively select files from command output
  • You need to quickly act on files mentioned in git status or grep output
View AGENTS.md for PathPicker