Eric Curtin
0a32cc92e8
Update README.md with new inotify-tools link
2 years ago
Albert S.
75b7db7d36
reformat with clangformat - no functional change
2 years ago
Albert S.
cf14367aa8
Update README: Fix misplaced comment
3 years ago
Albert S.
9925f12675
examples/move_downloads.sh: Ignore size 0 files
3 years ago
Albert S.
19e34c1904
Remove TODO file. It's replaced by the issue tracker.
...
Issue tracker: https://gitea.quitesimple.org/crtxcr/adhocify/issues/
3 years ago
Albert S.
b8943c0c79
Update README.md to reflect recent changes
3 years ago
Albert S.
1202296495
Add placeholder %eventmaskstr% for command args containing event string
...
This helps scripts to determine which events occured on the file
without having to parse the environment variable ADHOCIFYEVENT.
Add placeholder %eventfilepath% as an alternative for {}
3 years ago
Albert S.
d62d2956cd
updated copyright...
3 years ago
Albert S.
da1f55e340
messages: replace "child" with "command" for clarity
3 years ago
Albert S.
875c176cc1
exit adhocify if command is not found irrespective of -e
3 years ago
Albert S.
2e77170115
Replace execv with execvp as it has the more natural behaviour
3 years ago
Albert S.
200b6f6c33
README.md: Add Alpine install instructions
3 years ago
Albert S.
bcc561d578
Examples: Add download mover
3 years ago
Albert S.
898e114eef
Fixed error message for unsupported events
3 years ago
Albert S.
1287532f48
Makefile: add install target
3 years ago
Albert S.
1bf61c0ded
README.md: Add install options
3 years ago
Albert S.
ccf59e41df
README: mention ADHOCIFYEVENT, minor improvements
3 years ago
Albert S.
b7a27fbff3
capitalize event env var: adhocifyevent => ADHOCFIYEVENT
3 years ago
Albert S.
0d0d42cb31
Allow specifying negated exit status codes for --exit-with-child
3 years ago
Albert S.
519afe63d1
xrealpath: give more user-friendly error messages
3 years ago
Albert S.
8b6291b6ca
Makefile: add install target
3 years ago
Albert S.
0e75740630
make daemonizing the last step in command processing
3 years ago
Albert S.
6b1356b65b
improve help text
3 years ago
Albert S.
8e2d28ef95
Updated README.md with minor improvements, mostly formating
3 years ago
Albert S.
3203642618
README: added --exit-with-child example
4 years ago
Albert S.
27fdabc591
fixed --exit-with-child
4 years ago
Albert S.
fe7f6a0cc0
README: reference inotify-tools
4 years ago
Albert S.
4d7bde2773
remove clang warning: better check for whether name field is empty
6 years ago
Albert S.
c2b788ad50
updated README.md
6 years ago
Albert S.
37f30005dd
Remove README
6 years ago
Albert S.
d3186305d2
update TODO
6 years ago
Albert S.
7f55924649
remove obsolete unused counter
6 years ago
Albert S.
b9a638d43f
get_eventfile_abspath(): minor improvement: get rid of strcpy etc.
6 years ago
Albert S.
bd9bcd8752
Remove -r: It's existence cannot be justified
...
We already have -s to read from stdin, there is no point to
walk paths ourselves.
find . -type d | adhocify -s [path to script] is pretty much the same.
6 years ago
Albert S.
dcd1c2bb7b
updated TODO
6 years ago
Albert S.
1d1c961b50
updated README.md formating
6 years ago
Albert S.
4e280967d2
add README.md
6 years ago
Albert S.
68c67aa5e8
set argv[0] even if we do not pass anything else to the script
6 years ago
Albert S.
692e8d4514
updated README
6 years ago
Albert S.
db4154a0d1
fixed typos
7 years ago
Albert S.
200d7ba8cb
-r: check against max number of watches
7 years ago
Albert S.
be91bb8473
add a little warning for -r
7 years ago
Albert S.
4d6d58d7bf
rename: watchpath_addpath -> watchpath_add_path
7 years ago
Albert S.
a45a7a9acf
add basic recursive watch support
7 years ago
Albert S.
64b55f3bfd
added encryptor.sh example
7 years ago
Albert S.
26cea45459
updated README
7 years ago
Albert S.
58db52dfc9
usage text: document -e
7 years ago
Albert S.
3a22605fc6
README improvement
8 years ago
Albert S.
68c11d296b
formating
8 years ago
Albert S.
8b668be219
better function name
8 years ago