Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edenqwq/edenfetch

A minimal fetch program written in Rust.
https://github.com/edenqwq/edenfetch

Last synced: 2 days ago
JSON representation

A minimal fetch program written in Rust.

Awesome Lists containing this project

README

        

# edenfetch



## Introduction

edenfetch is a minimal fetch program written in rust. inspired by [jfetch](https://github.com/jimmysit0/jfetch).

## Installation

```bash
git clone https://github.com/edenqwq/edenfetch
cd edenfetch/
cargo install --path .
```

## Usage
```bash
USAGE:
edenfetch [OPTIONS]

OPTIONS:
-d, --decor Set a string to print as color decoration [default: ]
-e, --emoticon Set a string to print as emoticon [default: ʕ•́ᴥ•̀ʔっ♡]
-h, --help Print help information
-V, --version Print version information
```