Dreaded_X
  • Joined on 2018-05-15
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-09 00:53:14 +00:00
e0d2e846ff refactor!: Rewrote device implementation macro once again
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-08 18:47:23 +00:00
e642562ddb chore: Removed old leftover contact sensor presence config
Dreaded_X pushed to master at Dreaded_X/dotfiles 2025-09-08 10:32:44 +00:00
e10de143eb zsh: Update Oh-My-Zsh
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-08 02:15:14 +00:00
a2e65c2d1a refactor: Remove unneeded wrapper functions when specifying callbacks
e26fd9f132 fix: Front door presence does not get cleared properly
eb0c80c4ce feat(callback)!: ActionCallback can now receive any amount of arguments
352654107a feat: Added derive macro to implement IntoLua on structs that implement Serialize
3a7f2f9bd7 fix: IkeaRemote callback is missing default specifier
Compare 8 commits »
Dreaded_X opened issue Dreaded_X/automation_rs#5 2025-09-08 02:12:39 +00:00
Remove state from (most) action callbacks
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-08 01:33:27 +00:00
2f181e35f3 refactor!: ActionCallback can now receive any amount of arguments
613fd63895 feat: Added derive macro to implement IntoLua on structs that implement Serialize
cfa482aa03 fix: Added missing default for IkeaRemote callback
379d840158 feat: Allow for multiple callbacks inside of an ActionCallback
0c428d1d9b refactor: Store callback function directly instead of in the registry
Compare 5 commits »
Dreaded_X pushed to master at Dreaded_X/dotfiles 2025-09-07 03:58:52 +00:00
e22f0c594c zsh: Added completion autosuggest strategy as fallback
Dreaded_X pushed to master at Dreaded_X/dotfiles 2025-09-07 03:40:07 +00:00
b22739cb71 zsh: Add additional completions
Dreaded_X pushed to master at Dreaded_X/dotfiles 2025-09-07 03:29:37 +00:00
a9163907be zsh: Generate text objects for quotes and brackets
Dreaded_X pushed to master at Dreaded_X/dotfiles 2025-09-07 03:26:32 +00:00
59b2334253 readme: Added more tools
17a23eb7e4 zsh: Disable dirhistory plugin as I never used it
9a76b5071e git: Further improvements to git fixup
02d298a163 zsh: Configure fzf
87359588e0 zsh: Added zoxide
Compare 5 commits »
Dreaded_X pushed to master at Dreaded_X/dotfiles 2025-09-07 02:51:14 +00:00
5d8d881d4d Configure fzf
97f132d609 Added zoxide
98aa0593c9 Added syntax highlighting to shell
Compare 3 commits »
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-05 02:56:01 +00:00
56275811f7 feat!: Log version string during startup
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-05 02:48:06 +00:00
edee032b91 chore: Set RUST_LOG to something sensible by default when running with cargo
8bb17e1440 feat(config)!: Reworked how configuration is loaded
Compare 2 commits »
Dreaded_X pushed to master at Dreaded_X/dotfiles 2025-09-05 02:46:23 +00:00
f96eb0e234 Turn on update-refs by default
Dreaded_X pushed to master at Dreaded_X/dotfiles 2025-09-05 02:34:58 +00:00
026e3f9fc2 Turn on autosquash and autostash
b15b68fa5d Added useful fixup alias to make ammending old commits easier
c906025f68 Update nvim plugins
c1b73e5822 Added README that lists some useful tools
Compare 4 commits »
Dreaded_X pushed to master at Dreaded_X/dotfiles 2025-09-05 02:18:32 +00:00
26d5a9d3e0 Added useful fixup alias to make ammending old commits easier
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-05 01:55:08 +00:00
b11b974dad chore: Set RUST_LOG to something sensible by default when running with cargo
8c37c994fe feat(config)!: Reworked how configuration is loaded
ba37de3939 feat(config)!: Move new_mqtt_client out of global automation table into separate module
22fee0ed77 feat(config)!: Move device_manager out of global automation table into separate module
5aebab28ed feat(config)!: Move util out of global automation table into separate module
Compare 8 commits »
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-05 01:39:49 +00:00
34175a20bd chore: Set RUST_LOG to something sensible by default when running with cargo
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-05 01:16:30 +00:00
c2ba4ffbb5 feat(config)!: Reworked how configuration is loaded
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-05 01:14:20 +00:00
c26190b45f feat(config)!: Reworked how configuration is loaded