Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RustemB/profetch
🦉 System Information Fetcher Written in GNU/Prolog
https://github.com/RustemB/profetch
fetch neofetch prolog
Last synced: about 1 month 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T00:19:29.000Z (about 3 years ago)
- Last Synced: 2024-08-04T04:06:03.014Z (5 months ago)
- Topics: fetch, neofetch, prolog
- Language: Prolog
- Homepage:
- Size: 37.1 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- 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)
README
# profetch
## Screenshots
| |
| ----------------------------------------------------------------------------------------------------------------- |
| By [v](https://github.com/q60) |
| ![v](https://i.imgur.com/HbG9z6G.png) |
| By me |
| ![rustemb](https://user-images.githubusercontent.com/25725953/141845673-f8a7ea4c-5e2c-4f89-a6c2-aaa671f0204d.png) |## 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)