PyFetch v1.1
Basic to Ultimate
As always, every new version of PyFetch will need to be better than its previous version. So, this update will bring one of the most important features ever.
New flags feature
So, this feature never actually been added before v1.0. Why you may ask? Because I did not have the idea to add the feature when I was creating it. Not even in v1.0.2! If you want to see the flags, run pyfetch --help or pyfetch --h.
List of flags
- -h, --help - Show a help message for the list of PyFetch flags
- --minimal - Show minimal output
- --banner - Show banner ONLY
- --version - Version of PyFetch
- --shell - View your bash version
- --skipconfig - Skip pyfetch.conf
- --noplugins - Exclude Plugins
- --list-plugins - List all available plugins
New PyFetch Plugins feature
Hate how limited Vanilla PyFetch is? Well now you have plugins! Plugins are packages that modifies how the software works. You can use Plugins to expand the software as long as it supports it. PyFetch is already customizable like having a config file, but why not add something as simple as a plugin feature?
Other features for PyFetch Plugins added on PyFetch
- Traceback imported
- Plugin Guard created to make sure PyFetch Plugins doesn't brick anything
- Permission Roles for plugins
If your a developer and interested in making a PyFetch Plugin?
Download the plugin template here.