Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
/ fluxflow Public archive

A command line tool to adjust f.lux settings

License

Notifications You must be signed in to change notification settings

tonglil/fluxflow

Repository files navigation

FluxFlow Build Status

A command line tool to adjust f.lux 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

Usage

While f.lux is running:

$ fluxflow
A command line tool to adjust f.lux settings

Usage:
  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 information

Use "fluxflow [command] --help" for more information about a command.

Tab completion

source <(fluxflow completion)