mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-24 23:40:39 +01:00
[v0.88] Reorganize files and documentation. Remove ascii directory (it was useless)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# cpufetch
|
# cpufetch
|
||||||
|
|
||||||
Simplistic yet fancy CPU architecture fetching tool
|
Simplistic yet fancy CPU architecture fetching tool
|
||||||

|

|
||||||
|
|
||||||
### Platforms
|
### Platforms
|
||||||
cpufetch currently supports x86_64 CPUs (both Intel and AMD) and ARM (experimental support)
|
cpufetch currently supports x86_64 CPUs (both Intel and AMD) and ARM (experimental support)
|
||||||
@@ -58,9 +58,9 @@ make
|
|||||||
|
|
||||||
Here are more examples of how `cpufetch` looks on different CPUs.
|
Here are more examples of how `cpufetch` looks on different CPUs.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Colors and style
|
### Colors and style
|
||||||
By default, `cpufetch` will print the CPU art with the system colorscheme. However, you can always set a custom color scheme, either
|
By default, `cpufetch` will print the CPU art with the system colorscheme. However, you can always set a custom color scheme, either
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@@@ @@@% @@@. @@@@@@@@( .############
|
|
||||||
@@@@@@ @@@@@ %@@@@. @@@ @@@@ .((((((####
|
|
||||||
@@@ @@@ @@@/@@@@@@&@@. @@@ %@@% # ####
|
|
||||||
@@@, (@@# @@@ @@@/ @@@. @@@ .@@@ ### ####
|
|
||||||
,@@@@@@@@@@, @@@ @@@. @@@ @@@ #### ####
|
|
||||||
@@@ @@@ @@@ @@@. @@@@@@@@@& #######/ .##
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
################
|
|
||||||
####### #######
|
|
||||||
#### ####
|
|
||||||
### ####
|
|
||||||
### ###
|
|
||||||
### ### ###
|
|
||||||
# ### ### ###
|
|
||||||
## ### ######### ###### ###### ### ###
|
|
||||||
## ### ### ### ### #### #### ### ###
|
|
||||||
## ### ### ### ### ### ### ### ###
|
|
||||||
## ### ### ### ### ########## ### ####
|
|
||||||
## ### ### ### ### ### ### #####
|
|
||||||
## ## ### ### ##### ######### ## ###
|
|
||||||
###
|
|
||||||
(###
|
|
||||||
#### ####
|
|
||||||
##### ##########
|
|
||||||
########## ################
|
|
||||||
###############################
|
|
||||||
@@ -52,5 +52,5 @@ In ARM, __cpufetch works using the MIDR register and Linux filesystem__. MIDR (M
|
|||||||
##### 1.3 Documentation organization
|
##### 1.3 Documentation organization
|
||||||
The rest of the documentation is divided into x86 and ARM architectures, since each one need different implementations:
|
The rest of the documentation is divided into x86 and ARM architectures, since each one need different implementations:
|
||||||
|
|
||||||
- [DOCUMENTATION_X86.md](https://github.com/Dr-Noob/cpufetch/blob/master/DOCUMENTATION_X86.md)
|
- [DOCUMENTATION_X86.md](https://github.com/Dr-Noob/cpufetch/blob/master/doc/DOCUMENTATION_X86.md)
|
||||||
- [DOCUMENTATION_ARM.md](https://github.com/Dr-Noob/cpufetch/blob/master/DOCUMENTATION_ARM.md)
|
- [DOCUMENTATION_ARM.md](https://github.com/Dr-Noob/cpufetch/blob/master/doc/DOCUMENTATION_ARM.md)
|
||||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Reference in New Issue
Block a user