Commit Graph

73 Commits

Author SHA1 Message Date
Matt Green f0650274a0 Bump version to 1.1.1 2016-10-20 10:08:12 -04:00
Matt Green 0a08d3f8ef Fix polling always being used 2016-10-20 10:07:55 -04:00
Matt Green 8ed6ed60ea Update version to 1.1 2016-10-19 20:19:48 -04:00
Matt Green 90d6659141 Add --force-poll option; closes #7 2016-10-19 20:19:01 -04:00
Matt Green a75dd49114 Set $WATCHEXEC_UPDATED_PATH to first changed path in child process;
closes #11
2016-10-19 19:40:50 -04:00
Matt Green 249e5a84e4 Search for .gitignore files in parent dirs; closes #10 2016-10-19 18:54:20 -04:00
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
Matt Green 2ceefe44db Merge pull request #9 from 4tm4j33tk4ur/clippy
some clippy-suggested improvements
2016-10-18 17:36:23 -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
Matt Green dde7453a47 Add Cargo instructions; closes #8 2016-10-17 21:26:11 -04:00
Matt Green 22d98005fb Add package metadata 2016-10-17 21:26:11 -04:00
Matt Green fd435785aa Merge pull request #6 from neodc/patch-1
Fix inconsistency in README
2016-10-17 14:58:49 -04:00
Noé De Cuyper c4bbddc353 Fix inconsistency in README 2016-10-17 20:55:28 +02:00
Matt Green ff2ce68779 Merge pull request #5 from gsquire/cfg
Use cfg attributes
2016-10-17 14:28:19 -04:00
Garrett Squire 59724589ea use cfg attributes instead of macro for OS specific functionality 2016-10-17 10:35:15 -07:00
Matt Green 5cd6ee5a9b Add install instructions for non-macOS users 2016-10-17 11:53:43 -04:00
Matt Green 57efffb0f2 Add badges 2016-10-15 14:03:23 -04:00
Matt Green 09386a61b1 Update Homebrew formula 2016-10-15 11:15:11 -04:00
Matt Green ff7bb9bf45 Remove status section 2016-10-15 11:05:57 -04:00
Matt Green a68e911e87 Bump version to 1.0.0 2016-10-15 11:05:19 -04:00
Matt Green af885f32e5 Appveyor: build off of master 2016-10-15 11:03:48 -04:00
Matt Green b8e6672562 Bump to 0.12.0 2016-10-15 11:01:30 -04:00
Matt Green 4144abada4 Triggering appveyor to build 2016-10-15 10:47:35 -04:00
Matt Green 190b58a899 CI fun 2016-10-15 10:43:25 -04:00
Matt Green a7f56ef926 Update README a little for CI 2016-10-15 10:25:37 -04:00
Matt Green 5cf2e5d6fe Add appveyor.yml 2016-10-15 10:09:35 -04:00
Matt Green 542f2a85f5 Drop regex dep 2016-10-14 09:33:23 -04:00
Matt Green 7ea2b09fc5 Add Linux in there too 2016-10-14 07:53:45 -04:00
Matt Green 855e88f6e4 Use legit target for OS X 2016-10-14 07:40:26 -04:00
Matt Green 03c5096f31 Add CI scripts 2016-10-13 22:09:34 -04:00
Matt Green 1f5c76d194 Add deploy section 2016-10-13 21:32:15 -04:00
Matt Green 6541e51288 Poking travis to build 2016-10-13 20:41:21 -04:00
Matt Green dc9842312e Begin travis integration 2016-10-13 20:34:47 -04:00
Matt Green a72bc099dc Cargo.lock should be committed for apps 2016-10-13 20:26:32 -04: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 3b2e55855f Update status 2016-10-12 09:30:40 -04:00
Matt Green 9893b5964f Update Homebrew formula 2016-10-12 09:29:44 -04:00
Matt Green d7a62ed30a Canonicalize cwd; fixes gitignore patterns not matching on Windows 2016-10-12 09:22:45 -04:00
Matt Green 7d4e9ea6b0 Update README 2016-10-12 09:12:42 -04:00
Matt Green 125d19ce1a Upgrade clap 2016-10-12 09:12:33 -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