Documentation
¶
Index ¶
- Variables
- func DarwinActiveWindowTitle() string
- func DarwinCopyImage(filePath string)
- func GetWLClipBoard() (string, error)
- func IsListenerRunning() (bool, error)
- func KillAll(bin string)
- func KillExisting() error
- func KillExistingFG()
- func KillProcess(ppid string)
- func RunAutoPaste()
- func RunDarwinListener()
- func RunListenerAfterDelay(delay *time.Duration)
- func RunWaylandListener()
- func RunX11Listener()
- func UpdateWLClipboard(s string) error
- func WLActiveWindowTitle() string
- func WLCopyImage(filePath string)
- func WLDependencyCheck() error
- func WLSaveImage(imagePath string) error
- func X11ActiveWindowTitle() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ExeName = exeName()
Functions ¶
func DarwinActiveWindowTitle ¶ added in v1.1.1
func DarwinActiveWindowTitle() string
func DarwinCopyImage ¶ added in v1.1.1
func DarwinCopyImage(filePath string)
func GetWLClipBoard ¶ added in v1.1.1
func IsListenerRunning ¶ added in v1.1.1
func KillExisting ¶
func KillExisting() error
func KillExistingFG ¶
func KillExistingFG()
func KillProcess ¶
func KillProcess(ppid string)
func RunAutoPaste ¶ added in v1.1.1
func RunAutoPaste()
func RunDarwinListener ¶ added in v1.1.1
func RunDarwinListener()
func RunListenerAfterDelay ¶ added in v1.1.1
func RunWaylandListener ¶ added in v1.1.1
func RunWaylandListener()
func RunX11Listener ¶ added in v1.1.1
func RunX11Listener()
func UpdateWLClipboard ¶ added in v1.1.1
func WLActiveWindowTitle ¶ added in v1.1.1
func WLActiveWindowTitle() string
getActiveWindowTitleWayland tries getting the window title using various Wayland tools
func WLCopyImage ¶ added in v1.1.1
func WLCopyImage(filePath string)
func WLDependencyCheck ¶ added in v1.1.1
func WLDependencyCheck() error
func WLSaveImage ¶ added in v1.1.1
func X11ActiveWindowTitle ¶ added in v1.1.1
func X11ActiveWindowTitle() string
getActiveWindowTitleX11 tries getting the window title using various X11 tools
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.