safe-chains 0.222.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
[[command]]
name = "ts"
description = "moreutils ts — prepends a timestamp to each line of stdin and prints to stdout. Pure read-write filter. -i / -s / -m switch between absolute time, incremental, and monotonic time. Stable."
url = "https://joeyh.name/code/moreutils/"
researched_version = "moreutils ts; surface stable"
level = "SafeRead"
bare = true
tolerate_unknown_short = true
standalone = ["--help", "-i", "-m", "-r", "-s"]