File get-version.fish of Package fastfetch
#!/usr/bin/fish cd fastfetch git fetch --tags -f git describe --tags --debug cd - grep -rE "[[:space:]]VERSION[[:space:]]" fastfetch
#!/usr/bin/fish cd fastfetch git fetch --tags -f git describe --tags --debug cd - grep -rE "[[:space:]]VERSION[[:space:]]" fastfetch