rmodi6 / fluxflow

A command line tool to adjust f.lux settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A command line tool to adjust f.lux settings

License:MIT License


Languages

Language:Go 85.2%Language:Shell 14.8%