bubl

package
v0.0.0-...-713aa60 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2022 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FOCUS_INBOUND     = 0
	FOCUS_DIRECTORIES = 1
	FOCUS_NEWNAME     = 2

	STATUS_MOVE_OK     = "Ok"
	STATUS_MOVE_FAILED = "Failed"
	STATUS_ERR         = "Err"
)
View Source
const (
	// TERMINAL THEME COLORS
	BLACK   = lipgloss.Color("0")
	RED     = lipgloss.Color("1")
	GREEN   = lipgloss.Color("2")
	YELLOW  = lipgloss.Color("3")
	BLUE    = lipgloss.Color("4")
	MAGENTA = lipgloss.Color("5")
	CYAN    = lipgloss.Color("6")
	WHITE   = lipgloss.Color("7")

	LIGHT_BLACK   = lipgloss.Color("8")
	LIGHT_RED     = lipgloss.Color("9")
	LIGTH_GREEN   = lipgloss.Color("10")
	LIGHT_YELLOW  = lipgloss.Color("11")
	LIGHT_BLUE    = lipgloss.Color("12")
	LIGHT_MAGENTA = lipgloss.Color("13")
	LIGHT_CYAN    = lipgloss.Color("14")
	LIGHT_WITE    = lipgloss.Color("15")

	OUTER_MARGIN = 1
)

Variables

This section is empty.

Functions

func DirectoriesAsBubblesList

func DirectoriesAsBubblesList() []list.Item

func InboundItemsAsBubblesList

func InboundItemsAsBubblesList() []list.Item

func NewDirectory

func NewDirectory(dir fs.DirEntry) directory

func NewDirectoryFile

func NewDirectoryFile(file fs.DirEntry) directoryFile

func NewInboundItem

func NewInboundItem(file fs.DirEntry) inboundItem

func Run

func Run()

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL