//
pkg.gl
Category
github.com/lmorg/murex
shell
history
package
6.4.2063+incompatible
Repository:
https://github.com/lmorg/murex.git
Documentation:
pkg.go.dev
Overview
Versions
5
Dependencies
11
Dependents
10
Files
342 SLOC
#
Functions
ExpandVariables
ExpandVariables finds all history variables and replaces them with the value of the variable.
ExpandVariablesInLine
ExpandVariablesInLine finds history variables in a line and replaces it with the value of the variable.
New
New creates a History object.
#
Structs
History
History exports common functions needed for shell history.
Item
Item is the structure of an individual item in the History.list slice.