You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trémeur 52befcbee2 Add 'scripts/lfetch/' from commit '31f8eeb5a61f61803ae3704f4e07bbc7ee747402'
git-subtree-dir: scripts/lfetch
git-subtree-mainline: 887e2d02d050b2eb2e6aac1a08d3aa5d9937e4c3
git-subtree-split: 31f8eeb5a6
5 years ago
..
LICENSE Add 'scripts/lfetch/' from commit '31f8eeb5a61f61803ae3704f4e07bbc7ee747402' 5 years ago
README.md Add 'scripts/lfetch/' from commit '31f8eeb5a61f61803ae3704f4e07bbc7ee747402' 5 years ago
lfetch Add 'scripts/lfetch/' from commit '31f8eeb5a61f61803ae3704f4e07bbc7ee747402' 5 years ago
screenshot.png Add 'scripts/lfetch/' from commit '31f8eeb5a61f61803ae3704f4e07bbc7ee747402' 5 years ago

README.md

'Lil Fetch

A tiny little fetch tool

This script outputs system information to a terminal and a coloured bar to show off your terminal colours.

It is designed to work on my system, and thus may produce unexpected results on other platforms. If you encounter any problems, please post them as an issue together with some information about your system so that I can fix the issue.

Screenshot

Usage

Simply place the lfetch file in a location that is in your PATH. Run lfetch to start the script.

Customization

All customization can be done by modifying the script. The entries and their colours are defined between line 51 and 63.

Known quirks

  • Script doesn't run on SH due to implementing Bash features.
  • Getting the distro name via /etc/os-release is unreliable.
  • Some entries are created by running gawk on existing commands, changes to the commands' output can break the script.
  • Colour bar is hardcoded.