TechieGuy12 / FileWatcher

A file and folder monitor that can send notifications, perform actions, or execute a command when a file or folder is changed.
MIT License
106 stars 27 forks source link

notification #32

Closed ericxin1982 closed 10 months ago

ericxin1982 commented 1 year ago

Hi @TechieGuy12

Thanks for providing this good tool.

The notification can access these abbreviations for post/get to endpoint or not. Not sure, but I have use case to send notification about which specific file added.

Thanks Eric Xin

[exactpath] - full path of the changed file [fullpath] - full path of the changed file without the path of the watch [path] - the path of the changed file without the path of the watch and the file [file] - the name of the file with the extension [filename] - name of the file without the extension [extension] - the file extension

TechieGuy12 commented 1 year ago

I will add the placeholders to the notifications as well.

ericxin1982 commented 1 year ago

Thanks

ericxin1982 commented 10 months ago

@TechieGuy12 Sorry, Just wondering when this can be released, or there is no plan yet.

TechieGuy12 commented 10 months ago

The current version should have this functionality.

ericxin1982 commented 10 months ago

Ok, let me try, thanks.