An open API service indexing awesome lists of open source software.

https://github.com/horizonwiki/horizonfetch

Forged in Rust, shaped by your style.
https://github.com/horizonwiki/horizonfetch

Last synced: 6 months ago
JSON representation

Forged in Rust, shaped by your style.

Awesome Lists containing this project

README

          

# horizonfetch
[![Language](https://img.shields.io/badge/Rust-100%25-orange?style=plastic&logo=rust&logoColor=white&labelColor=5c5c5c)](https://github.com/horizonl1nux/horizonfetch/search?l=rust)
![release](https://img.shields.io/github/v/release/horizonl1nux/horizonfetch?label=release)
[![License: GPLv3](https://img.shields.io/badge/LICENSE-GPLv3-blue?style=plastic&logo=gnu&logoColor=white&labelColor=5c5c5c)](https://www.gnu.org/licenses/gpl-3.0)
![Repo Size](https://img.shields.io/github/repo-size/horizonl1nux/horizonfetch)
[![photo](https://repology.org/badge/tiny-repos/horizonfetch.svg)](https://repology.org/project/horizonfetch/versions)

#### Forged in Rust, shaped by your style.





## Installation
### Windows:
- [`winget`](https://github.com/microsoft/winget-pkgs/tree/ed987f873472e10012a9aafcdd4ee2bfea848ef7/manifests/h/Horizon/Horizonfetch/0.35-2):
`winget install horizonfetch`
- Alternatively, you can download an archive file from the [Releases](https://github.com/horizonl1nux/horizonfetch/releases) tab.

### Linux:
- Soon

## 👾Build from source
```
download rustup
cd horizonfetch-win
cargo build --release
```
⚠️ If you build the application yourself, it may require the **Microsoft Visual C++ Redistributable** to run.
> For a smoother experience, we recommend downloading the prebuilt archive from the [Releases](https://github.com/horizonl1nux/horizonfetch/releases) tab, as it doesn't require installing the Microsoft Visual C++ Redistributable or any additional runtime dependencies.
## Running the Application

You can launch `horizonfetch` in several convenient ways:

- **From the folder directly:**
Navigate to the folder containing the binary and run:
```bash
./horizonfetch
```

- **Via File Explorer:**
Simply double-click the executable file.

- **From anywhere in terminal:**
If installed via `winget` or added to your system’s `$PATH`, you can run it globally:
```bash
horizonfetch
```
## Flags and Options

To use flags, run the binary with the desired option:

```bash
./horizonfetch -help
```

If `horizonfetch` is in your `$PATH`, you can use it directly:

```bash
horizonfetch -help
```
😎You can use both short (-flag) and long (--flag) versions for most options:
```
-help or --help
```
😈For more advanced flags and new customization options, stay tuned — version `0.36-1` is coming soon...

## Customization
Soon...


Repology status