Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forewing/hdawake
Keep your hard drive awake
https://github.com/forewing/hdawake
Last synced: about 2 months ago
JSON representation
Keep your hard drive awake
- Host: GitHub
- URL: https://github.com/forewing/hdawake
- Owner: forewing
- License: mit
- Created: 2021-04-19T05:41:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T06:54:50.000Z (over 3 years ago)
- Last Synced: 2023-03-06T18:39:06.513Z (almost 2 years ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HD Awake
Keep your hard drive awake## Usage
```
Usage of hdawake:
-path string
path to target (default "./.awake")
-time duration
period of wake up action (default 1m0s)
```## Install
- Get pre-built binary from [release page](https://github.com/forewing/hdawake/releases/latest)
- Or install using go
```
# Go 1.16+
go install github.com/forewing/hdawake@latest# Go ~1.15
# go get github.com/forewing/hdawake@latest
```## Build
```
git clone https://github.com/forewing/hdawake.git
cd hdawake
go build github.com/forewing/hdawake/cmd/hdawake
```