We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2344c commit 36921a9Copy full SHA for 36921a9
bacon.toml
@@ -0,0 +1,21 @@
1
+# This is a configuration file for the bacon tool
2
+#
3
+# Complete help on configuration: https://dystroy.org/bacon/config/
4
5
+# You may check the current default at
6
+# https://github.com/Canop/bacon/blob/main/defaults/default-bacon.toml
7
+
8
+[jobs.reset-settings-and-run]
9
+command = [
10
+ "sh",
11
+ "-c",
12
+ "./scripts/remove_settings_and_run_with_default.sh",
13
+]
14
+need_stdout = true
15
+allow_warnings = true
16
+background = false
17
+on_change_strategy = "kill_then_restart"
18
+kill = ["pkill", "-TERM", "-P"]
19
20
+[keybindings]
21
+ctrl-d = "job:reset-settings-and-run"
0 commit comments