Skip to content

Datafetch is a Bash script that gathers details about the Linux system.

License

Notifications You must be signed in to change notification settings

KlodCripta/Datafetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DATAFETCH: Advanced Data Retrieval

This bash script gathers detailed information about the operating system and hardware of a GNU/Linux computer.

Dependencies

  • bash
  • lscpu, lspci, free, awk, grep (standard Linux commands)
  • dmidecode
  • bc

Installation

To install Datafetch in any GNU/Linux distribution, simply download the Datafetch.zip file and extract it.

From the terminal, move to the directory you just unzipped by typing "cd path/to/directory" (you can also write cd and drag the directory, dropping it into the terminal and then pressing Enter) and install the program with:

bash install.sh

Now you can start the program directly from the command line, simply by typing datafetch and pressing Enter.

Uninstall

To uninstall the program type:

sudo rm /usr/local/bin/datafetch

Features

  • Retrieves information about CPU and maximum frequency in boost, RAM, GPU, swap, bootloader, init system, filesystem, etc.
  • Identifies the operating system, Distribution level (Easy, Intermediate, Advanced, Expert, Power), architecture, kernel, desktop environment (DE), etc.
  • Detects package manager and AUR helper used (only on Arch & Arch-based systems).
  • Information about graphical and audio servers in use.

Contribution

If you would like to contribute to Datafetch, you are welcome! You can contribute suggestions, bug reports, feature requests, or even direct contributions to the source code.

Bug report

If you encounter any issues or errors with Datafetch, please report them using the GitHub issue tracker in the repository. Provide complete details on the steps to reproduce the issue, and include information about your operating system and the version of Datafetch you are using.

Author

Klod Cripta «[email protected]»

License

This project is licensed under the MIT License - see the LICENSE.md file for more details.

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-

ITALIANO:

DATAFETCH: Advanced Data Retrieval

Questo script bash raccoglie informazioni dettagliate sul sistema operativo e sull'hardware di un computer GNU/Linux.

Dipendenze

  • bash
  • lscpu, lspci, free, awk, grep (comandi standard di Linux)
  • dmidecode
  • bc

Installazione

Per installare Datafetch in qualunque distribuzione GNU/Linux, è sufficiente scaricare il file Datafetch.zip ed estrarlo.

Da terminale, spostarsi nella directory appena scompattata digitando "cd percorso/della/directory" (puoi anche scrivere cd e trascinare la directory rilasciandola nel terminale per poi premere Invio) ed installare il programma con:

bash install.sh

Ora è possibile avviare il programma direttamente da riga di comando, semplicemente digitando datafetch e premendo Invio.

Disinstallare

Per disinstallare il programma digitare:

sudo rm /usr/local/bin/datafetch

Funzionalità

  • Ottiene informazioni sulla CPU e frequenza massima in boost, RAM, GPU, swap, bootloader, init system, filesystem, etc.
  • Identifica il sistema operativo, il livello della distribuzione (Facile, Intermedio, Avanzato, Esperto, Power), l'architettura, il kernel, l'ambiente desktop (DE), etc.
  • Rileva il gestore dei pacchetti e l'helper AUR utilizzato (solo in caso di Arch & Arch-based).
  • Informazioni sui server grafici e audio in uso.

Contribuzione

Se desideri contribuire a Datafetch, sei il benvenuto! Puoi contribuire con suggerimenti, segnalazioni di bug, richieste di funzionalità o persino con contributi diretti al codice sorgente.

Segnalazione di bug

Se riscontri problemi o errori con Datafetch, ti preghiamo di segnalarli utilizzando il sistema di tracciamento problemi di GitHub nel repository. Fornisci dettagli completi sui passaggi per riprodurre il problema e includi informazioni sul sistema operativo e la versione di Datafetch utilizzata.

Autore

Klod Cripta «[email protected]»

Licenza

Questo progetto è sotto licenza MIT - vedere il file LICENSE.md per ulteriori dettagli.

About

Datafetch is a Bash script that gathers details about the Linux system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages