Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreztz/caffeine-lab
test
https://github.com/andreztz/caffeine-lab
Last synced: 20 days ago
JSON representation
test
- Host: GitHub
- URL: https://github.com/andreztz/caffeine-lab
- Owner: andreztz
- License: mit
- Created: 2020-12-28T06:06:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T21:43:01.000Z (about 4 years ago)
- Last Synced: 2024-10-05T22:41:16.684Z (3 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# caffeine-lab
> Inhibits the screensaver and sleep mode like a boss.## Installation
OS X & Linux & Windows:
```sh
$ pip install --user git+https://github.com/andreztz/caffeine-lab.git
```## Usage example
```sh
$ caffeine
```## Development setup
```sh
$ git clone https://github.com/andreztz/caffeine-lab.git
$ poetry install
```## Release History
* Work in progress
## Meta
André P. Santos – [@ztzandre](https://twitter.com/ztzandre) – [email protected]
Distributed under the XYZ license. See ``LICENSE`` for more information.
[https://github.com/andreztz/caffeine-lab](https://github.com/andreztz/)
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request