• This project
    • Loading...
  • Sign in

Hooke / mlaj

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • mlaj
  • .claude
  • settings.local.json
  • hookehuyr's avatar
    feat: 在设置文件中添加Bash(grep:*)权限 · 8622ac87
    8622ac87
    hookehuyr authored 2026-01-18 19:38:21 +0800
settings.local.json 140 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
{
  "permissions": {
    "allow": [
      "Bash(tree:*)",
      "Bash(xargs awk:*)",
      "Bash(find:*)",
      "Bash(grep:*)"
    ]
  }
}