gitwig 2.2.2

a rust based tui, an alternative to sourcetree and gitui
1
2
3
4
5
6
7
8
9
10
11
{
  "permissions": {
    "allow": [
      "Bash(cargo search *)",
      "Bash(cargo info *)",
      "Bash(cargo build *)",
      "Bash(cargo clippy *)",
      "Bash(cargo fmt *)"
    ]
  }
}