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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b995b16292c20753dc8bcf99dff6b512ad352b82dc24ada6ffb1627aa76cb4e
|
|
| MD5 |
33009bc8ba71b0d223598dcf529b4aec
|
|
| BLAKE2b-256 |
3fd611af838bcda30773a12e24bfa11a3875ca3ef0ef34a97bf3ed117799ea70
|
Provenance
The following attestation bundles were made for birdeye-0.1.0.tar.gz:
Publisher:
release.yml on sander76/birdeye
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
birdeye-0.1.0.tar.gz -
Subject digest:
0b995b16292c20753dc8bcf99dff6b512ad352b82dc24ada6ffb1627aa76cb4e - Sigstore transparency entry: 763751492
- Sigstore integration time:
-
Permalink:
sander76/birdeye@be1d117a160705a97d88155a0c3081a4a64c03bd -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sander76
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@be1d117a160705a97d88155a0c3081a4a64c03bd -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09d770afdbab54bff1117b7cf9184ab47e7017e999fa1e1f809ffd2b5f339db8
|
|
| MD5 |
e1a6189542abc35c1bad90c063cc744c
|
|
| BLAKE2b-256 |
0e0a1fe0865a717548a0f0aa5dee264b70e249348b0d9c03123ec3f12edfce38
|
Provenance
The following attestation bundles were made for birdeye-0.1.0-py3-none-any.whl:
Publisher:
release.yml on sander76/birdeye
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
birdeye-0.1.0-py3-none-any.whl -
Subject digest:
09d770afdbab54bff1117b7cf9184ab47e7017e999fa1e1f809ffd2b5f339db8 - Sigstore transparency entry: 763751493
- Sigstore integration time:
-
Permalink:
sander76/birdeye@be1d117a160705a97d88155a0c3081a4a64c03bd -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sander76
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@be1d117a160705a97d88155a0c3081a4a64c03bd -
Trigger Event:
push
-
Statement type: