You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Wanted features:
I would like to add other package managers using configs. There would be at least these two parts for the config, the command that is ran and the display name (what it displays in the fastfetch)
Motivation:
I would find it useful for it to count packages in containers. I have a very specific use for my own project Brew Container where it would run cbrew to count the packages in my homebrew container
If you are unable to get this implemwnted, can you at least add cbrew with the option to disable it?
The text was updated successfully, but these errors were encountered:
I'm not sure I get it correctly. Do you want to display the package count for your project cbrew in fastfetch? In this case I think Command module is enough to use.
I'm not sure I get it correctly. Do you want to display the package count for your project cbrew in fastfetch? In this case I think Command module is enough to use.
Before requesting a new feature
fastfetch --list-modules
andfastfetch -c all.jsonc
to see if it has been supportedCommand
module, which can be used to grab output from a custom shell script. Please check if it fits your needsWanted features:
I would like to add other package managers using configs. There would be at least these two parts for the config, the command that is ran and the display name (what it displays in the fastfetch)
Motivation:
I would find it useful for it to count packages in containers. I have a very specific use for my own project Brew Container where it would run
cbrew
to count the packages in my homebrew containerIf you are unable to get this implemwnted, can you at least add
cbrew
with the option to disable it?The text was updated successfully, but these errors were encountered: