2 커밋
v1.3 ... master

작성자 SHA1 메시지 날짜
4b467fa963 update Makefile 2025-11-08 16:13:52 +01:00
1ff23bd203 update README 2025-11-08 16:05:28 +01:00
2개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제

파일 보기

@@ -2,7 +2,7 @@ prefix = /usr/local
bindir = $(prefix)/bin
CFLAGS = -std=c99 -Wall -Wextra -pedantic
VERSIONFALLBACK = "v1.2+"
VERSIONFALLBACK = "v1.3+"
VERSIONFLAGS = -DGIT_TAG=\"$(shell git describe --tags HEAD || echo $(VERSIONFALLBACK))\"
all:

파일 보기

@@ -4,11 +4,7 @@ What is adhocify?
adhocify uses inotify to watch for file system events. Once an event
occurs it can execute a command. The path of the file and the event
will be passed to that command.
Options
=======
See adhocify --help.
Examples:
=========
@@ -91,6 +87,9 @@ echo "test" >> /tmp/test
Passing ```-q``` keeps adhocify silent, surpressing those "Starting execution..." messages.
Options
=======
See adhocify --help.
Other tools
===========
@@ -102,7 +101,7 @@ Install
## Debian / Ubuntu
Please [read this](https://quitesimple.org/page/repositories) before using those instructions
Please [read this](https://quitesimple.org/page/repositories) before using those instructions.
Latest release can be installed using apt
```
# First, obtain the key. Here we just assume it's trustworthy...