Skip to content

Commit

Permalink
Update the info shown via "help cmdline"
Browse files Browse the repository at this point in the history
I had neglected this - it should show all available minibuffer commands.
  • Loading branch information
gcla committed Jul 3, 2022
1 parent 4f9ddcd commit ef07dd1
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions ui/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,24 +111,28 @@ Activate cmdline mode with the : key.
Hit tab to see and choose possible completions.
capinfo_ - Capture file properties
clear___ - Clear current pcap
config__ - Show termshark's config file (Unix-only)
convs___ - Open conversations view
filter__ - Choose a display filter from recently-used
help____ - Various help dialogs
load____ - Load a pcap from the filesystem
logs____ - Show termshark's log file (Unix-only)
map_____ - Map a keypress to a key sequence (see help map)
marks___ - Show file-local and global packet marks
no-theme - Clear theme for the current terminal color mode
profile_ - Choose a termshark profile
quit____ - Quit termshark
recents_ - Load a pcap from those recently-used
set_____ - Set various config properties (see help set)
streams_ - Open stream reassembly view
theme___ - Choose a theme for the current terminal color mode
unmap___ - Remove a keypress mapping{{end}}
capinfo______ - Capture file properties
clear-filter_ - Clear the display filter and apply
clear-packets - Clear the current pcap
columns______ - Choose the columns to display
config_______ - Show termshark's config file (Unix-only)
convs________ - Open conversations view
filter_______ - Choose a display filter from recently-used
help_________ - Various help dialogs
load_________ - Load a pcap from the filesystem
logs_________ - Show termshark's log file (Unix-only)
map__________ - Map a keypress to a key sequence (see help map)
marks________ - Show file-local and global packet marks
menu_________ - Open the UI Misc menu
no-theme_____ - Clear theme for the current terminal color mode
profile______ - Profile actions - create, use, delete, etc
quit_________ - Quit termshark
recents______ - Load a pcap from those recently-used
set__________ - Set various config properties (see help set)
streams______ - Open stream reassembly view
theme________ - Choose a theme for the current terminal color mode
unmap________ - Remove a keypress mapping
wormhole_____ - Prepare to transfer the current pcap{{end}}
{{define "SetHelp"}}{{template "NameVer" .}}
Expand Down

0 comments on commit ef07dd1

Please sign in to comment.