A python-based interface for shortcut-pages on Github.
To see the shortcuts for a given program, type:
shortcuts.py [options] program-name-here -h, --help show this help message and exit
-V, --version Displays the current version
-m, --meta Includes the metadata/comments included on a page
-l , --list Lists all pages accessible
--no-colors Disables colored output
--raw Show the raw, unformatted output
This program is written in Python 3.9+ however, versions as early as Python 3.6 are likely to function properly.
make is needed for optional installation.
- Firstly, clone the repository to your computer
- Download the page directories
GUIand/ornonGUIfrom the shortcut-pages repo - Move the individual pages into a directory called
pagesin the shortcuts.py root folder. An automated process is in the pipeline.
If you would like to install shortcut.py (i.e. move to a $PATH directory)
rather than use a script you can:
make install to install the program
make uninstall to uninstall the program
- Automated initial installation setup
- Automated way of updating pages on command
List all available pages- Config file for settings (maybe)
Fix absolute vs relative path issues