Skip to content

Added Goals and Installed Packages

Pre-release
Pre-release
Compare
Choose a tag to compare
@auscyber auscyber released this 20 Aug 09:50
· 58 commits to master since this release

Added a new goals system.
In the config file, you can now set up goals with

[goals.foo]
links = ["bar.config"

You can also setup programs with

[packages]
app_name = "apt"
app_aliases = ["apt-get","apt-cache"]
checker_script = "apt --help"
link_name = "apt-sources"