browsr icon indicating copy to clipboard operation
browsr copied to clipboard

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

Results 11 browsr issues
Sort by recently updated
recently updated
newest added

I really like the look and remote capabilities. It may not be possible for remote connections, but for local files the ability to browse and do quick edits would be...

Hi! Thank you for the awesome tool! Is there a way to use it with the shell i.e. with the python-powered [xonsh shell](https://xon.sh)? Thanks! ## For community ⬇️ **Please click...

```xsh docker run -it --rm python:3.12-slim bash pip install browsr # browsr 1.19.0 browsr . ``` ```xsh Traceback (most recent call last): File "/usr/local/bin/browsr", line 5, in from browsr.__main__ import...

In the filebrowser, clicking on a directory will expand/collapse the immediate children of that directory. It would be great to have some way to apply that recursively for all folders...

Right Click or binding to 'C' key to copy current file folder would be useful. i can just use Broswr and cd into copied path immediately after

enhancement

Hello @juftin When running: `browsr ftp://ftp.ncbi.nih.gov/snp/archive` and navigating down the folder trees, I get the following error: ```python ❯ browsr ftp://ftp.ncbi.nih.gov/snp/archive ╭───────────────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────────────╮ │ /Users/andreaspoehlmann/Environments/mambaforge/lib/python3.10/site-packages/textual/worker.py:363...

Syntax highlighting seems to br triggered by file types, i.e. file extensions. So that `fred.py` is highligghted as Python syntax. Unfortunately this means that a file called just `fred`, which...

- `KP_Enter` should have the same function as `Return`. - `Right` (and `KP_Right`) to expand a directory, `Left` (and `KP_Left`) to collapse a directory. - There should be a shortcut...