hyfetch/params.json
2016-12-09 17:59:19 +11:00

6 lines
No EOL
3.8 KiB
JSON

{
"name": "Neofetch",
"tagline": "A fast, highly customizable system info script that supports Linux, MacOS, iOS, BSD, Solaris, Android, Haiku, GNU Hurd and Windows (Cygwin/Windows 10 Linux subsystem)",
"body": "# Neofetch\r\n\r\n[![Gitter](https://badges.gitter.im/dylanaraps/fetch.svg)](https://gitter.im/dylanaraps/fetch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Build Status](https://travis-ci.org/dylanaraps/neofetch.svg?branch=master)](https://travis-ci.org/dylanaraps/neofetch) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) [![Latest release](https://img.shields.io/github/release/dylanaraps/neofetch.svg)](https://github.com/dylanaraps/neofetch/releases)\r\n\r\nNeofetch is a CLI system information tool written in BASH. Neofetch displays information about your system next to an image, your OS logo, or any ascii file of your choice. The main purpose of neofetch is to be used in screenshots to show other users what OS/Distro you're running, what Theme/Icons you're using and etc.\r\n\r\nNeofetch is highly customizable through the use of commandline flags or the user config file. There are over 50 config options to mess around with and there's the `print_info()` function and friends which let you add your own custom info.\r\n\r\nNeofetch can be used on any OS that has BASH, it's just a matter of adding support. If your OS/Distro isn't in the list below, feel free to open an issue on the repo and I'll gladly add support. Neofetch currently supports `Linux`, `MacOS`, `iOS`, `BSD`, `Solaris`, `Android`, `Haiku`, `GNU Hurd` and `Windows (Cygwin/Windows 10 Linux subsystem)`.\r\n\r\nFor more information:\r\n\r\n**https://github.com/dylanaraps/neofetch/wiki**\r\n\r\n![1](https://ipfs.pics/ipfs/QmTtF9Sx8o617QE88GH3Z4yX7mRyi4yS1hsMHyRVmn14vJ)\r\n\r\n\r\n## Dependencies\r\n\r\nhttps://github.com/dylanaraps/neofetch/wiki/Dependencies\r\n\r\n\r\n## Installation\r\n\r\nhttps://github.com/dylanaraps/neofetch/wiki/Installation\r\n\r\n\r\n## Post Install\r\n\r\n\r\n### Using the config file\r\n\r\nNeofetch will by default create a config file at `$HOME/.config/neofetch/config` and this file contains all of the script's options/settings. The config file allows you to keep your customizations between script versions and allows you to easily share your customizations with other people.\r\n\r\nYou can launch the script without a config file by using the flag `--config none` and you can specify a custom config location using `--config path/to/config`.\r\n\r\nSee this wiki page for the default config: https://github.com/dylanaraps/neofetch/wiki/Config-File\r\n\r\n\r\n### Customizing what info gets displayed\r\n\r\nhttps://github.com/dylanaraps/neofetch/wiki/Customizing-Info\r\n\r\n\r\n### Customizing the script using a custom alias\r\n\r\nIf you don't want to use the config file you can customize almost everything using launch flags!\r\n\r\nHere's an example neofetch alias:\r\n\r\n```sh\r\nalias neofetch2=\"neofetch \\\r\n--config off \\\r\n--block_range 1 8 \\\r\n--bold off \\\r\n--uptime_shorthand on \\\r\n--gtk_shorthand on \\\r\n--colors 4 1 8 8 8 7 \\\r\n\"\r\n```\r\n\r\n\r\n## Thanks\r\n\r\nThanks to:\r\n\r\n- [Contributors](https://github.com/dylanaraps/neofetch/contributors)\r\n - Thanks for making Neofetch better, I really appreciate it.\r\n- [Packagers](https://github.com/dylanaraps/neofetch/issues/115)\r\n - Thanks for maintaining Neofetch packages.\r\n- Users\r\n - Thanks for using my script!\r\n- [Screenfetch](https://github.com/KittyKatt/screenFetch):\r\n - I've used some snippets as a base for a few functions in this script.\r\n - Some of the ascii logos.\r\n- [ufetch](https://github.com/jschx/ufetch):\r\n - Tiny ascii logos\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}