Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pystardust/waldl
Browse and download wallhaven.cc using sxiv
https://github.com/pystardust/waldl
sxiv wallpaper
Last synced: 13 days ago
JSON representation
Browse and download wallhaven.cc using sxiv
- Host: GitHub
- URL: https://github.com/pystardust/waldl
- Owner: pystardust
- License: gpl-3.0
- Created: 2021-06-02T20:28:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T15:15:15.000Z (about 1 year ago)
- Last Synced: 2024-10-25T06:00:43.436Z (20 days ago)
- Topics: sxiv, wallpaper
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 112
- Watchers: 4
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-browserless - waldl - Browse and download wallhaven.cc wallpapers using sxiv (Viewing images)
README
# waldl
Browser [wallhaven](https://wallhaven.cc/) using `sxiv`
### [script showcasing video](https://youtu.be/C7n-34bEdF8)
## Usage
```
waldl
```
> Leave query empty to use `dmenu`- Select wallpapers by marking them using `m` in `sxiv`.
- Quit `sxiv` using `q`.Selected images would be downloaded. The default download directory is
~/.local/share/wallhaven
Defaults can be changed by changing the user variables, in the start of the
script.## Installation
Default installation path is `/usr/local/bin`, to change it edit the `INSTALL_PATH` variable in the Makefile.To install `waldl` just run:
```
make install
```To later uninstall `waldl` run:
```
make uninstall
```## Dependencies
* sxiv
* jq
* curl
* dmenu ( *optional* )