Go to file
Guido Gunther 2556299314 Merge branch 'next' into 'master'
New release v0.0.4

See merge request librem5-apps/librem5-goodies!11
2020-08-12 09:59:42 +00:00
debian new relase v0.0.4 updated README 2020-08-12 11:05:20 +02:00
LICENSE Add LICENSE 2020-02-10 16:21:47 +00:00
Makefile cleaups 2020-08-08 10:54:54 +02:00
README.md more typos 2020-08-12 11:07:43 +02:00
l5-contacts-importer Addressing https://source.puri.sm/librem5-apps/librem5-goodies/-/issues/7 2020-08-08 10:48:27 +02:00
l5-contacts-importer.desktop changed the name of desktop files 2020-08-08 10:51:37 +02:00
l5-screenshot Addressing https://source.puri.sm/librem5-apps/librem5-goodies/-/issues/7 2020-08-08 10:48:27 +02:00
l5-screenshot.desktop changed the name of desktop files 2020-08-08 10:51:37 +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 and 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 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
  • if you are not confortable in commiting to a Deb package then open an issue asking for the script to be packaged and we will work it out