Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonglil/fluxflow
A command line tool to adjust f.lux settings
https://github.com/tonglil/fluxflow
cli display-temperature flux go golang open-source osx tool
Last synced: 4 days ago
JSON representation
A command line tool to adjust f.lux settings
- Host: GitHub
- URL: https://github.com/tonglil/fluxflow
- Owner: tonglil
- License: mit
- Archived: true
- Created: 2017-02-04T10:54:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T02:20:12.000Z (over 4 years ago)
- Last Synced: 2024-08-03T13:05:18.423Z (4 months ago)
- Topics: cli, display-temperature, flux, go, golang, open-source, osx, tool
- Language: Go
- Size: 143 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FluxFlow [![Build Status](https://travis-ci.org/tonglil/fluxflow.svg?branch=master)](https://travis-ci.org/tonglil/fluxflow)
A command line tool to adjust [f.lux](https://justgetflux.com/) settings (on OS X).
## Installation
Get the binary for OS X from the latest [release].
Or use `go get`:
```
go get -u github.com/tonglil/fluxflow
```[release]: https://github.com/tonglil/fluxflow/releases
## Usage
While f.lux is running:
```
$ fluxflow
A command line tool to adjust f.lux settingsUsage:
fluxflow [command]Available Commands:
completion Output shell completion code for tab completion
darkroom Set f.lux to darkroom mode
hour Disable f.lux for 1 hour
movie Set f.lux to movie mode for 2.5 hours
sunrise Disable f.lux until sunrise
version Print the version informationUse "fluxflow [command] --help" for more information about a command.
```## Tab completion
```bash
source <(fluxflow completion)
```