Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/edenqwq/edenfetch
- Owner: EdenQwQ
- License: bsd-3-clause
- Created: 2022-02-15T02:25:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T02:35:26.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T21:47:46.347Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 48.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```