Go to file
Joao Azevedo 2f6e03873e Update README.md With screenshot info 2021-04-18 16:01:22 +02:00
debian fixed error in changelog 2021-04-18 16:01:22 +02:00
LICENSE Add LICENSE 2021-04-18 16:01:22 +02:00
Makefile forgot makefile 2021-04-18 16:01:22 +02:00
README.md Update README.md With screenshot info 2021-04-18 16:01:22 +02:00
contacts-importer contacts-importer: Use application icon 2021-04-18 16:01:22 +02:00
contacts-importer.desktop Associate with mime type 2021-04-18 16:01:22 +02:00
screenshot corrected notify send 2021-04-18 16:01:22 +02:00
screenshot.desktop Added script screenshot 2021-04-18 16:01:22 +02:00

README.md

Librem 5 Goodies

This project serves to create a deb package with several bash scripts created for the Librem 5 phone.

Bring your script here and it might be packaged 🎉

Please Avoid scripts that require cloning and building packages from source.

Scripts added to this package:


Script Description Dependencies Notes
Contacts Importer Allows to import contacts from a vcard file to gnome contacts. Can work with a UI, from command line interface yad, syncevolution, libnotify-bin This script will cease to exist when this https://gitlab.gnome.org/GNOME/gnome-contacts/-/merge_requests/105 is merged into GNOME Contacts and this feature is present in GNOME Contacts version for the Librem 5.
Screenshot Allows to take screenshots in the Librem 5 phone yad, grim, libnotify-bin This script will probably be removed from this package when the feature to be able to make a screenshot is present in Phosh.

Adding a script to this package:

  • Make a new branch based on the master branch and work from it.
  • Make a merge request
  • Avoid scripts that download and build source code. If you need a dependency not available in PureOS, package it :D