Documentation
¶
Overview ¶
Package value contains application-wide constants and default values.
Index ¶
Constants ¶
View Source
const ( NesterVersion string = "1.2" NesterSource string = "https://codeberg.org/PlumpyTurkey/NesterShell" NesterLogo string = `` /* 1121-byte string literal not displayed */ ColorReset string = "\033[0m" ColorRed string = "\033[31m" ColorYellow string = "\033[33m" ColorBlue string = "\033[34m" ColorMagenta string = "\033[35m" ErrAbort string = "Operation aborted" ErrInput string = "Failed to read input" ErrInvalidChoice string = "Invalid choice. Please try again." Alphabet string = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" AlphabetLength int = 52 MsgHelp = `` /* 329-byte string literal not displayed */ MsgHelpCd = ":cd [path] Changes the current working directory" MsgHelpExit = ":exit Exits the current session" MsgHelpHelp = ":help [command] Displays help information about commands" MsgHelpPing = ":ping Verifies the connection with the remote server" MsgHelpPwd = ":pwd Updates the current working directory to the server's current directory" )
Variables ¶
View Source
var ( DatabaseHeader = [][]string{{"name", "url", "hash", "channel_cookie", "shared_key", "additional_cookies"}} SpecialCommands = [5]string{"cd", "exit", "help", "ping", "pwd"} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.