https://github.com/RustemB/profetch
🦉 System Information Fetcher Written in GNU/Prolog
https://github.com/RustemB/profetch
fetch neofetch prolog
Last synced: 11 months ago
JSON representation
🦉 System Information Fetcher Written in GNU/Prolog
- Host: GitHub
- URL: https://github.com/RustemB/profetch
- Owner: RustemB
- License: gpl-3.0
- Created: 2020-12-03T09:21:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T00:19:29.000Z (over 4 years ago)
- Last Synced: 2024-11-15T09:44:35.338Z (over 1 year ago)
- Topics: fetch, neofetch, prolog
- Language: Prolog
- Homepage:
- Size: 37.1 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fetch - profetch - System information fetcher written in GNU/Prolog. `Prolog` (Operation System / Cross Platform)
- awesome-starred - RustemB/profetch - 🦉 System Information Fetcher Written in GNU/Prolog (Prolog)
- awesome-ricing - profetch - System Information Fetcher Written in GNU/Prolog. (Prolog) (Packages / CLI Tools)
README
# profetch
## Screenshots
| |
| ----------------------------------------------------------------------------------------------------------------- |
| By [v](https://github.com/q60) |
|  |
| By me |
|  |
## Requirements
- GNU/Prolog
- Make
## Building
```
$ make
```
## Using
```
$ ./profetch
```
## Installing
### From GitHub
```
# clone or download and unpack repo
$ sudo make install
```
### From AUR
```
$ git clone https://aur.archlinux.org/profetch.git
$ cd profetch
$ makepkg -si
# or using AUR helper (e.g. paru)
$ paru -S profetch
```
### For NixOS
```
$ nix-env -iA profetch
```
# Links
- Inspired by
[bfetch](https://gitlab.com/bit9tream/bfetch/-/tree/master) by
[bit9tream](https://gitlab.com/bit9tream)
- For ArchLinux Users:
[AUR](https://aur.archlinux.org/packages/profetch/)
- For Nix Users:
[Nix](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/profetch/default.nix)