GUI for the OpenBSD package manager
Go to file
Solene Rapenne c73bd6b5f0 README: no known bug left 2022-05-05 21:09:43 +02:00
images README: add pictures 2022-05-05 19:00:51 +02:00
src code: toggling DESCR include refresh search if any 2022-05-05 21:08:58 +02:00
LICENSE Initial commit 2022-05-05 09:26:34 +00:00
Makefile init 2022-05-05 18:32:25 +02:00
README.md README: no known bug left 2022-05-05 21:09:43 +02:00
build_json.py database: fix duplicated entries 2022-05-05 19:36:23 +02:00

README.md

AppManager

A GUI for the OpenBSD package manager.

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

Package list using search

You are prompted about your changes before applying changes: Package list using search

How to use

Install packages godot and sqlports, then execute make run in the sources directory.

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.