far2l icon indicating copy to clipboard operation
far2l copied to clipboard

Add option for `--tty` forcing when run in interactive console (Konsole, xterm, etc)

Open h4tr3d opened this issue 11 months ago • 0 comments

...to run under terminal like Midnight Commander.

As Workaround next wrapper can be used (and demo for idea):

tty -s && far2l --tty "$@" || far2l "$@"

h4tr3d avatar Sep 15 '23 00:09 h4tr3d