https://github.com/jaumesegarra/wallsh-windows
Get and set the desktop wallpaper
https://github.com/jaumesegarra/wallsh-windows
command-line csharp manager ranwall wallpaper windows
Last synced: 3 months ago
JSON representation
Get and set the desktop wallpaper
- Host: GitHub
- URL: https://github.com/jaumesegarra/wallsh-windows
- Owner: jaumesegarra
- License: mit
- Created: 2018-09-13T18:16:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T18:25:14.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T09:46:33.818Z (over 1 year ago)
- Topics: command-line, csharp, manager, ranwall, wallpaper, windows
- Language: C#
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wallsh for windows
> Get and set the desktop wallpaper.
## How to install
- [Download](https://github.com/jaumesegarra/wallsh-windows/releases) the binary file
- Execute for add file to the path
```
setx path "%path%;C:\wallsh.exe"
```
## How to use this command
##### Get
```
$ wallsh /G
```
##### Set
```
$ wallsh /S /Users/jaumesegarra/Pictures/world.png
```