Documentation
¶
Index ¶
- Constants
- func RenderUI(config Config) error
- func RightPadTrim(s string, length int) string
- func ShowResults(results []tsutils.Result, trimPrefix string, plain bool)
- func Trim(s string, length int) string
- func WriteResults(results []tsutils.Result, outDir string, quiet bool)
- type Config
- type FileRead
- type FileResultsReceivedMsg
- type Model
- type Pane
- type ViewFileFinishedmsg
Constants ¶
View Source
const ( ActiveHeaderColor = "#fc5fa3" InactivePaneColor = "#d0a8ff" DisabledFileColor = "#6c7986" DirectoryColor = "#41a1c0" NoConstructsColor = "#fabd2f" UnsupportedFileColor = "#928374" CWDColor = "#d0a8ff" FilepathColor = "#fc5fa3" FilepathColorTUI = "#ffd166" TSElementColor = "#41a1c0" DividerColor = "#6c7986" DefaultForegroundColor = "#282828" ModeColor = "#fc5fa3" HelpMsgColor = "#83a598" HTMLBackgroundColor = "#1f1f24" )
Variables ¶
This section is empty.
Functions ¶
func RightPadTrim ¶
Types ¶
type FileResultsReceivedMsg ¶
type FileResultsReceivedMsg struct {
// contains filtered or unexported fields
}
type ViewFileFinishedmsg ¶
type ViewFileFinishedmsg struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.