Commit Graph

931 Commits

Author SHA1 Message Date
Félix Saparelli b83d5ce29d Add draft complete config file 2022-01-26 01:50:49 +13:00
Félix Saparelli 71efc29fae Hook up -C/--config-file option
All it does is parsing, but it's a start
2022-01-23 21:57:44 +13:00
Félix Saparelli 0ed758595f Start writing config file parser 2022-01-23 21:57:44 +13:00
Félix Saparelli f41299d7f9 Always install release tools 2022-01-23 21:57:36 +13:00
Félix Saparelli 7fd04573cd Final change to --debounce default: down to 50ms
Closes #168
2022-01-23 21:55:46 +13:00
Félix Saparelli df8977b37e Add notice for change to $SHELL-as-default in 2.0
Ref #210
2022-01-23 21:55:46 +13:00
Félix Saparelli b8b2c2ca70 Fix citation versioning 2022-01-23 21:55:09 +13:00
Félix Saparelli b5c16f291e cli: v1.18.1 2022-01-23 21:53:29 +13:00
Félix Saparelli 4e7e75e1d5 Strip leading period if present from -e exts (#236) 2022-01-23 21:53:12 +13:00
Félix Saparelli c79a3bd12c Upgraded fmt 2022-01-22 14:00:42 +13:00
Félix Saparelli 187c696d8f Fix release workflow 2022-01-19 00:25:45 +13:00
Félix Saparelli 7effd1a61e cli: v1.18.0 2022-01-19 00:05:03 +13:00
Félix Saparelli 7d60b1689e Use lib pre.6 2022-01-19 00:04:41 +13:00
Félix Saparelli a3fd743786 lib: v2.0.0-pre.6 2022-01-19 00:00:46 +13:00
Félix Saparelli 631c328a55 Use version for lib dependency 2022-01-18 23:56:10 +13:00
Félix Saparelli c58333496e Fail files with no extension on extension check
Instead of passing them, I don't know what I was thinking
2022-01-18 23:56:10 +13:00
Félix Saparelli c367288e38
Add desktop notification to cli feature list 2022-01-18 23:29:28 +13:00
Félix Saparelli c91ab99ac3 lib: v2.0.0-pre.5 2022-01-18 23:27:30 +13:00
Félix Saparelli 9f67ec35b1 More OsSplit windows fixing 2022-01-18 23:14:08 +13:00
Félix Saparelli 881e8f4047 More OsSplit testing 2022-01-18 22:53:24 +13:00
Félix Saparelli 0334b9c9fa Bump msrv in ghaction too 2022-01-18 22:42:19 +13:00
Félix Saparelli 7f092ca4b7 Further windows fix to OsSplit 2022-01-18 22:39:55 +13:00
Félix Saparelli 783da395bb Fix lib readme 2022-01-18 22:38:45 +13:00
Félix Saparelli 8748c062c4 Update deps 2022-01-18 22:21:21 +13:00
Félix Saparelli fd474c7e38
Fix and add tests for OsSplit 2022-01-18 22:10:25 +13:00
Félix Saparelli 044a8244f9
Almost forgot windows... 2022-01-16 20:17:32 +13:00
Félix Saparelli 1d64cac11f Formattting 2022-01-16 20:08:21 +13:00
Félix Saparelli 8bd48c6290
Don't fail if we can't canonicalize an event path
e.g. for deletes
2022-01-16 20:06:44 +13:00
Félix Saparelli 4737937350
Remove generic tagged io error enum variant 2022-01-16 20:01:14 +13:00
Félix Saparelli e2f27a1b01
Add context to last runtime io error
and remove generic runtime io error enum variant
2022-01-16 20:00:07 +13:00
Félix Saparelli 2ea62aec6a
Add context to last critical io error
and remove generic critical io error enum variant
2022-01-16 19:55:57 +13:00
Félix Saparelli bc0fe6be70
Add context to io errors 2022-01-16 19:46:52 +13:00
Félix Saparelli 93a961abf6
Clippy 2022-01-16 19:16:53 +13:00
Félix Saparelli 4085fc522c
Add SpecificIoError trait support for tagged error 2022-01-16 19:16:07 +13:00
Félix Saparelli 44a44a50d1
Move TaggedFiltererError into main error mod 2022-01-16 19:14:31 +13:00
Félix Saparelli b29b3bf1e0
Add helper trait to add context to io errors 2022-01-16 19:09:50 +13:00
Félix Saparelli c821faf383
Split error mod and split generic/specific io errors 2022-01-16 18:57:40 +13:00
Félix Saparelli 6a925fc392
Canonicalise origin and workdir 2022-01-16 17:42:49 +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 26e0b60b7b lib: v2.0.0-pre.4 2022-01-16 16:55:55 +13:00
Félix Saparelli 10b71847da
Add support for Pijul and Subversion 2022-01-16 16:13:05 +13:00
Félix Saparelli 9327f8c293
Only ignore .git if we're in a git project, and so on 2022-01-16 16:12:50 +13:00
Félix Saparelli 2682dde41d
Handle errors from ignore file discovery 2022-01-16 16:11:17 +13:00
Félix Saparelli 3d32f2d24b
Hook up new globset signature 2022-01-16 16:09:53 +13:00
Félix Saparelli 561a34d90e
Drop globset::list_from_ignore_file 2022-01-16 15:21:10 +13:00
Félix Saparelli 817f4c2caf
Drop ignorefile tests from globset and tagged now that they're done via common IgnoreFilterer 2022-01-16 15:20:14 +13:00
Félix Saparelli b8d9ad728e
Integrate IgnoreFilterer into GlobsetFilterer 2022-01-16 15:18:15 +13:00
Félix Saparelli d6dfb87063
Integrate IgnoreFilterer into TaggedFilterer 2022-01-16 14:51:35 +13:00
Félix Saparelli 8219e577d0
Reduce swaplock hold for tagged compile globs 2022-01-16 14:51:11 +13:00
Félix Saparelli f073eeb344
Add ::empty() and Clone to IgnoreFilterer 2022-01-16 14:49:14 +13:00