summaryrefslogtreecommitdiffstats
path: root/features.md
blob: cfe2375ab1a4bc08d759c13818faa4012e528ff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
broot defines two optional features which may be applied on compilation:

* client-server
* clipboard

## The "client-server" feature

This feature allows an instance of broot to be remotely controlled.

It's described in [client-server.md](client-server.md).

This feature could potentially be made standard if there's some demand.

## The "clipboard" feature

This feature allows the `:copy_path` verb which copies the currently selected path into the clipboard.

Limits:

- the feature doesn't compile right now on some platforms (for example Raspberry)
- on some platforms the content leaves the clipboard when you quit broot (so you must paste while broot is still running)