diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4bfae5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.out +fetch diff --git a/LICENSE b/LICENSE index 988ac50..342db3f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Abhiraj Rik +Copyright (c) 2023 NotAShelf Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 493276f..9f1be0e 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,12 @@ it's tinyfetch but also tinier - you could probably fit this in a QR code takes `0.001` to `0.003s` to fetch +edit: it fits in a [QR code](./assets/qr.png) + ## depends a compiler (I used g++) and `TERM`, `LANG`, `USER`, `SHELL` environmental variables to be set ## preview -![yeah](./preview.png) +![yeah](./assets/preview.png) diff --git a/preview.png b/assets/preview.png similarity index 100% rename from preview.png rename to assets/preview.png diff --git a/assets/qr.png b/assets/qr.png new file mode 100644 index 0000000..1572331 Binary files /dev/null and b/assets/qr.png differ diff --git a/tinierfetch.cpp b/tinierfetch.cpp index 595b443..1ab5619 100644 --- a/tinierfetch.cpp +++ b/tinierfetch.cpp @@ -1,3 +1,4 @@ #include #define e getenv -using namespace std;int main(){cout<<"\e[31muser:\e[0m "<