lwindolf / devhelp-cheat-sheet-installer

Install cheat sheets into devhelp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devhelp cheat sheet installer

This installer downloads freely available cheat sheets from Github and installs them locally for offline usage with the GTK/GNOME documentation viewer devhelp:

devhelp screenshot

Currently installable are roughly 5700 cheat sheets and 13 books from the following sources (as defined in repos.txt):

Usage

Ensure to install Python3 dependencies first

pip3 install -r requirements.txt

Note: On the first run the installer will ask you to confirm an automatic edit to your ~/.profile to extend XDG_DATA_DIRS with the path ./local/share/custom-gtk-doc which is used for all the downloaded content.

To install all known cheat sheets run:

./devhelp-installer.sh

To install/update from a specific repo:

./devhelp-installer.sh <filter>
./devhelp-installer.sh free-programming-books

About

Install cheat sheets into devhelp

License:MIT License


Languages

Language:Shell 100.0%