Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🗂️ a pleasant file explorer in your terminal supporting all filesystems

License

NotificationsYou must be signed in to change notification settings

juftin/browsr

Repository files navigation

browsr

a pleasantfile explorer in your terminal supportingall filesystems

PyPIPyPI - Python VersionGitHub LicensedocsTesting StatusHatch projectRuffpre-commitsemantic-releaseGitmoji

browsr 🗂️ is a pleasantfile explorer in your terminal. It's a command lineTUI(text-based user interface) application that empowers you to browse the contents of localand remote filesystems with your keyboard or mouse.

You can quickly navigate through directories and peek at files whether they're hostedlocally,inGitHub, overSSH, inAWS S3,Google Cloud Storage, orAzure Blob Storage. View code fileswith syntax highlighting, format JSON files, render images, convert data files to navigabledatatables, and more.

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

Installation

It's recommended to usepipx instead of pip.pipx installs the package inan isolated environment and makes it available everywhere. If you'd like to usepip instead, just replacepipxwithpip in the below command.

pipx install browsr

Extra Installation

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

pipx install"browsr[all]"

Usage

Simply givebrowsr a path to a local or remote file / directory.Check out the Documentation for more informationabout 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://username@example.com:22

License

browsr is distributed under the terms of theMIT license.


[8]ページ先頭

©2009-2025 Movatter.jp