aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-13 23:16:29 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-13 23:16:29 +0100
commitdf6d3d715d94eb5186f27c52b7f6142daeee8cba (patch)
tree0cb09456912ff57001674b9eb89c688fa5a942c3
parentupdate dist (diff)
downloadnightshift-df6d3d715d94eb5186f27c52b7f6142daeee8cba.tar.gz
nightshift-df6d3d715d94eb5186f27c52b7f6142daeee8cba.tar.bz2
nightshift-df6d3d715d94eb5186f27c52b7f6142daeee8cba.tar.xz
update readme
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r--README98
1 files changed, 93 insertions, 5 deletions
diff --git a/README b/README
index 6f4ca0c..a8a2aaf 100644
--- a/README
+++ b/README
@@ -1,7 +1,95 @@
-nightshift is a terminal user interface for redshift
+NAME
+ nightshift - A terminal user interface for redshift
+
+SYNOPSIS
+ nightshift [OPTIONS]... [\{ [SCRIPT-OPTIONS]... \}] [-- [REDSHIFT-OPTIONS]...]
+
+DESCRIPTION
+ Terminal user interface for redshift, a program for
+ setting the colour temperature of the display according
+ to the time of day.
+
+ The goal of this project is to provide high capabilities
+ to redshift when it becomes a D-Bus services, and do so
+ with a nice terminal user interface and a command line
+ interface with a daemon running in the background.
+
+OPTIONS
+ -h, --help
+ Display this help message.
+
+ -V, --version
+ Show program version.
+
+ -C, --copyright
+ Show program copyright information.
+
+ -W, --warranty
+ Show program warrantly disclaimer.
+
+ -d, --daemon
+ Start as daemon.
+
+ -x, --reset, --kill
+ Remove adjustment from screen.
+
+ +x, --toggle
+ Temporarily disable or enable adjustments.
+
+ +d, --disable
+ Temporarily disable adjustments.
+
+ +e, --enable
+ Re-enable adjustments.
+
+ +f, --freeze
+ Temporarily freeze the redshift process.
+
+ +t, --thaw
+ Thaw the redshift process.
+
+ -s, --status
+ Print status information.
+
+ +c, --script FILE
+ Load nightshift configuration script from
+ specified file.
+
+ -c, --config FILE
+ Load redshift settings from specified file.
+
+ -b, --brightness DAY:NIGHT
+ Screen brightness to set at daytime/night.
+
+ -b, --brightness BRIGHTNESS
+ Screen brightness to apply.
+
+ -t, --temperature DAY:NIGHT
+ Colour temperature to set at daytime/night.
+
+ -t, --temperature TEMP
+ Colour temperature to apply.
+
+ -l, --location LAT:LON
+ Your current location.
+
+ -l, --location PROVIDER
+ Select provider for automatic location updates.
+ (Type `list' to see available providers.)
+
+ -m, --method METHOD
+ Method to use to set colour temperature.
+ (Type `list' to see available methods.)
+
+ -r, --no-transition
+ Disable temperature transitions.
+
+NOTES
+ Apple is using the name of this project for there own
+ alternative without my permission and with my express
+ opposition.
+
+SEE ALSO
+ redshift(1), blueshift(1)
-The goal of this project is to provide high capabilities
-to redshift when it becomes a D-Bus services, and do
-so with a nice terminal user interface and a command line
-interface with a daemon running in the background.