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.4.0.tar.gz (47.3 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.4.0-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for birdeye-0.4.0.tar.gz
Algorithm Hash digest
SHA256 5d00c85a0d58370b84fdf474f2514d2e7cb007010c634942142f788de58f3427
MD5 f5eec68472046d80d725d7264c41c789
BLAKE2b-256 a4f2560270a661d529e4ac31ffd096187e14dd7cb353ed66c7d4a8a6a2125110

See more details on using hashes here.

Provenance

The following attestation bundles were made for birdeye-0.4.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.4.0-py3-none-any.whl.

File metadata

  • Download URL: birdeye-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 6.5 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.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0a55bfe262d4f98f4836c05a7ea50cbcfb853f5c3dffc7c5a0207d4970f75cf6
MD5 7f5c0af07e99b90f3ce106e0b888e3d9
BLAKE2b-256 4d94e1d2a80734138883caf48c61d945aa2c55a1ca296641a27477eb108a69c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for birdeye-0.4.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