Documentation
¶
Index ¶
- func BulkRename(pattern string, replacement string, renameDirectories bool, dryRun bool)
- func ConvertData(converterType string, input string)
- func FindDuplicates(recursive bool, delete bool)
- 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 ManualRename(includeDir bool, hidden bool, includeExtension bool)
- func Sed(pattern string, replacement string, path string, dryRun bool)
- func StartMarkdownServer(listenAddr string) error
- func StashApply(id int) error
- func StashClear(id int) error
- func StashFS(path string) error
- func StashList() error
- func StashPop(id int) error
- func StashText(name string) error
- func TimeCurrent()
- func TimeEpochDiff(epochs []int64)
- func TimeISO()
- func TimeParse(timeStr string, printType string)
- func TimePurple()
- type FileNode
- type MarkdownServer
- type MarkdownServerOptions
- type StashEntry
- type StashIndex
- type StashType
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 FindDuplicates ¶ added in v1.2.0
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 ManualRename ¶ added in v1.1.8
func StartMarkdownServer ¶ added in v1.0.4
func StashApply ¶ added in v1.1.0
func StashClear ¶ added in v1.1.0
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
type StashEntry ¶ added in v1.1.0
type StashIndex ¶ added in v1.1.0
type StashIndex struct {
NextID int `json:"next_id"`
Entries []StashEntry `json:"entries"`
}
Click to show internal directories.
Click to hide internal directories.