package
20.4.32+incompatible
Repository: https://github.com/blacktop/lporg.git
Documentation: pkg.go.dev

# Functions

LoadConfig loads the Launchpad config from the config file.

# Constants

# Structs

App CREATE TABLE apps (item_id INTEGER PRIMARY KEY, title VARCHAR, bundleid VARCHAR, storeid VARCHAR,category_id INTEGER, moddate REAL, bookmark BLOB).
AppFolder is a launchpad folder object.
Apps is the launchpad apps config object.
Category CREATE TABLE categories (rowid INTEGER PRIMARY KEY ASC, uti VARCHAR).
Config is the Launchpad config.
DBInfo - CREATE TABLE dbinfo (key VARCHAR, value VARCHAR).
Desktop is the desktop object.
Dock is the launchpad dock config object.
DockSettings is the launchpad dock settings object.
Folder is a launchpad folder object.
FolderPage is a launchpad folder page object.
Group CREATE TABLE groups (item_id INTEGER PRIMARY KEY, category_id INTEGER, title VARCHAR).
Item - CREATE TABLE items (rowid INTEGER PRIMARY KEY ASC, uuid VARCHAR, flags INTEGER, type INTEGER, parent_id INTEGER NOT NULL, ordering INTEGER).
LaunchPad is a LaunchPad struct.
Page is a launchpad page object.
Widget - CREATE TABLE widgets (item_id INTEGER PRIMARY KEY, title VARCHAR, bundleid VARCHAR, storeid VARCHAR,category_id INTEGER, moddate REAL, bookmark BLOB).

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author