For all my command line warriors out there, I rece...
# releases
j
For all my command line warriors out there, I recently open-sourced a project of mine called browsr. 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. It supports Local Filesystems, GitHub, SSH/SFTP, AWS S3, GCS, and Azure. Source Code: https://github.com/juftin/browsr Installation:
pipx install "browsr[all]"
Documentation: http://juftin.com/browsr/
πŸ”₯ 2
It also renders CSV / Parquet files as nice navigable datatables which has been awesome as a data engineer
a
This is cool. Thanks, @Justin Flannery! I noticed it also works great with `pipx run`: without pre-installing I was able to pop open a local Browsr interface by just typing
pipx run browsr .
(I imagine that can be handy when running in a container that might not already have it installed.) I also really like the S3 browse support and the fact that you have support for parquet/csv. I definitely plan to use this in the future. πŸš€
πŸ™ 1
j
very cool!