Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

lwindolf/devhelp-cheat-sheet-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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