Fixed README.
This commit is contained in:
parent
4562ff8d59
commit
ec1e05d677
16
README.md
16
README.md
|
@ -1,12 +1,14 @@
|
||||||
|
# blinddate
|
||||||
|
|
||||||
Calculates a date and types it into any program.
|
Calculates a date and types it into any program.
|
||||||
|
|
||||||
Call this tool from a script using [Rofi](https://github.com/davatorium/rofi), [Dmenu](https://tools.suckless.org/dmenu/) or similar.
|
Call this tool from a script using [Rofi](https://github.com/davatorium/rofi), [Dmenu](https://tools.suckless.org/dmenu/) or similar.
|
||||||
|
|
||||||
Supported commands:
|
Supported commands:
|
||||||
today
|
- today
|
||||||
tomorrow
|
- tomorrow
|
||||||
yesterday
|
- yesterday
|
||||||
daybeforeyesterday
|
- daybeforeyesterday
|
||||||
dayaftertomorrow
|
- dayaftertomorrow
|
||||||
next<weekday> (e.g. nextmonday)
|
- next<weekday> (e.g. nextmonday)
|
||||||
last<weekday> (e.g. lastsaturday)
|
- last<weekday> (e.g. lastsaturday)
|
||||||
|
|
Loading…
Reference in New Issue