Port details on branch 2021Q3 |
- broot Quick and easy new way to see and navigate directory trees
- 1.6.1_2 misc
=0 1.6.1_2Version of this port present on the latest quarterly branch. - Maintainer: lcook@FreeBSD.org
 - Port Added: 2021-07-11 15:48:14
- Last Update: 2021-07-11 15:46:21
- Commit Hash: c01945e
- License: MIT
- WWW:
- https://dystroy.org/broot/
- Description:
- Feature-rich terminal file manager written in rust
which allows: filtering, searching, viewing and
manipulation of files and directories - and much
much more.
WWW: https://dystroy.org/broot/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/broot/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/broot
- pkg install broot
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: broot
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1624705056
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
SIZE (rust/crates/adler-1.0.2.crate) = 12778
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.53.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.8 : lang/python38
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- git : devel/git
- xcb.pc : x11/libxcb
- Library dependencies:
-
- libgit2.so : devel/libgit2
- libonig.so : devel/oniguruma
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for broot-1.6.1_2:
CLIPBOARD=on: Enable terminal X11 clipboard support
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- misc_broot
- USES:
- cargo python:3.6+,build xorg
- pkg-message:
- For install:
- broot was successfully installed.
the 'br' shell function:
========================
broot is convenient to find a directory then 'cd' to it, which is done using '<alt><enter>'
or ':cd'.
But broot needs a companion function in the shell in order to be able to change directory.
When you start broot, it checks whether the 'br# shell function seems to have been installed
(or to have been refused). If needed, and if the used shell seems compatible (supported
shells today are bash, zsh and fish), then broot asks the permission to register this shell
function.
If you have messed with the configuration files, you might want to have the shell function
reinstalled.
In order to do this, either remove all broot config files, or launch 'broot --install'.
When it's done, you can do just 'br' to launch broot, and typing '<alt><enter>' will cd for
you.
- Master Sites:
|