~bigbes/lethe

ref: 4ef7a02ff17af9542424106860b8ab98b62dae94 lethe/.air.toml -rw-r--r-- 385 bytes
4ef7a02f — Eugene Blikh keyboard: guard g-leader and j/k against palette and editable targets a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
root = "."
tmp_dir = "tmp"

[build]
  cmd = "go build -o ./tmp/lethe ./cmd/lethe"
  bin = "./tmp/lethe"
  args_bin = ["-config", "config.yaml"]
  include_ext = ["go", "yaml", "sql"]
  exclude_dir = ["tmp", "vendor", "data", "docs"]
  delay = 1000

[log]
  time = false

[color]
  main = "yellow"
  watcher = "cyan"
  build = "green"
  runner = "magenta"

[misc]
  clean_on_exit = true