Commit Graph

  • 5d741ccb3e update to 2021 edition master rascul 2022-07-23 17:20:06 -0500
  • 485c950ae9 v0.2 v0.2 rascul 2022-07-23 17:18:40 -0500
  • 18d253a2a9 update dep tree rascul 2022-07-23 17:18:05 -0500
  • dfcf868583 info about deps rascul 2022-07-23 17:17:35 -0500
  • ca7ff6c14a update deps rascul 2022-07-23 17:17:20 -0500
  • e94dc3f327 update the readme so it's accurate now about config directory information, also specify that sigkill is terminate rascul 2022-07-23 17:05:09 -0500
  • 0fc873e965 fix up the restart stuff so it actually restarts when configured to and not when not configured to rascul 2022-07-23 17:00:26 -0500
  • 5aec535c0e use default values instead of Option rascul 2022-07-23 16:49:34 -0500
  • 16dc05992a use false as default instead of Option<bool> rascul 2022-07-23 12:04:26 -0500
  • 3480e0a62f add restarting message rascul 2022-07-23 12:00:35 -0500
  • 66c08899a6 change wording so clear that it's kill (SIGKILL) rascul 2022-07-23 12:00:17 -0500
  • fc327e02bb fmt rascul 2022-07-23 11:01:41 -0500
  • d689505311 pull the code itself rascul 2022-07-23 11:01:06 -0500
  • 486e5e3aa8 readme is wrong and don't use this software please rascul 2022-07-21 21:41:04 -0500
  • 13120f099c rename field for serde so can use app in apps.toml because it makes more sense to call an app an app instead of an apps rascul 2022-07-21 21:31:52 -0500
  • 43adda0990 log error for stderr rascul 2022-07-21 21:31:22 -0500
  • fea7e96970 comments rascul 2022-07-21 21:17:08 -0500
  • 26ec5d25e8 makes more sense for Apps.app to be called Apps.app rascul 2022-07-21 19:02:00 -0500
  • 948c98f785 Apps.app doesn't need to be public rascul 2022-07-21 19:01:28 -0500
  • 6fde2980e5 rustfmt rascul 2022-07-21 19:00:42 -0500
  • 70cc873c53 add and fix up comments rascul 2022-07-21 19:00:27 -0500
  • 4112b6d434 add use statements for 2021 edition rascul 2022-07-21 17:58:00 -0500
  • 9e51c17ac2 space out the struct members with a newline rascul 2022-07-21 17:51:56 -0500
  • 68cb96a410 update to edition 2021 rascul 2022-07-21 17:51:31 -0500
  • 9739f2805d rustfmt rascul 2022-07-21 17:49:11 -0500
  • 0bfe2eab5a prefix with _ because not used rascul 2022-07-21 17:48:45 -0500
  • 41ae17a52a update Cargo.lock rascul 2022-07-21 17:48:15 -0500
  • 4e02a8d9fc add some more coloring to log messages rasul 2019-12-13 11:08:22 -0600
  • ec7cefd023 colon isn't needed in these messages rasul 2019-12-13 11:03:32 -0600
  • fc36b7ec94 make log messages better rasul 2019-12-13 11:01:52 -0600
  • 7e30fb5d3a args is now optional rasul 2019-12-13 10:51:13 -0600
  • 07b0b212dd add a few comments rasul 2019-12-13 10:38:48 -0600
  • 20e58abf60 add signal handling rasul 2019-12-11 14:59:21 -0600
  • 4959c9cedd rustfmt rasul 2019-12-11 14:58:39 -0600
  • 9049c8e6b0 note not to use this software rasul 2019-12-11 14:52:10 -0600
  • ca349232c9 only care when readable rasul 2019-12-11 08:54:36 -0600
  • 78254f7eb6 strip extra newline from data rasul 2019-12-10 22:15:19 -0600
  • bad7f99e72 cargo updates rasul 2019-12-10 18:35:54 -0600
  • e36e9f0ef1 remove a debug thing rasul 2019-12-10 18:34:09 -0600
  • e330660ccb switch to mio so we can not block rasul 2019-12-10 18:33:27 -0600
  • 121840498e add sup.log rasul 2019-11-06 11:25:57 -0600
  • f6ab14470b use fern for logging to stdout and to file rasul 2019-11-06 11:25:34 -0600
  • dc2dfc4bbc _level wasn't necessary rasul 2019-11-06 06:46:18 -0600
  • 4139361644 desktop file for /usr/share/xsessions rasul 2019-11-06 06:19:09 -0600
  • c38971fd78 config options for stdout and stderr logs rasul 2019-11-06 06:18:18 -0600
  • 01f1a61f0d return procs instead of empty vec rasul 2019-11-06 06:18:03 -0600
  • ce0c174b6a apps file is called apps.toml now rasul 2019-10-31 17:23:42 -0500
  • 4e36fb32e6 get some command line options rasul 2019-10-31 17:18:00 -0500
  • 4dfa3dd745 forgot to commit Cargo.lock rasul 2019-10-30 16:05:47 -0500
  • d77d85ca85 add missing cd command to install rasul 2019-10-30 16:04:48 -0500
  • abd87d6eea remove identical conversion rasul 2019-10-30 16:02:42 -0500
  • 6c65f4cbe3 include dirs crate rasul 2019-10-30 16:02:05 -0500
  • a8527f4843 error handling fixup also read config from user config directory rasul 2019-10-30 16:01:38 -0500
  • 63e98f2c01 more error handling and message fixing up rasul 2019-10-30 16:00:52 -0500
  • d8ed14373e handle errors better to include error messages rasul 2019-10-30 13:03:35 -0500
  • 11c3237f44 remove forgotten call to startup() rasul 2019-10-30 05:46:04 -0500
  • 2b31859e23 move shutdown stuff out of startup() rasul 2019-10-29 22:19:25 -0500
  • ced0ce6286 not sure how small it is anymore rasul 2019-10-26 15:53:44 -0500
  • 41a2abac3f separate app shutdown rasul 2019-10-26 15:45:19 -0500
  • a16c444025 proper install instructions rasul 2019-10-26 15:33:19 -0500
  • 98389a33ec implement logger rasul 2019-10-26 15:30:29 -0500
  • d1f45584de rustfmt rasul 2019-10-26 08:37:35 -0500
  • eb9f25e328 Self instead of Proc rasul 2019-10-26 08:37:13 -0500
  • c8b84223e7 more code organization rasul 2019-10-26 08:34:42 -0500
  • 0ab51a8dfe need a help function rasul 2019-10-26 06:58:35 -0500
  • 5a8ab805f7 separate into a few files rasul 2019-10-26 06:58:15 -0500
  • 8fa6afed4a properly describe what happens when no holds are found rasul 2019-10-25 16:17:42 -0500
  • 96292a573d fix url rasul 2019-10-25 15:46:07 -0500
  • 11873b5bee pipeline and license badges rasul 2019-10-25 15:44:50 -0500
  • 13323b9e05 gitlab ci rasul 2019-10-25 15:40:30 -0500
  • 757d5b30a2 add yaml to editorconfig rasul 2019-10-25 15:40:22 -0500
  • 47a7dfa7e9 break up run() a little bit to remove cognitive load rasul 2019-10-25 15:01:13 -0500
  • a158607007 be more verbose when exiting rasul 2019-10-25 14:49:15 -0500
  • 0fe0a164cb app not App rasul 2019-10-25 14:41:59 -0500
  • 56566d4b56 add some languages for the highlighting rasul 2019-10-25 14:25:02 -0500
  • 9fa47b3aea expand description slightly rasul 2019-10-25 14:22:49 -0500
  • df5543ec14 have example match the one in readme rasul 2019-10-25 14:21:07 -0500
  • 20c7cf9d70 put some good stuff in the readme rasul 2019-10-25 14:20:23 -0500
  • 93f22c7dc3 add todo rasul 2019-10-25 14:20:10 -0500
  • a6fe8ff24c make holds an Option<i8> rasul 2019-10-25 13:37:17 -0500
  • 132bc6311f watch for stdout and stderr rasul 2019-10-25 12:53:26 -0500
  • 837967c241 readme rasul 2019-10-24 19:34:58 -0500
  • 75c0f29c3a init rasul 2019-10-24 19:29:43 -0500