Move pages under tldr, lint run.sh, update docs

This commit is contained in:
2024-02-21 13:58:43 +02:00
parent 3d653cc7e6
commit 2c475fa62d
4806 changed files with 36 additions and 35 deletions

29
tldr/redshift Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# redshift
> Adjust the color temperature of your screen according to your surroundings.
> More information: <http://jonls.dk/redshift>.
- Turn on Redshift with a specific [t]emperature during day (e.g., 5700K) and at night (e.g., 3600K):
`redshift -t {{5700}}:{{3600}}`
- Turn on Redshift with a manually specified custom [l]ocation:
`redshift -l {{latitude}}:{{longitude}}`
- Turn on Redshift with a specific screen [b]rightness during the day (e.g, 70%) and at night (e.g., 40%):
`redshift -b {{0.7}}:{{0.4}}`
- Turn on Redshift with custom [g]amma levels (between 0 and 1):
`redshift -g {{red}}:{{green}}:{{blue}}`
- Turn on Redshift with a constant unchanging color temperature:
`redshift -O {{temperature}}`