Terminal-first file navigator and FSCP automation workbench built with Textual.
Project description
About
FERP is a terminal-friendly file manager and automation workbench. It combines an interactive file navigator and a protocol-driven script runner so you can explore directories and execute repeatable workflows through a TUI—without requiring terminal knowledge.
Highlights
- Keyboard-first navigation
- A full list of keys are available in the app.
- Context panes
- Script list reads from the user config
config.json(platformdirs). - Output panel streams FSCP results and records transcripts under the user data
logsdirectory. - README modal (Enter on a script) displays bundled documentation.
- Script list reads from the user config
- Visual mode (multi-select)
- Select multiple items in the file navigator, including range selection.
- Copy, move, paste, and delete selected files or folders without running scripts.
- Scripts/output panels are disabled while visual mode is active.
- Managed script runtime
- Scripts execute via the FSCP host ↔ script protocol.
- Interactive prompts, confirmations, progress, and structured results are supported.
- Logs are timestamped and automatically pruned (default 50 files / 14 days).
Quick Start
pipx install ferp
[!NOTE] To use the default scripts, open the command palette (
Ctrl+P) and select Install/Update Default Scripts.
[!WARNING] This option is intended for specific users. It will remove any existing scripts you have installed.
If you prefer to install scripts individually, or to use your own custom scripts, see FSCP.
Configuring Scripts
Scripts are declared in your user config config.json (created on first script install). Each entry defines:
script: path to the executable (e.g.scripts/ferp.zip_dir/script.py).target:current_directory,highlighted_file, orhighlighted_directory.file_extensions: optional list of suffixes (forhighlighted_filetargets).- Optional README at
scripts/<id>/readme.md.
Each script lives under scripts/<id>/ (the directory name matches the fully-qualified ID, such as ferp.zip_dir). Inside the directory:
script.pycontains the executable FSCP script.readme.mdprovides the optional documentation shown inside FERP.
Namespaces are only required for bundled/default scripts and for the repo dev setup. Custom scripts can stay in the single user config.json without a namespace.
Dev toggle for script config
During development you can point FERP at the repo copy of ferp/scripts/config.json instead of the user config file:
FERP_DEV_CONFIG=1 textual run --dev ferp/app.py
When enabled, FERP reads the repo configs directly: ferp/scripts/config.json plus any ferp/scripts/<namespace>/config.json files, and skips the one-time copy into the user config directory.
Script update notifications are suppressed while FERP_DEV_CONFIG=1 is set.
Scripts that log data with debug level are skipped by default. You can enable these logs by adding the debug flag:
FERP_DEV_CONFIG=1 FERP_SCRIPT_LOG_LEVEL=debug textual run --dev ferp/app.py
Configuration
FERP uses two configuration layers:
- Runtime config (env):
FERP_*environment variables (preferred for automation). - User settings (file):
settings.jsonin the user config directory (managed by the app).
Precedence order: env -> settings.json -> defaults.
Runtime env vars:
FERP_DEV_CONFIG=1to read script configs from the repo during development.FERP_SCRIPT_LOG_LEVEL=debugto include debug logs from FSCP scripts.
You can inspect the resolved configuration with:
ferp print-config
Settings are versioned with schemaVersion and automatically normalized on load.
If an upgrade is detected, a backup is created next to settings.json with a
settings.bak-YYYYMMDDHHMMSS.json suffix.
Logs are separated by type under the user data directory:
logs/host/host.logfor UI/host application logs.logs/scripts/for per-script transcript logs.
Error Codes
When operations fail, FERP emits structured error codes for easier support and troubleshooting. Example codes you may see:
release_metadata_failed,release_asset_download_failednamespaces_missing_list,namespaces_missing_namespacemonday_api_error,monday_board_not_found
Authoring FSCP Scripts
Python scripts executed from FERP speak the FSCP protocol. See
SCRIPT_AUTHORS.md for the SDK guide, examples, logging, cancellation, cleanup,
and packaging details.
Terminal Commands
FERP opens your system terminal in the current directory (shown in the top bar).
- Open a terminal using
Ctrl+t. - The spawned terminal inherits the current working directory.
- On Windows system, prefers PowerShell and falls back to CommandPrompt.
Task List
FERP includes a lightweight task list for quick capture and review.
- Press
tto add a task from anywhere in the UI. - Press
lto open the task list and review or mark tasks as complete. - Tag tasks with
@for text highlighting and filtering. - Toggle completion status with the space bar.
- The task status indicator updates automatically as tasks are completed.
Other Features
- Default script updates: Pull the latest default scripts from the release feed (suppressed in dev mode).
- Process list: View and stop running scripts from the command palette.
- Tasks: Capture quick tasks and review them in the task list.
- Themes: Switch themes from the command palette.
- Startup directory: Set the default path Ferp opens on launch.
- Logs: Open the latest transcript log from the command palette.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ferp-0.11.2.tar.gz.
File metadata
- Download URL: ferp-0.11.2.tar.gz
- Upload date:
- Size: 106.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10a4eb873e21b0979c9df597d73785a78ccae66873bb7b6e85aa4881de95e2f1
|
|
| MD5 |
426aa852693e099971e8b135d6f2052d
|
|
| BLAKE2b-256 |
573283913538be0eb70082689671a0fddb05618cf886eb9c1b9d86d8469e20c1
|
Provenance
The following attestation bundles were made for ferp-0.11.2.tar.gz:
Publisher:
publish.yml on zappbrandigan/ferp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ferp-0.11.2.tar.gz -
Subject digest:
10a4eb873e21b0979c9df597d73785a78ccae66873bb7b6e85aa4881de95e2f1 - Sigstore transparency entry: 978053925
- Sigstore integration time:
-
Permalink:
zappbrandigan/ferp@42041ecb0a946252779dc5550a95dd970603259b -
Branch / Tag:
refs/tags/v0.11.2 - Owner: https://github.com/zappbrandigan
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@42041ecb0a946252779dc5550a95dd970603259b -
Trigger Event:
push
-
Statement type:
File details
Details for the file ferp-0.11.2-py3-none-any.whl.
File metadata
- Download URL: ferp-0.11.2-py3-none-any.whl
- Upload date:
- Size: 132.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8472c0bdd0cfa62ef01c4a78e5d2ce0b482159fea74a4490c350d86c39b1d0bf
|
|
| MD5 |
1d526549bc410668cdc5b7c7bcb888d7
|
|
| BLAKE2b-256 |
55980c4b33241ce55dbe60a04528383586d01b5e9ca8d0f23a833afdfc78803c
|
Provenance
The following attestation bundles were made for ferp-0.11.2-py3-none-any.whl:
Publisher:
publish.yml on zappbrandigan/ferp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ferp-0.11.2-py3-none-any.whl -
Subject digest:
8472c0bdd0cfa62ef01c4a78e5d2ce0b482159fea74a4490c350d86c39b1d0bf - Sigstore transparency entry: 978053997
- Sigstore integration time:
-
Permalink:
zappbrandigan/ferp@42041ecb0a946252779dc5550a95dd970603259b -
Branch / Tag:
refs/tags/v0.11.2 - Owner: https://github.com/zappbrandigan
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@42041ecb0a946252779dc5550a95dd970603259b -
Trigger Event:
push
-
Statement type: