Files
fastfetch/.github/ISSUE_TEMPLATE/feature_request.md
T
2024-04-11 14:47:00 +08:00

748 B

name, about, title, labels, assignees
name about title labels assignees
Feature request Suggest an idea for this project [FEAT] enhancement

Before requesting a new feature

  • A lot of features are not enabled by default. Please try fastfetch --list-modules and fastfetch -c all.jsonc to see if it has been supported
  • Fastfetch supports Command module, which can be used to grab output from a custom shell script. Please check if it fits your needs
// ~/.config/fastfetch/fastfetch.jsonc
{
    "modules": [
        {
            "type": "command",
            "text": "/path/to/your/script",
            "key": "Feature Title"
        }
    ]
}

Wanted features:

Motivation: