Forrest logo
back to context overview

neofetch

List of commands for neofetch:

  • neofetch:tldr:4f296 neofetch: Enable/Disable CPU brand in output.
    $ neofetch --cpu_brand ${select}
    try on your machine
    explain this command
  • neofetch:tldr:6ffab neofetch: Hide/Show OS architecture.
    $ neofetch --os_arch ${select}
    try on your machine
    explain this command
  • neofetch:tldr:e0e11 neofetch: Trigger an info line from appearing in the output, where 'infoname' is the function name in the config file, e.g. memory.
    $ neofetch --${select} ${infoname}
    try on your machine
    explain this command
  • neofetch:tldr:e8632 neofetch: Return the default config, and create it if it's the first time the program runs.
    $ neofetch
    try on your machine
    explain this command
back to context overview