Matt Green
|
f1597cc1a6
|
Merge pull request #13 from palfrey/12-run-initially
Option to run command initially, before first file change
|
2016-10-18 18:05:14 -04:00 |
|
Tom Parker
|
7eabee9f40
|
Initial command run is outside the loop!
|
2016-10-18 22:36:12 +01:00 |
|
Tom Parker
|
6887552aab
|
Option to run command initially, before first file change (fixes #12)
|
2016-10-18 22:11:05 +01:00 |
|
Atmajeet Kaur
|
f7c628c7e1
|
some clippy-suggested improvements
|
2016-10-18 15:39:40 +02:00 |
|
Garrett Squire
|
59724589ea
|
use cfg attributes instead of macro for OS specific functionality
|
2016-10-17 10:35:15 -07:00 |
|
Matt Green
|
94311c25bb
|
Ignore .DS_Store files by default
|
2016-10-13 20:23:38 -04:00 |
|
Matt Green
|
536613852f
|
Enhance debug output; rename option back to debug
|
2016-10-13 20:21:29 -04:00 |
|
Matt Green
|
392aea8ca3
|
Use crate_version! macro
|
2016-10-13 19:57:21 -04:00 |
|
Matt Green
|
b6831c4d30
|
Cleanups/more logging
|
2016-10-13 19:47:04 -04:00 |
|
Matt Green
|
8923bc1e1c
|
Use log & env_logger crates
|
2016-10-13 17:59:46 -04:00 |
|
Matt Green
|
20fe9169b4
|
Add --no-vcs-ignore flag
|
2016-10-12 09:43:22 -04:00 |
|
Matt Green
|
d7a62ed30a
|
Canonicalize cwd; fixes gitignore patterns not matching on Windows
|
2016-10-12 09:22:45 -04:00 |
|
Matt Green
|
9836882e71
|
Refine gitignore module
|
2016-10-12 09:06:01 -04:00 |
|
Matt Green
|
f20d02a7f8
|
Support for gitignore files
|
2016-10-11 22:43:53 -04:00 |
|
Matt Green
|
db677c77ec
|
Extract command invocation to runner module
|
2016-10-09 14:07:23 -04:00 |
|
Matt Green
|
c990c9c4d4
|
Canonicalize watched paths
|
2016-09-27 09:43:28 -04:00 |
|
Matt Green
|
00bb3eed17
|
Platform-agnostic dotted dir ignore
|
2016-09-24 14:06:51 -04:00 |
|
Matt Green
|
406e137cef
|
Add -r option to restart commands on subsequent events; closes #4
|
2016-09-24 13:52:54 -04:00 |
|
Matt Green
|
6072b353b9
|
Remove unnecessary clone
|
2016-09-23 14:04:19 -06:00 |
|
Matt Green
|
b08880d4e4
|
Return unit from add_* fns
|
2016-09-23 14:00:26 -06:00 |
|
Matt Green
|
0892da59e2
|
Rename Filter to NotificationFilter
|
2016-09-23 13:52:50 -06:00 |
|
Matt Green
|
0747d643c1
|
Improved nomenclature
|
2016-09-23 13:49:55 -06:00 |
|
Matt Green
|
bb28637990
|
Rename -d to -v; support watching multiple paths via --watch option
|
2016-09-23 13:38:26 -06:00 |
|
Matt Green
|
d087092f64
|
Infer path, add -e option to monitor files based on file extensions
|
2016-09-23 11:59:57 -06:00 |
|
Matt Green
|
9927e1018e
|
Fix ignoring of dotted dirs
|
2016-09-23 09:59:54 -06:00 |
|
Matt Green
|
553687b315
|
Add filter/ignore options
|
2016-09-21 15:02:20 -06:00 |
|
Matt Green
|
e01c45d6f5
|
Rename to watchexec
|
2016-09-18 16:42:11 -04:00 |
|
Matt Green
|
5b97663990
|
Hacky .gitignore handling
|
2016-09-14 16:50:14 -04:00 |
|
Matt Green
|
fdc6564bb1
|
Ignore paths starting with a dot
|
2016-09-14 16:11:35 -04:00 |
|
Matt Green
|
08d21a6dad
|
Simple screen clear & debounce
|
2016-09-14 15:43:58 -04:00 |
|
Matt Green
|
37f0b062a5
|
Use notify 2.6.3
|
2016-09-14 14:19:05 -04:00 |
|
Matt Green
|
5cf5ce73ca
|
Initial commit
|
2016-09-14 09:30:59 -04:00 |
|