unicode_input

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2024 License: GPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const DEFAULT_MODE string = "HEX"
View Source
const INDEX_BASE = 36
View Source
const INDEX_CHAR string = "."
View Source
const InvalidChar rune = unicode.MaxRune + 1

Variables

View Source
var DEFAULT_SET []rune
View Source
var EMOTICONS_SET []rune
View Source
var ErrCanceledByUser = errors.New("Canceled by user")

Functions

func EntryPoint

func EntryPoint(parent *cli.Command)

Types

type CachedData

type CachedData struct {
	Recent []rune `json:"recent,omitempty"`
	Mode   string `json:"mode,omitempty"`
}

type Mode

type Mode int
const (
	HEX Mode = iota
	NAME
	EMOTICONS
	FAVORITES
)

type ModeData

type ModeData struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳