safe-chains 0.167.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[command]]
name = "column"
description = "Formats input into aligned columns or tables for display. Read-only stdin-to-stdout filter; reads input and writes formatted output without modifying source files. Part of util-linux, which has a slow release cadence (major versions every 2-3 years) and a stable interface."
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",
]