index
:
snooze
this commit
master
run a command at a particular time
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
snooze.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change value because st.st_mtime might not be set, see above
Hendrik Jäger
2021-01-07
1
-1
/
+1
*
Change timefile calculations to respect slack
Hendrik Jäger
2021-01-07
1
-1
/
+1
*
fix verbose output when no command is passed
Leah Neukirchen
2020-12-11
1
-4
/
+4
*
Add option for jitter, fix wording of randdelay
Andrew Benson
2020-10-04
1
-13
/
+21
*
force stdout line-buffered, as output comes very slowly
Leah Neukirchen
2018-05-05
1
-0
/
+2
*
unset tm_isdst before doing date operations
v0.3
Leah Neukirchen
2018-05-03
1
-0
/
+3
*
more off-by-ones :(
Leah Neukirchen
2018-05-03
1
-2
/
+2
*
style
Leah Neukirchen
2017-08-31
1
-2
/
+2
*
knf, fix whitespace
Leah Neukirchen
2017-08-29
1
-15
/
+18
*
fix dayofyear and weekofyear properly
v0.2
Leah Neukirchen
2017-08-29
1
-3
/
+3
*
fix weekofyear parsing
Leah Neukirchen
2017-08-29
1
-1
/
+1
*
parse: always treat plain / as *, even if 0 is not a legal value
Leah Neukirchen
2017-08-29
1
-1
/
+2
*
find_next: take leap year into account (e.g. when using dayofyear)
Leah Neukirchen
2017-08-29
1
-1
/
+1
*
leahize
Leah Neukirchen
2017-08-29
1
-6
/
+1
*
use getopt with + hack to not reorder argv in glibc
Leah Neukirchen
2017-08-29
1
-1
/
+1
*
fix -n with rare events
Christian Neukirchen
2016-01-02
1
-12
/
+15
*
off-by-one in weekofyear
Christian Neukirchen
2016-01-02
1
-1
/
+1
*
Reschedule when time moved backwards
Christian Neukirchen
2015-11-06
1
-0
/
+7
*
Off-by-one, else snooze -s 1d -t triggers when the file has been touched on 0...
Christian Neukirchen
2015-11-04
1
-1
/
+1
*
Print duration and day of week with -n
Christian Neukirchen
2015-11-04
1
-2
/
+12
*
duration parsing
Christian Neukirchen
2015-11-04
1
-3
/
+31
*
Take slack into account when using -t without -T
Christian Neukirchen
2015-11-04
1
-3
/
+12
*
Log starting time with -v
Christian Neukirchen
2015-11-04
1
-0
/
+6
*
initial commit of snooze
Christian Neukirchen
2015-11-04
1
-0
/
+333