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.2.0.tar.gz (29.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.2.0-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: birdeye-0.2.0.tar.gz
  • Upload date:
  • Size: 29.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.2.0.tar.gz
Algorithm Hash digest
SHA256 ebab620847cce105994edf43a007222599b561591ca314e457db6ecba386b7bb
MD5 892721d879a0df5693ca90aefbe421f4
BLAKE2b-256 2611ef18feb717eb31d6ff4f5210af5f487e58914743d512b6aa6aa41d98927c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: birdeye-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 9.7 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 617f53db77006f19db1da4a2aa4d0057478f9d134f7203db0d64aa6c1f10c4d5
MD5 1c48b461a35496866d4b217671c20bf6
BLAKE2b-256 63cf49b445a812a0d451765fb569457dcc66a8bc9e4c614fe60e115b0ebf3893

See more details on using hashes here.

Provenance

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