GitHub - tonglil/fluxflow: A command line tool to adjust f.lux settings

1 min read Original article ↗

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

This repository was archived by the owner on Mar 24, 2020. It is now read-only.

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)