Add neofetch

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Diego Tellaroli 2021-09-12 13:20:51 -04:00 committed by GitHub
parent eed609c376
commit 2faea12b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
_gtfobins/neofetch.md Normal file
View File

@ -0,0 +1,12 @@
---
description: The file content is used as the logo while some other information is displayed on its right, thus it might not be suitable to read arbitray binary files.
functions:
file-read:
- code: |
LFILE=file_to_read
neofetch --ascii $LFILE
sudo:
- code: |
LFILE=file_to_read
sudo neofetch --ascii $LFILE
---