Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roose/win-cli
Windows command line tools
https://github.com/roose/win-cli
cli powershell ps1 windows
Last synced: about 1 month ago
JSON representation
Windows command line tools
- Host: GitHub
- URL: https://github.com/roose/win-cli
- Owner: roose
- License: mit
- Created: 2020-09-27T08:32:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T07:04:56.000Z (over 4 years ago)
- Last Synced: 2024-08-14T07:07:23.392Z (5 months ago)
- Topics: cli, powershell, ps1, windows
- Language: PowerShell
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - roose/win-cli - Windows command line tools (PowerShell)
README
# Win CLI
Windows command line tools
## Requirements
* [scoop](https://github.com/lukesampson/scoop)
* [PowerShell](https://aka.ms/wmf5download)## Install
### scoop install
Add bucket:
`scoop bucket add scoop-tools https://github.com/roose/scoop-tools`
Install win-cli:
`scoop install win-cli`
## Help
| Command | Description | Arguments |
| ------------- | ------------- | ------------- |
| `win help` | List all available commands | `command` = shows help by command |## Commands
| Command | Description | Arguments |
| ------------- | ----------------------------- | ------------------- |
| `win dataurl` | Create a data URL from a file | `file` = path to file |
| `win disk` | Show system disks | `ls` = list disks |
|`win dns`|Flushes local DNS|`flush` = flushes DNS|
|`win hibernate`|Put the pc to hibernate||
|`win info`|Print Windows version information||
|`win ip`|Show local/public ip address|`--local` or `--public` = shows local or public ip|
|`win lock`|Lock session||
|`win restart`|Restart computer|`-f`, `--force` = force restart without confirmation|
|`win shutdown`|Shutdown computer|`-f`, `--force` = force restart without confirmation|
|`win sleep`|Put the pc to sleep||
|`win trash`|Recycle bin management|`status`, `clean` = shows status or clean trash|
|`win uptime`|Check pc uptime||
|`win volume`|Set or change or mute volume|set, get, mute volume|
|`win wallpaper`|Set wallpaper form file or download random from unsplash|`path` or `--unsplash` = set from file or random from unsplash|