[v0.88] Reorganize files and documentation. Remove ascii directory (it was useless)

This commit is contained in:
Dr-Noob
2020-11-23 16:15:05 +01:00
parent 093222d533
commit 8927048c95
9 changed files with 5 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
# cpufetch
Simplistic yet fancy CPU architecture fetching tool
![cpu1](i9.png)
![cpu1](pictures/i9.png)
### Platforms
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.
![cpu2](epyc.png)
![cpu2](pictures/epyc.png)
![cpu3](cascade_lake.png)
![cpu3](pictures/cascade_lake.png)
### 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

View File

@@ -1,21 +0,0 @@
@@@@ @@@% @@@. @@@@@@@@( .############
@@@@@@ @@@@@ %@@@@. @@@ @@@@ .((((((####
@@@ @@@ @@@/@@@@@@&@@. @@@ %@@% # ####
@@@, (@@# @@@ @@@/ @@@. @@@ .@@@ ### ####
,@@@@@@@@@@, @@@ @@@. @@@ @@@ #### ####
@@@ @@@ @@@ @@@. @@@@@@@@@& #######/ .##

View File

@@ -1,19 +0,0 @@
################
####### #######
#### ####
### ####
### ###
### ### ###
# ### ### ###
## ### ######### ###### ###### ### ###
## ### ### ### ### #### #### ### ###
## ### ### ### ### ### ### ### ###
## ### ### ### ### ########## ### ####
## ### ### ### ### ### ### #####
## ## ### ### ##### ######### ## ###
###
(###
#### ####
##### ##########
########## ################
###############################

View File

@@ -52,5 +52,5 @@ In ARM, __cpufetch works using the MIDR register and Linux filesystem__. MIDR (M
##### 1.3 Documentation organization
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_ARM.md](https://github.com/Dr-Noob/cpufetch/blob/master/DOCUMENTATION_ARM.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/doc/DOCUMENTATION_ARM.md)

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB