~fabrixxm/Collector

Gnome collection inventories manager
Update CHANGELOG, TODO and translations
Add completion to search entry
Add shortcut for create new collection

clone

read-only
https://git.sr.ht/~fabrixxm/Collector
read/write
git@git.sr.ht:~fabrixxm/Collector

You can also use your local clone with git send-email.

#WIP !!

A Gtk3 app to manage collection inventories throught yaml files.

#requires

  • Gtk3
  • libdazzle
  • libhandy 1
  • python3
  • gtksourceview 4 (libgtksourceview-4-0 on debian, gtksourceview4 on archlinux)
  • lesana >= 0.9.0 (lesana on debian sid, lesana on archlinux's AUR)

#build

With Builder or from command line

meson _build
sudo meson install -C _build

#logging

Collector uses python logging facilities. Toplevel logger for the app is 'collector'.

Log level can be set by env var COLLECTOR_LOGLEVEL. Default is WARNING.