A command-line system information fetching tool.
Support for amd64 (x86_64), (untested for arm)
- Debian 11 (Bullseye)
- Debian 12 (Bookworm)
- Debian 13 (Trixie)
- Ubuntu 20.04 LTS (Focal)
- Ubuntu 22.04 LTS (Jammy)
- Ubuntu 24.04 LTS (Noble)
- Ubuntu 25.04 (Oracular) !1
!1 - When released
Fetchit is a lightweight system information tool written in C that displays system details in a clean, customizable format.
# Without wheel
apt install fetchit
# With wheel
sudo apt install fetchit- GCC compiler
- Make
# Clone the repository
git clone https://github.com/NotKeira/fetchit.git
# Navigate to the directory
cd fetchit
# Build the project
make# Clone the repository
git clone https://github.com/NotKeira/fetchit.git
# Navigate to the directory
cd fetchit
# Install
sudo make installfetchit- System information display
- Lightweight and fast execution
- Customizable output format
- Fork the repository (
git clone https://github.com/NotKeira/fetchit.git) - Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
