From 59bee3d639caa5a831ce20f9e663671a49f3d1fd Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 26 May 2024 07:05:30 -0400 Subject: initial commit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..8698502 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# nufetch + +[neofetch](https://github.com/dylanaraps/neofetch) or [pfetch](https://github.com/dylanaraps/pfetch), but in [nu](https://www.nushell.sh/)! + +## Usage + +Assuming you have `nu` [installed](https://www.nushell.sh/book/installation.html): + +``` +git clone https://github.com/getchoo/nufetch +cd nufetch +./nufetch.nu +``` + +## TODO + +- [ ] Support package counts +- [ ] Maybe support the ASCII art... -- cgit v1.2.3