Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brainmaestro/cerebro-windows-system
Cerebro plugin to automate some windows features
https://github.com/brainmaestro/cerebro-windows-system
cerebro cerebro-plugin commands windows
Last synced: 21 days ago
JSON representation
Cerebro plugin to automate some windows features
- Host: GitHub
- URL: https://github.com/brainmaestro/cerebro-windows-system
- Owner: BrainMaestro
- License: mit
- Created: 2017-02-26T13:37:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T07:10:40.000Z (over 6 years ago)
- Last Synced: 2024-11-24T22:53:41.361Z (about 1 month ago)
- Topics: cerebro, cerebro-plugin, commands, windows
- Language: JavaScript
- Size: 3.29 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Cerebro Windows System
> Cerebro plugin to automate some Windows system features## Usage
In Cerebro, type command that you need and `enter` to execute it. List of available system commands:
* `Brightness X%`
* `Display off`
* `Empty Trash`
* `Hibernate`
* `Lock`
* `Mute`
* `Open Trash`
* `Restart`
* `Screensaver`
* `Shutdown`
* `Sleep`
* `Volume X%`Specifying a number while typing a command will let you delay the execution of the command by that number of seconds (or minutes, hours, days).
Typing `lock5` or `lock5s` will suggest `Lock in 5 seconds`, `lock5m` will suggest `Lock in 5 minutes`, `lock5h` will suggest `Lock in 5 hours`, `lock5d` will suggest `Lock in 5 days`.## Related
- [Nircmd](http://www.nirsoft.net/utils/nircmd.html) - Tool that helped with some of the commands. Download and copy it to your path to be able to use all the plugin's features.
- [Cerebro](http://github.com/KELiON/cerebro) – Main repo for Cerebro app.## License
MIT © Ezinwa Okpoechi