AppManager/README.md

34 lines
1.0 KiB
Markdown
Raw Normal View History

2022-05-05 09:26:34 +00:00
# AppManager
2022-05-05 16:32:00 +00:00
A GUI for the OpenBSD package manager.
2022-05-05 16:59:18 +00:00
You can search for packages by typing text. There is a setting if you want to include packages description into the search.
There are four types of lines coloration:
- no coloration: package is not installed and not selected
- green: package is not installed but will be installed
- yellow: package is installed
- red: package is installed but you want to desinstall it
2022-05-05 16:59:18 +00:00
[![Package list using search](images/list-fs8.png)](images/list-fs8.png)
You are prompted about your changes before applying changes:
[![Package list using search](images/recap-fs8.png)](images/recap-fs8.png)
2022-05-05 16:32:00 +00:00
# How to use
Install packages `godot` and `sqlports`, then execute `make run` in the sources directory.
2022-05-05 16:38:58 +00:00
# How to contribute
The project is done using Godot, import the project in godot editor (`godot-tools` for OpenBSD current and >= 7.2), all the code is there.
2022-05-05 19:37:43 +00:00
# Trivia
- [blog post about the making](https://dataswamp.org/~solene/2022-05-05-i-wrote-a-gui-frontend-with-a-game-engine.html)
2022-05-05 19:37:43 +00:00
# TODO
- a .desktop file