You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# File Watcher
2
2
3
-
File Watcher is an application designed to monitor folders and files on the local system. When specific changes are detected a notification, can be sent to and endpoint via an API request, an action (copy, move, delete) can be performed, or a command executed.
3
+
File Watcher is an application designed to monitor folders and files on the local system. When specific changes are detected a notification, can be sent to an endpoint via an API request, an action (copy, move, delete) can be performed, or a command executed.
4
4
5
5
## Features
6
6
@@ -10,15 +10,15 @@ File Watcher includes the following:
10
10
11
11
**Exclude, or include, specific files and folders.** Files and folders can be excluded from monitoring based on the name, attribute, or path.
12
12
13
-
**Send notifications to an API endpoint.** Send an API request to an endpoint on a creation, modification, or deletion of a file or folder.
13
+
**Send notifications to an API endpoint.** Send an API request to an endpoint when a file or folder is created, modified, or deleted.
14
14
15
15
**Perform an action.** Copy, move, or delete a file or folder when a change is detected.
16
16
17
17
**Run a command.** Run a command, such as an executable or script, when a file or folder change is detected.
18
18
19
-
**Portable.** No installation is required. Download the [latest release](https://github.com/TechieGuy12/FileWatcher/releases/latest) and unzip the contents to a folder. Create the [configuration file](https://github.com/TechieGuy12/FileWatcher/wiki/Configuration-File) and then run the executable.
19
+
**Portable.** No installation is required. Download the [latest release](https://github.com/TechieGuy12/FileWatcher/releases/latest) and unzip the contents into a folder. Create the [configuration file](https://github.com/TechieGuy12/FileWatcher/wiki/Configuration-File) and then run the executable.
20
20
21
-
**Low resource usage.** With 7 watches monitoring a mix of internal and USB-connected external hard drives, File Watcher uses less than 40 MB of RAM, and negligible CPU usage.
21
+
**Low resource usage.** With 7 watches monitoring a mix of internal and USB-connected external hard drives, File Watcher uses less than 40 MB of RAM and negligible CPU usage.
22
22
23
23
**Logging.** Writes to a log file, that includes rollover functionality.
0 commit comments