From f00459ab421213e21a66c46010c917cac839a987 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 20 Nov 2017 10:34:28 +0100 Subject: [PATCH] Update documentation --- bin/fcscs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bin/fcscs b/bin/fcscs index fbfaa99..42b63db 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -44,9 +44,9 @@ B [I] I B is a small tool which allows quick selection of terminal screen contents (like URLs, paths, regex matches, etc.) and passes the selection to -GNU Screen's or Tmux's buffer or any other program. The selection can then -quickly be pasted, e.g. in the shell. Requires GNU Screen or Tmux. It's -licensed under the GPL 3 or later. +GNU Screen's or Tmux's paste buffer or any other program. The selection can +then quickly be pasted, e.g. in the shell. Requires GNU Screen or Tmux to +capture the terminal content. It's licensed under the GPL 3 or later. =head1 OPTIONS @@ -111,7 +111,9 @@ explained below. Per default URLs are selected, see options for a way to change this. I: Opening URLs in the browser passes the URL via the command line which -leaks URLs to other users on the current system via C or C. +might leak URLs to other users on the current system via C or C +(mount C with C on Linux to prevent this information +leakage). I: When yanking (copying) a temporary file is used to pass the data to GNU screen/Tmux without exposing it to C or C. However this may -- 2.43.2