Skip to main content

Terminal-first file navigator and FSCP automation workbench built with Textual.

Project description

Release Python License CI Status


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 logs directory.
    • README modal (Enter on a script) displays bundled documentation.
  • 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, or highlighted_directory.
  • file_extensions: optional list of suffixes (for highlighted_file targets).
  • 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.py contains the executable FSCP script.
  • readme.md provides the optional documentation shown inside FER​P.

Dev toggle for script config

During development you can point FER​P 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, FER​P reads the config directly from the repository 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

Authoring FSCP Scripts

Python scripts executed from FER​P 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 t to add a task from anywhere in the UI.
  • Press l to 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ferp-0.9.3.tar.gz (93.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ferp-0.9.3-py3-none-any.whl (117.1 kB view details)

Uploaded Python 3

File details

Details for the file ferp-0.9.3.tar.gz.

File metadata

  • Download URL: ferp-0.9.3.tar.gz
  • Upload date:
  • Size: 93.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ferp-0.9.3.tar.gz
Algorithm Hash digest
SHA256 44325db7715141d53b575fcfc4dbb1e8079b8af8b4b1a611a19ae3a49c08a073
MD5 c335d9205328bb36639c5dd484fb5c19
BLAKE2b-256 bd3f864d352a108a60c7d2035ccc1520433497c2733343f16f666a47760ec93a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ferp-0.9.3.tar.gz:

Publisher: publish.yml on zappbrandigan/ferp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ferp-0.9.3-py3-none-any.whl.

File metadata

  • Download URL: ferp-0.9.3-py3-none-any.whl
  • Upload date:
  • Size: 117.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ferp-0.9.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b8b1e9f377d6b33016eb1c4479ffb059e48f6464d5e470f34e05837d670f247c
MD5 095fee692148f6203fa895b57a5165cb
BLAKE2b-256 9e7eb5b89bed241945638c90f02031785c9c3f54120a5ee258a950ad15a23a44

See more details on using hashes here.

Provenance

The following attestation bundles were made for ferp-0.9.3-py3-none-any.whl:

Publisher: publish.yml on zappbrandigan/ferp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page