1 Repo
Executes shell commands triggered by key presses to search files and navigate directories using pipes to the file explorer.
Distinct from Shell Command Execution: Distinct from Shell Command Execution: focuses on keybinding-triggered execution within a file explorer, not general shell command execution.
Explore 1 awesome GitHub repository matching development tools & productivity · Keybinding-Triggered Shell Commands. Refine with filters or upvote what's useful.
xplr is a terminal-based file explorer that combines a composable panel layout engine with a Lua plugin runtime, allowing users to script custom keybindings, layouts, and workflow automation without recompiling. Its mode-based keybinding contexts switch mappings based on the current task, and the pipeline-based file filtering mechanism lets you dynamically refine the file listing with a visible, reorderable stack of criteria. The core integrates with external processes through a FIFO message bus, enabling commands and directory changes to flow between the explorer and outside tools. What sets
Executes shell commands triggered by key presses to search files and navigate directories.