diff options
| author | seth <[email protected]> | 2024-05-26 07:05:30 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-26 07:05:30 -0400 |
| commit | 59bee3d639caa5a831ce20f9e663671a49f3d1fd (patch) | |
| tree | f8196cca9480e9790ef72890dc978bbeb593b1b2 /README.md | |
initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
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... |
