Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadrosid/wlp
🏝️ Set wallpaper from your terminal!
https://github.com/ahmadrosid/wlp
Last synced: 22 days ago
JSON representation
🏝️ Set wallpaper from your terminal!
- Host: GitHub
- URL: https://github.com/ahmadrosid/wlp
- Owner: ahmadrosid
- License: mit
- Created: 2022-01-07T17:03:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T14:13:13.000Z (about 2 years ago)
- Last Synced: 2024-10-02T04:01:24.322Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WLP
Set wallpaper from your terminal. It works on Linux, Mac and Windows.## Installation
Manual
```bash
git clone https://github.com/ahmadrosid/wlp.git
cargo install --path wlp/
```Install using cargo.
```shell
cargo install wlp
```## Usage
```shell
USAGE:
wlp [OPTIONS] [path] [SUBCOMMAND]ARGS:
Image pathOPTIONS:
-e, --ignore Ignore file extensions
-h, --help Print help information
-m, --mode Wallpaper mode option [possible values: center, crop, fit, span, stretch,
tile]
-r, --random Set random wallpaper from unsplashSUBCOMMANDS:
help Print this message or the help of the given subcommand(s)
url Download wallpaper from url
```Example
```shell
wlp -r -m center
```