Skip to main content

Add your description here

Project description

birdeye

A terminal-based file tree navigator.

Overview

birdeye is an interactive file tree viewer that allows you to navigate directory structures directly from your terminal.

Features

  • Interactive Navigation: Use arrow keys to move through the file tree
  • Expand/Collapse: Toggle directories to show or hide their contents
  • Path Selection: Select a file or directory path and have it printed to stdout. Use this for piping into other commands.

Installation

pip install birdeye

or better use pipx or uv tool and you'll have a birdeye command available in your prompt.

terminal usage

cd into a folder using birdeye. Put this bash function inside your .bashrc or .zshrc file.

# A function to visually change directories with birdeye
lcd() {
    local selected_dir
    selected_dir=$(birdeye)
    
    # If the user selected a path (and didn't just quit), `cd` into it.
    # Check if the selection is a directory.
    if [[ -n "$selected_dir" && -d "$selected_dir" ]]; then
        cd "$selected_dir"
    fi
}

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

birdeye-0.1.0.tar.gz (29.5 kB view details)

Uploaded Source

Built Distribution

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

birdeye-0.1.0-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file birdeye-0.1.0.tar.gz.

File metadata

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

File hashes

Hashes for birdeye-0.1.0.tar.gz
Algorithm Hash digest
SHA256 0b995b16292c20753dc8bcf99dff6b512ad352b82dc24ada6ffb1627aa76cb4e
MD5 33009bc8ba71b0d223598dcf529b4aec
BLAKE2b-256 3fd611af838bcda30773a12e24bfa11a3875ca3ef0ef34a97bf3ed117799ea70

See more details on using hashes here.

Provenance

The following attestation bundles were made for birdeye-0.1.0.tar.gz:

Publisher: release.yml on sander76/birdeye

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

File details

Details for the file birdeye-0.1.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for birdeye-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 09d770afdbab54bff1117b7cf9184ab47e7017e999fa1e1f809ffd2b5f339db8
MD5 e1a6189542abc35c1bad90c063cc744c
BLAKE2b-256 0e0a1fe0865a717548a0f0aa5dee264b70e249348b0d9c03123ec3f12edfce38

See more details on using hashes here.

Provenance

The following attestation bundles were made for birdeye-0.1.0-py3-none-any.whl:

Publisher: release.yml on sander76/birdeye

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