Documentation ¶
Index ¶
- type Renderer
- func (rd *Renderer) BlockSize(toRender string) string
- func (rd *Renderer) ByExt(toRender string) string
- func (rd *Renderer) ByExtIcon(toRender string) string
- func (rd *Renderer) ByName(toRender string) string
- func (rd *Renderer) ByNameIcon(toRender string) string
- func (rd *Renderer) Dir(toRender string) string
- func (rd *Renderer) DirIcon(toRender string) string
- func (rd *Renderer) DirPrompt(dir string) string
- func (rd *Renderer) Executable(toRender string) string
- func (rd *Renderer) ExecutableIcon(toRender string) string
- func (rd *Renderer) File(toRender string) string
- func (rd *Renderer) FileIcon(toRender string) string
- func (rd *Renderer) FileMode(toRender string) string
- func (rd *Renderer) GitAdded(name string) string
- func (rd *Renderer) GitCopied(name string) string
- func (rd *Renderer) GitDeleted(name string) string
- func (rd *Renderer) GitIgnored(name string) string
- func (rd *Renderer) GitModified(name string) string
- func (rd *Renderer) GitRenamed(name string) string
- func (rd *Renderer) GitTypeChanged(s string) string
- func (rd *Renderer) GitUnmodified(name string) string
- func (rd *Renderer) GitUntracked(name string) string
- func (rd *Renderer) GitUpdatedButUnmerged(s string) string
- func (rd *Renderer) Group(toRender string) string
- func (rd *Renderer) Inode(inode string) string
- func (rd *Renderer) Link(toRender string) string
- func (rd *Renderer) Mounts(mounts string) string
- func (rd *Renderer) OctalPerm(octal string) string
- func (rd *Renderer) Owner(toRender string) string
- func (rd *Renderer) Pipe(toRender string) string
- func (rd *Renderer) PipeIcon(toRender string) string
- func (rd *Renderer) RTime(now, modTime time.Time) string
- func (rd *Renderer) SetTheme(theme *theme.All) *Renderer
- func (rd *Renderer) Size(toRender, unit string) string
- func (rd *Renderer) Socket(toRender string) string
- func (rd *Renderer) SocketIcon(toRender string) string
- func (rd *Renderer) Symlink(toRender string, path string, rel bool) string
- func (rd *Renderer) SymlinkIcon(toRender string, path string, rel bool) string
- func (rd *Renderer) SymlinkIconNoDereference(toRender string) string
- func (rd *Renderer) SymlinkIconNoDereferencePlus(toRender string, plus string) string
- func (rd *Renderer) SymlinkIconPlus(toRender string, path string, plus string, rel bool) string
- func (rd *Renderer) SymlinkNoDereference(str string) string
- func (rd *Renderer) SymlinkNoDereferencePlus(toRender string, plus string) string
- func (rd *Renderer) SymlinkPlus(toRender string, path string, plus string, rel bool) string
- func (rd *Renderer) Time(toRender string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Renderer ¶
type Renderer struct {
// contains filtered or unexported fields
}
func NewRenderer ¶
func (*Renderer) ByExt ¶
ByExt returns the colorized string by the file extension if the file has no extension it returns an empty string
func (*Renderer) ByExtIcon ¶
ByExtIcon returns the icon and the name of the file if the file has no icon it returns an empty string
func (*Renderer) ByNameIcon ¶ added in v0.11.0
func (*Renderer) Executable ¶
func (*Renderer) ExecutableIcon ¶ added in v0.9.0
func (*Renderer) GitDeleted ¶ added in v0.4.0
func (*Renderer) GitIgnored ¶ added in v0.4.0
func (*Renderer) GitModified ¶ added in v0.4.0
func (*Renderer) GitRenamed ¶ added in v0.4.0
func (*Renderer) GitTypeChanged ¶ added in v0.9.0
func (*Renderer) GitUnmodified ¶ added in v0.9.0
func (*Renderer) GitUntracked ¶ added in v0.4.0
func (*Renderer) GitUpdatedButUnmerged ¶ added in v0.9.0
func (*Renderer) SocketIcon ¶ added in v0.3.0
func (*Renderer) SymlinkIcon ¶
func (*Renderer) SymlinkIconNoDereference ¶ added in v0.9.0
func (*Renderer) SymlinkIconNoDereferencePlus ¶ added in v0.9.0
SymlinkIconNoDereferencePlus returns the icon and the name of the file, but does not dereference the symlink
func (*Renderer) SymlinkIconPlus ¶ added in v0.3.0
SymlinkIconPlus returns the icon and the name of the file, and dereferences the symlink
func (*Renderer) SymlinkNoDereference ¶ added in v0.9.0
func (*Renderer) SymlinkNoDereferencePlus ¶ added in v0.9.0
func (*Renderer) SymlinkPlus ¶ added in v0.3.0
SymlinkPlus returns the icon and the name of the file
Click to show internal directories.
Click to hide internal directories.