fetch

MSYS2-compatible system info prompt
git clone https://git.torresjrjr.com/fetch.git
Log | Files | Refs | README | LICENSE

commit c26d54cdd44dde0c0cab00c8c1a7d7650d2e91af
parent d2a3caf33a030652e7e113f8fd764eb351e94a3b
Author: Byron Torres <b@torresjrjr.com>
Date:   Wed, 18 Aug 2021 02:00:28 +0100

Update README.md

Diffstat:
MREADME.md | 40+++++++++++++++++++++++++---------------
1 file changed, 25 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md @@ -3,23 +3,33 @@ A small, colourful systems info prompt, written in hackable POSIX sh. Originally for [MSYS2][1] on Windows, compatible with UNIX-likes. -``` -$ fetch - ~ User@Hostname Mon, 25 Jan 2021 12:30:45 +0000 - .-. os Msys - /`v`\ kernel MSYS_NT-10.0-19042 3.1.7-340.x86_64 - (/ \) shell /usr/bin/bash -======"="===< sshd 2384 3122 3198 - |_| tmux main:2w@ project:3w - -``` - -Configure the status by editing the source, suckless style. -Configure the graphic with `$XDG_CONFIG_HOME/fetch/graphic.sh`. + $ fetch + ~ user@host Tue, 20 Apr 2021 14:00:00 +0100 + .-. os Msys + /`v`\ kernel MSYS_NT-10.0-19042 3.1.7-340.x86_64 + (/ \) shell /usr/bin/bash + ====="="===< sshd 266 41764 41768 + |_| tmux meh:4 astro:2 gmni:1 comm:2 + +Configure functions locally at `$XDG_CONFIG_HOME/fetch/graphic.sh`. + + # ~/.config/fetch/config.sh + graphic() { + printf "$c6%s\n" \ + ' . ' \ + ' / \ ' \ + ' / \ ' \ + ' / \ ' \ + ' / .-. \ ' \ + ' /.- `-.\ ' + } Send patches and questions to <~torresjrjr/public-inbox@lists.sr.ht> -(see [git-send-email.io][2]). +(see [mailing list etiquette][2] and [git-send-email.io][3]). + +License: GNU General Public License [1]: https://www.msys2.org/ - [2]: https://git-send-email.io/ + [2]: https://man.sr.ht/lists.sr.ht/etiquette.md + [3]: https://git-send-email.io/