From 9c1261ab45572077e697b544a092b022eb054c86 Mon Sep 17 00:00:00 2001 From: Daniel Milde Date: Wed, 21 Jul 2021 10:10:20 +0200 Subject: [PATCH] added extended chars to helpText closes #68 --- tui/tui.go | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/tui/tui.go b/tui/tui.go index f0288db52..734a6bdfe 100644 --- a/tui/tui.go +++ b/tui/tui.go @@ -17,21 +17,21 @@ import ( ) const helpText = ` - [::b]up/down, k/j [white:black:-]Move cursor up/down - [::b]pgup/pgdn, g/G [white:black:-]Move cursor top/bottom - [::b]enter, right, l [white:black:-]Go to directory/device - [::b]left, h [white:black:-]Go to parent directory - [::b]d [white:black:-]Delete selected file or directory - [::b]e [white:black:-]Empty selected file or directory - [::b]v [white:black:-]Show content of selected file - [::b]i [white:black:-]Show info about selected item - [::b]r [white:black:-]Rescan current directory - [::b]a [white:black:-]Toggle between showing disk usage and apparent size - [::b]c [white:black:-]Show/hide file count - [::b]n [white:black:-]Sort by name (asc/desc) - [::b]s [white:black:-]Sort by size (asc/desc) - [::b]C [white:black:-]Sort by file count (asc/desc) - [::b]q [white:black:-]Quit gdu + [::b]up⏶/down⏷, k/j [white:black:-]Move cursor up/down + [::b]pgup/pgdn, g/G [white:black:-]Move cursor top/bottom +[::b]enter⏎, right⏵, l [white:black:-]Go to directory/device + [::b]left⏴, h [white:black:-]Go to parent directory + [::b]d [white:black:-]Delete selected file or directory + [::b]e [white:black:-]Empty selected file or directory + [::b]v [white:black:-]Show content of selected file + [::b]i [white:black:-]Show info about selected item + [::b]r [white:black:-]Rescan current directory + [::b]a [white:black:-]Toggle between showing disk usage and apparent size + [::b]c [white:black:-]Show/hide file count + [::b]n [white:black:-]Sort by name (asc/desc) + [::b]s [white:black:-]Sort by size (asc/desc) + [::b]C [white:black:-]Sort by file count (asc/desc) + [::b]q [white:black:-]Quit gdu ` // UI struct