Versions in this module Expand all Collapse all v0 v0.0.1 Dec 11, 2023 Changes in this version + type Command struct + Arguments []string + Command string + Directory string + File string + type Database struct + Contents []Command + File *paths.Path + func LoadDatabase(file *paths.Path) (*Database, error) + func NewDatabase(filename *paths.Path) *Database + func (db *Database) Add(target *paths.Path, command *paths.Process) + func (db *Database) SaveToFile()