Documentation
¶
Index ¶
- Constants
- func Backspace()
- func ClearMarks()
- func ClearMode()
- func Copy()
- func DecScope()
- func Delete()
- func End()
- func Enter()
- func Export(path string)
- func Home()
- func IncScope()
- func InsertCut()
- func InsertRunes(runes []rune)
- func Join()
- func Left()
- func Mark()
- func NextCut()
- func PrevCut()
- func PromptBackspace()
- func PromptDefault(s string)
- func PromptEnd()
- func PromptHome()
- func PromptInsertRunes(runes []rune)
- func PromptLeft()
- func PromptResponse() string
- func PromptRight()
- func Redo()
- func ResizeScreen(x, y int)
- func Right()
- func Run(version, path string)
- func Screen() string
- func SetMode(mode ModeType, msg string)
- func Space()
- func Undo()
- type ModeType
- type Scope
Constants ¶
View Source
const (
IconExport = "💾"
)
Variables ¶
This section is empty.
Functions ¶
func ClearMarks ¶
func ClearMarks()
func PromptBackspace ¶ added in v0.5.3
func PromptBackspace()
func PromptDefault ¶ added in v0.5.3
func PromptDefault(s string)
func PromptHome ¶ added in v0.5.3
func PromptHome()
func PromptInsertRunes ¶ added in v0.5.3
func PromptInsertRunes(runes []rune)
func PromptLeft ¶ added in v0.5.3
func PromptLeft()
func PromptResponse ¶ added in v0.5.3
func PromptResponse() string
func PromptRight ¶ added in v0.5.3
func PromptRight()
func ResizeScreen ¶
func ResizeScreen(x, y int)
Types ¶
Click to show internal directories.
Click to hide internal directories.