value

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2026 License: GPL-3.0 Imports: 0 Imported by: 0

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"

	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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL