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.3.0.tar.gz (42.8 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.3.0-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for birdeye-0.3.0.tar.gz
Algorithm Hash digest
SHA256 4ce4f3600e4642f00cffcecee57cffa3b8a12c15f396151e1574de4a5ec2e266
MD5 99627f93996f2a0b4bfcde5f31854442
BLAKE2b-256 0b9bfa0ed632f51e3a0aead0f4b41552454adbc349ab4b9af041b20e0e8fb584

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: birdeye-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 11.8 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.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 920f4b1e8662633c60d76310b5294866441325dcdbaee0d4f01a5f9b98042964
MD5 084a0c368c34b7250ebdaaf52f2ea47a
BLAKE2b-256 a258b31ec394d0d3b88157c78115d4627dcf85f6a0e03d24bf16f3fe353ef11c

See more details on using hashes here.

Provenance

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