blob: 7d2802a33d11ada98afb8d6ab287b520a0d3f974 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
![Light Beige Photo Collage Home Decor Blog Banner](https://github.com/user-attachments/assets/65aa8df8-985b-491c-ba76-e85d819152c6)
# About
A modular easy to use system fetch tool utilizing NerdFonts.
- Clean
- Simple
- Customizable
- Strong cross-OS compatability
- Not bloated
- Portable
- POSIX
> [!NOTE]
> This is Forked from NerdFetch to be more modular.
>
> You can Checkout NerdFetch here [Link](https://github.com/ThatOneCalculator/NerdFetch)
## Install
If you use Arch
```
yay -S myfetch
```
If you use basically anything else
```
git clone https://github.com/elifouts/MyFetch.git
cd MyFetch
makepkg -si
```
## Usage
These flags are available
```
Usage: myfetch [-i initials] [-d] [-f] [-c 8|16] [-C string] [-v] [-h]
-i Set custom Ascii initials (two letters)
-d Show Distro
-f Sets Ascii Font to Frame
-c Sets Color Pallete
-C Sets Color Pallete Icon
-v Show version
-h Show help
Made By Eli F.
```
### Examples
Simple
```
myfetch
```
![image](https://github.com/user-attachments/assets/bf8be407-8cb9-43f1-8667-a4854d9763a3)
You can use your initials
```
myfetch -i EF -c 8
```
![image](https://github.com/user-attachments/assets/6b442c10-dd10-4fe8-bc68-80c029c2ca57)
You can change the Font
```
myfetch -i E -f -c 16
```
![image](https://github.com/user-attachments/assets/f95facce-5bb6-4527-ad86-a85b172580ca)
You can use your distro
```
myfetch -d
```
![image](https://github.com/user-attachments/assets/1b74742a-6875-4818-a9aa-68466b58e23e)
Uses Terminal Colors
```
myfetch -d -c 8 -C " █"
```
![image](https://github.com/user-attachments/assets/6cee28c8-32d7-4e3a-8f0f-76a9f6856b45)
See what `myfetch -a` does...
|