21 Commits

Author SHA1 Message Date
5cfed8963f Flag parsing bugfix 2023-08-14 18:56:34 -04:00
a57d6f9551 Bump version to 0.0.6 v0.0.6 2023-08-14 18:37:40 -04:00
b58c94e9e6 Trying out cancelable commands 2023-08-14 18:36:07 -04:00
9829d0f38f Update clap crate 2022-08-24 14:19:52 -04:00
78d6d5bd4b Update humantime crate 2022-08-22 16:38:53 -04:00
cee205ec0f Update notify crate 2022-08-22 16:38:15 -04:00
079ec6e412 bump version to v0.0.5 v0.0.5 2022-05-31 23:01:37 -04:00
ebb999af95 Allow more than one --file arg 2022-05-31 23:00:59 -04:00
69f6334dc8 Make it a nix flake 2022-04-17 15:19:11 -04:00
3b9daf442a cargo fmt 2021-12-30 18:57:55 -05:00
eb1d17407e Update clap version and cleanup some new warnings 2021-12-30 18:57:24 -05:00
7bce901323 Update the minor version to 0.0.3
A new flag was introduced for one of the commands.
2017-04-26 18:58:46 -05:00
b2b842d12f Add a negation flag for the success command.
Modifies the trigger to run when the command fails instead of
when it succeeds.
2017-04-26 18:55:13 -05:00
07120d141f Add the ability to specify environment variables. 2017-04-01 15:10:43 -05:00
3991f03161 Ergonomic output. print the command that is running.
This is so that if the command to execute doesn't have output
you will at least see that it tried to execute.
2017-02-06 20:17:00 -06:00
805d547f2d Handle the PoisonError case somewhat gracefully. 2017-02-02 21:10:09 -06:00
3641b1b238 Normalizing formatting with cargo fmt 2017-02-02 19:23:01 -06:00
6d2ebc40fb Cleanup the unused md5 crate. 2017-01-29 19:02:50 -06:00
0f2b9f5b2c Add packaging metadata 2017-01-29 18:55:29 -06:00
ff1fa0262a Cleanups.
* The RwLock was overkill we only needed a lock.
* Add some documentation.
* Remove some debug println! statements.
2017-01-29 17:39:14 -06:00
4513694f25 Initial Commit. 2017-01-29 16:39:48 -06:00