From 9aa20f21c063c07cc5947b037317bfcafc23ad57 Mon Sep 17 00:00:00 2001 From: Ash <44369810+Phate6660@users.noreply.github.com> Date: Wed, 11 Mar 2020 13:09:28 -0400 Subject: [PATCH] Add files via upload --- cheats/rsfetch.cheat | 79 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 cheats/rsfetch.cheat diff --git a/cheats/rsfetch.cheat b/cheats/rsfetch.cheat new file mode 100644 index 0000000..edb3ac1 --- /dev/null +++ b/cheats/rsfetch.cheat @@ -0,0 +1,79 @@ +% rsfetch, information, unixporn + +# Disable text bolding +rsfetch -b + +# Disable borders +rsfetch -B + +# Disable caps (TEXT -> text) +rsfetch -c + +# Specify the character for the corners of the borders +rsfetch -C + +# Display name of distro +rsfetch -d + +# Display your $EDITOR +rsfetch -e + +# Display help message +rsfetch --help + +# Display name of host (the actual device's name, not to be confused with hostname) +rsfetch -h + +# Display hostname +rsfetch -H + +# Display IP Address +rsfetch -i + +# Display kernel version +rsfetch -k + +# Enable ascii art (defaults to rsfetch logo, or a penguin with neofetch-style output) +rsfetch -l + +# Specify the ascii art to use +rsfetch -L + +# Display memory info +rsfetch -r + +# Display music info (currently only support mpd) +rsfetch -m mpd + +# Enable minimal-style output (no borders, no logo, no text effects, no category names) +rsfetch -M + +# Enable neofetch-style output +rsfetch -N + +# Display package count +rsfetch -p + +# Display CPU info +rsfetch -P + +# Display the current shell +rsfetch -s + +# Display the current terminal +rsfetch -t + +# Display the current uptime +rsfetch -u + +# Display the username for the current account +rsfetch -U + +# Display rsfetch version +rsfetch -V + +# Display current WM or DE +rsfetch -w + +# Enable user@host output-style (requires -H and -U to be enabled) +rsfetch -@ \ No newline at end of file