Commit Graph

50 Commits

Author SHA1 Message Date
Félix Saparelli 6d65c05e35
Add openSUSE and MINGW packages (#453) 2022-12-02 23:16:56 +00:00
Félix Saparelli 04a8ee22bd
Add apt.cli.rs to install methods (#451) 2022-12-02 22:44:04 +00:00
Michael Jones f613ba1a79
Add option to exit when stdin ends (#449)
Co-authored-by: Félix Saparelli <felix@passcod.name>
2022-12-01 23:19:04 +00:00
Félix Saparelli 236fac4c99
Document the absolute crate release order (#413) 2022-09-07 16:40:47 +12:00
Félix Saparelli e9d24688e1
Re-order readmes to prioritise package managers 2022-09-07 12:24:44 +12:00
Félix Saparelli b2de641f20
Document known packagings 2022-09-07 12:15:40 +12:00
Félix Saparelli adc4a0a576 Add --log-file so logs are easier to collect (#321) 2022-06-16 15:56:59 +00:00
Félix Saparelli c58d66bec5 Link manpage from readme 2022-04-15 15:47:44 +12:00
Félix Saparelli 3523925c1e Reorganise manpage options into categories 2022-04-15 15:45:17 +12:00
Félix Saparelli 6f3cdac9fd Document --project-origin in man 2022-04-15 15:45:17 +12:00
Félix Saparelli 6b0f626441 Document project origin behaviour in man 2022-04-13 09:09:13 +12:00
Félix Saparelli bd3d7a8411 Update man 2022-03-16 16:23:57 +13:00
Félix Saparelli da22d34274 Fix #262: document env var ordering and other specifics 2022-03-15 23:26:37 +13:00
Félix Saparelli 96a6a6e9d9 Revert ignoring .git only when Git is discovered
And so on from other VCS. This causes confusion (ref #255) when watching
from outside a git repo, where the VCS type isn’t detected so the .git
folder is included in the watchset. While slightly incorrect, it’s more
expected that these folders be ignored regardless, and there’s always
--no-default-ignore to avoid those ignores if needed.
2022-02-07 17:15:27 +13:00
Félix Saparelli 2a1a386208
Rename (with compat alias) --no-ignore to --no-project-ignore 2022-01-16 17:34:06 +13:00
Félix Saparelli f0435eeaf3
Document envvars read/written and files read 2022-01-15 15:58:30 +13:00
Félix Saparelli 97070c815c
Add --no-global-ignore to completion and man 2022-01-15 15:57:40 +13:00
Félix Saparelli d70abeac6f
Add --notify to man 2022-01-15 15:26:57 +13:00
Félix Saparelli 78b8acf6cc
Add --print-events to man 2022-01-15 15:26:35 +13:00
Félix Saparelli 775b0ac81c
Add -vv+ usage to manpage 2022-01-15 15:19:16 +13:00
Félix Saparelli 66caedf978
Add --no-process-group flag 2021-07-22 00:56:35 +12:00
Félix Saparelli f5a92220c9
Drop debounce to 100ms (#168) 2021-07-21 23:44:24 +12:00
Félix Saparelli 34989e6fc2
Add logo 2021-04-26 23:59:43 +12:00
Félix Saparelli 1c338adb9d
Generate html manpage with toc style 2021-04-17 02:11:16 +12:00
Félix Saparelli 749bf89b6c Document the argument processing in the manpage
Fixes #82
2021-04-17 02:01:26 +12:00
Félix Saparelli f1c7b555e1 Document the --shell semantics in the manpage 2021-04-17 02:01:26 +12:00
Félix Saparelli 139b6b43c7
Drop debounce to 150ms (#168) 2021-04-11 06:05:28 +12:00
Félix Saparelli 6ec02d38ab Regenerate manpage 2021-04-11 05:36:43 +12:00
Félix Saparelli f32943bfd2
Document --watch-when-idle much more thoroughly 2021-04-11 03:31:44 +12:00
Félix Saparelli 1b5bdee08e
Make terminology more consistent and avoid some "kill child" usages 2021-04-11 03:21:38 +12:00
Félix Saparelli 6cfe649228
Document --shell 2021-04-11 02:51:20 +12:00
Félix Saparelli 0c6b1bf2e4
Undocument --kill 2021-04-11 01:06:32 +12:00
Félix Saparelli 1da3a8d26c Add --changes-only to manpage and completions 2021-04-11 00:01:02 +12:00
Quint Guvernator d246114678 add --no-meta switch to avoid some redundant events for #78 2020-06-23 14:41:53 +02:00
Quint Guvernator 524812028d add --no-environment switch to fix #78 2020-06-23 13:43:55 +02:00
Jon Grythe Stødle c4ac0c0cbb Fix typo in `-e` description 2019-10-11 11:41:11 +13:00
Leon Barrett 841d72b669 Update options in man page
The options were out of date (e.g. `-d` was debug). This updates them to
match the help text.

This also adds some documentation about separating the command with --
so that clap doesn't eat the flags intended for the command.
2019-07-30 11:44:58 +12:00
Félix Saparelli c7f7e18e3b Update man page with WATCHEXEC_*_PATH modifications from #90 2018-08-19 21:14:42 +12:00
Bruce Guenter c98bea3118 Fix default ignore for vim temporary files
.swp files are created by vim to store editing state while a file is
open. However, it may also create .swo, .swn, etc files if .swp already
exists. Also, the temporary files are always hidden (start with ".").
Finally, vim temporarily creates .swpx files as well which are caught by
inotify.

This change fixes the *.swp pattern to only match hidden files and to
match the other vim temporary files.
2018-02-08 14:53:08 -06:00
Les Aker 58ff772d62 add docs for no-default-ignore 2017-04-25 21:17:46 -04:00
Chris Aumann 780b54b34e Port --no-shell to Windows 2017-04-10 00:20:57 +02:00
Chris Aumann ea130dd021 Add documentation for --no-shell 2017-04-10 00:20:27 +02:00
Chris Aumann e509ed0b18 Remove unnecessary space from watchexec.1.html 2017-04-06 22:53:14 +02:00
Chris Aumann f5f65c3a28 Add --signal documentation to doc/* 2017-04-02 21:21:30 +02:00
Matt Green 0e371d1c56 Update docs for 1.7.0 2017-02-05 13:29:38 -05:00
Matt Green 9c65e816da Add -k option to send SIGKILL instead of SIGTERM; closes #31 2016-12-19 11:37:20 -05:00
Matt Green 98c2698798 Document dropped --watch option 2016-11-17 08:49:31 -05:00
Matt Green fb81b9d219 Update man page for 2016-10-30 13:58:59 -04:00
Matt Green 22bfb44868 Man page refinements 2016-10-29 13:12:48 -04:00
Matt Green 488188c6de Add man page 2016-10-29 13:08:55 -04:00