safe-chains 0.127.0

Auto-allow safe, read-only bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[command]]
name = "column"
url = "https://man7.org/linux/man-pages/man1/column.1.html"
level = "Inert"
bare = true
standalone = [
    "-J", "-L", "-R", "-V", "-e", "-h", "-n", "-t", "-x",
    "--fillrows", "--help", "--json", "--keep-empty-lines", "--table",
    "--table-noextreme", "--table-noheadings", "--table-right-all", "--version",
]
valued = [
    "-E", "-H", "-O", "-W", "-c", "-d", "-o", "-r", "-s",
    "--output-separator", "--separator", "--table-columns", "--table-empty-lines",
    "--table-hide", "--table-name", "--table-order", "--table-right",
    "--table-truncate", "--table-wrap",
]