summaryrefslogtreecommitdiffstats
path: root/features.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-09-08 20:58:23 +0200
committerCanop <cano.petrole@gmail.com>2020-09-08 20:58:23 +0200
commit25f1761e2da8026c5842d19b1f8fd79ce85f0255 (patch)
tree3a357ccddc58d6886c963bb5a511749a6dcc0aa9 /features.md
parent313234bcfd24181c9558f2c5f6f735510c1dfda7 (diff)
fix cross-compilation - define a "clipboard" feature
Diffstat (limited to 'features.md')
-rw-r--r--features.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/features.md b/features.md
new file mode 100644
index 0000000..cfe2375
--- /dev/null
+++ b/features.md
@@ -0,0 +1,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)