Documentation
¶
Index ¶
- func BulkRename(pattern string, replacement string, renameDirectories bool, dryRun bool)
- func ConvertData(converterType string, input string)
- func GeneratePassPhrase(lengthS string, separator string, simple bool)
- func GeneratePassword(lengthS string, simple bool)
- func GenerateRUIDString(len string)
- func GenerateRandomString(length int)
- func GenerateRepetitionString(count int, str string)
- func GenerateSequenceString(length int)
- func GenerateUUIDString()
- func StartMarkdownServer(listenAddr string) error
- func TimeCurrent()
- func TimeEpochDiff(epochs []int64)
- func TimeParse(timeStr string, printType string)
- func TimePurple()
- type FileNode
- type MarkdownServer
- type MarkdownServerOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BulkRename ¶ added in v0.1.4
func ConvertData ¶ added in v0.1.7
Primary Handler
func GeneratePassPhrase ¶ added in v0.1.3
func GeneratePassword ¶ added in v0.1.3
func GenerateRUIDString ¶ added in v0.1.5
func GenerateRUIDString(len string)
generates shorter UUID string
func GenerateRandomString ¶
func GenerateRandomString(length int)
func GenerateRepetitionString ¶ added in v0.1.5
func GenerateSequenceString ¶ added in v0.1.5
func GenerateSequenceString(length int)
func GenerateUUIDString ¶ added in v0.1.5
func GenerateUUIDString()
func StartMarkdownServer ¶ added in v1.0.4
func TimeCurrent ¶ added in v0.1.5
func TimeCurrent()
func TimeEpochDiff ¶ added in v0.1.5
func TimeEpochDiff(epochs []int64)
func TimePurple ¶ added in v0.1.5
func TimePurple()
Types ¶
type MarkdownServer ¶ added in v1.0.4
type MarkdownServer struct {
Options *MarkdownServerOptions
}
type MarkdownServerOptions ¶ added in v1.0.4
Click to show internal directories.
Click to hide internal directories.