package
Version:
v0.0.0-...-6731bbc
Opens a new window with list of versions in this module.
Published: Aug 8, 2019
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
AddQL Add quicklink to the store
Commander Function that handles incoming CLI commands
RemoveQL Remove a quicklink from the store
type QuickLink struct {
Name string `json:"name"`
Path string `json:"path"`
}
QuickLink A single QuickLink
GetQLs get all quicklinks from the store file
type QuickLinks struct {
Links []QuickLink `json:"links"`
}
QuickLinks The struct that represents the store
Source Files
¶
Click to show internal directories.
Click to hide internal directories.