• Stars
    star
    196
  • Rank 197,353 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created over 1 year ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ—‚οΈ a pleasant file explorer in your terminal supporting all filesystems

browsr

browsr Version PyPI Testing Status GitHub License

browsr πŸ—‚οΈ is a pleasant file explorer in your terminal. It's a command line TUI (text-based user interface) application that empowers you to browse the contents of local and remote filesystems with your keyboard or mouse.

You can quickly navigate through directories and peek at files whether they're hosted locally, in GitHub, over SSH, in AWS S3, Google Cloud Storage, or Azure Blob Storage. View code files with syntax highlighting, format JSON files, render images, convert data files to navigable datatables, and more.

Screenshots
Image 2 Image 3 Image 4
Screen Recording
browsr.mp4

Installation

It's recommended to use pipx instead of pip. pipx installs the package in an isolated environment and makes it available everywhere. If you'd like to use pip instead, just replace pipx with pip in the below command.

pipx install browsr

Extra Installation

If you're looking to use browsr on remote file systems, like GitHub or AWS S3, you'll need to install the remote extra. If you'd like to browse parquet / feather files, you'll need to install the data extra. Or, even simpler, you can install the all extra to get all the extras.

pipx install "browsr[all]"

Usage

Simply give browsr a path to a local or remote file / directory. Check out the Documentation for more information about the file systems supported.

Local

browsr ~/Downloads/

GitHub

browsr github://juftin:browsr
export GITHUB_TOKEN="ghp_1234567890"
browsr github://juftin:browsr-private@main

Cloud

browsr s3://my-bucket

** Currently AWS S3, Google Cloud Storage, and Azure Blob Storage / Data Lake are supported.

SSH / SFTP

browsr ssh://[email protected]:22

License

browsr is distributed under the terms of the MIT license.

More Repositories

1

camply

camply, the campsite finder ⛺️ - a tool to find campsites at sold out campgrounds through sites like recreation.gov
Python
387
star
2

hatch-pip-compile

hatch plugin to use pip-compile (or uv) to manage project dependencies and lockfiles
Python
55
star
3

lunchable

Python Client for the Lunch Money Developer API
Python
35
star
4

llm-term

Chat with LLM models directly from the command line
Python
21
star
5

textual-universal-directorytree

πŸ—‚οΈ DirectoryTree widget for textual, compatible with all filesystems
Python
14
star
6

yellowstone-camping

Campsite Reservation Cancellation Finder (Yellowstone National Park)
Python
10
star
7

homelab

πŸ€– homelab deployment via docker compose (made easy)
Makefile
6
star
8

cookiecutter-python

juftin's personal cookiecutter template for python projects
Python
6
star
9

mac-dev-setup

Development Environment Setup - now located at https://juftin.com/dotfiles
4
star
10

fastapp

HTTP Servers Made Easy - Optimized for ML
Python
4
star
11

zoo

An asynchronous zoo API, powered by FastAPI, SQLAlchemy 2.0, Pydantic v2, and Alembic
Python
4
star
12

media-center

Multi-Container Home Media Center Application
Shell
3
star
13

jupyter

JupyterLab Server behind Traefik Reverse Proxy
Dockerfile
3
star
14

lunchable-primelunch

LunchMoney Amazon Transaction Updater
Python
3
star
15

lunchable-splitlunch

LunchMoney + Splitwise Integration
Python
2
star
16

schemaspy

Docker image and utility for easily generating database documentation
Dockerfile
1
star
17

juftin.github.io

HTML
1
star
18

actions

Reusable GitHub Actions
Python
1
star
19

juftin

Public README Repository
1
star
20

traefik

Traefik (v2) Reverse Proxy
Shell
1
star
21

airflow

Multi Container Airflow DAG Application
Python
1
star
22

dotfiles

🌈 my personal dotfiles for macOS, Linux, zsh, and everything else
Shell
1
star