From 4559e546e99fee59660c74cbb6cc5799a685e282 Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Mon, 2 Dec 2019 03:24:32 +0100 Subject: [PATCH] Explain default supermode --- README.md | 2 ++ shcrt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f124503..8666427 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ Needless to say, unless you're using `none`, the desired GUI back-end needs to b If you're using WSL and you don't want to use a terminal-based GUI, you need an X11 server such as [VcXsrv](https://sourceforge.net/projects/vcxsrv/). Otherwise you can use Zenity for Windows. +Default is determined by EasyBashGUI. On GNU/Linux it will pick a GUI dialog that fits with the running desktop environment, falling back to a TUI dialog. On Windows, a TUI dialog will run unless configured. + #### Zenity on Windows The script includes an experimental wrapper for [native Windows Zenity](https://github.com/maravento/winzenity) on WSL. diff --git a/shcrt b/shcrt index 1593f57..246c88a 100755 --- a/shcrt +++ b/shcrt @@ -138,7 +138,7 @@ else fi run_ssh_entry="Run SSH" run_sftp_entry="Run SFTP client" -print_details_entry="Print details" +print_details_entry="Print details and exit" session_path="$(scrt_session_path)" current_path="."