Directory

utils/bash

This directory groups related source files that collaborate around a shared concern.

shell-safety · 5 commands · 3
1
Child dirs
15
Child files
12,108
Direct lines
54
Detected imports
2
Subsystem signals

Beginner explanation

This folder is best understood as a neighborhood inside the repo. Start with the child files that have the clearest names, then open the file pages to see how they connect.

What this is for

This directory groups related source files that collaborate around a shared concern.

Expert explanation

Use this page to inspect local cohesion: direct files, dominant subsystem tags, import density, and adjacency to parent/child directories. Directory boundaries are useful but not perfect architectural boundaries, so confirm by opening the linked file pages.

Child directories

Child file index

FileLinesImportanceSubsystems
ParsedCommand.ts
utils/bash/ParsedCommand.ts
319highcommands
ShellSnapshot.ts
utils/bash/ShellSnapshot.ts
583highshell-safety
ast.ts
utils/bash/ast.ts
2680highgeneral
bashParser.ts
utils/bash/bashParser.ts
4437highgeneral
bashPipeCommand.ts
utils/bash/bashPipeCommand.ts
295mediumcommands
commands.ts
utils/bash/commands.ts
1340highcommands
heredoc.ts
utils/bash/heredoc.ts
734highgeneral
parser.ts
utils/bash/parser.ts
231highgeneral
prefix.ts
utils/bash/prefix.ts
205mediumgeneral
registry.ts
utils/bash/registry.ts
54highgeneral
shellCompletion.ts
utils/bash/shellCompletion.ts
260mediumshell-safety
shellPrefix.ts
utils/bash/shellPrefix.ts
29mediumshell-safety
shellQuote.ts
utils/bash/shellQuote.ts
305highshell-safety
shellQuoting.ts
utils/bash/shellQuoting.ts
129mediumshell-safety
treeSitterAnalysis.ts
utils/bash/treeSitterAnalysis.ts
507highgeneral