| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "permissions": {
- "allow": [
- "Bash(git:*)",
- "Bash(ls:*)",
- "Bash(mkdir:*)",
- "Bash(cat:*)",
- "Bash(wc:*)",
- "Bash(tree:*)",
- "Bash(curl:*)",
- "Bash(rg:*)",
- "Bash(fd:*)",
- "Bash(fzf:*)",
- "Bash(z:*)",
- "Bash(zoxide:*)",
- "Bash(br:*)",
- "Bash(broot:*)",
- "Bash(ast-grep:*)",
- "Bash(sg:*)",
- "Bash(bat:*)",
- "Bash(eza:*)",
- "Bash(delta:*)",
- "Bash(difft:*)",
- "Bash(jq:*)",
- "Bash(yq:*)",
- "Bash(sd:*)",
- "Bash(lazygit:*)",
- "Bash(gh:*)",
- "Bash(tokei:*)",
- "Bash(uv:*)",
- "Bash(just:*)",
- "Bash(http:*)",
- "Bash(procs:*)",
- "Bash(hyperfine:*)",
- "Bash(npm:*)",
- "Bash(node:*)",
- "Bash(python:*)",
- "Bash(pip:*)",
- "Bash(powershell -Command:*)",
- "Bash(powershell.exe:*)",
- "Bash(bash:*)",
- "Bash(chmod:*)",
- "Bash(xargs:*)",
- "Bash(command -v:*)",
- "Bash(brew:*)",
- "Bash(tldr:*)",
- "Bash(dust:*)",
- "Bash(btm:*)",
- "Bash(bottom:*)",
- "Bash(firecrawl:*)",
- "Bash(gemini:*)",
- "Bash(claude:*)",
- "Bash(codex:*)",
- "Bash(perplexity:*)",
- "Bash(md5:*)",
- "Bash(test:*)",
- "Bash(head:*)"
- ],
- "deny": [],
- "ask": [
- "Bash(git reset --hard:*)",
- "Bash(git checkout -- :*)",
- "Bash(git clean -f:*)",
- "Bash(git stash drop:*)",
- "Bash(git stash clear:*)",
- "Bash(git restore --worktree:*)",
- "Bash(git push --force:*)",
- "Bash(git push -f:*)",
- "Bash(git push origin --force:*)",
- "Bash(git push origin -f:*)",
- "Bash(git branch -D:*)"
- ]
- },
- "hooks": {},
- "outputStyle": "Vesper"
- }
|