Generated: Thu Jul 10 01:00:16 PM EDT 2025
Search arguments: git grep foo
src/index.ts:  autocil foo/bar                          # Use ${config.root}/foo/bar
pnpm-lock.yaml:    resolution: {integrity: sha512-k/1pb70eD638anoi0e8wUGAlbMJXyvdV4p62Ko+EZ7eBe1xMx8Uhak1R5DgfoofsK5IBBnRwsYGTaLZl+6/+RQ==}
src/components/ui/card.tsx:      data-slot='card-footer'
src/components/ui/sheet.tsx:      data-slot='sheet-footer'
src/components/ui/sidebar.tsx:      data-slot='sidebar-footer'
src/components/ui/sidebar.tsx:      data-sidebar='footer'
pnpm-lock.yaml:    resolution: {integrity: sha512-k/1pb70eD638anoi0e8wUGAlbMJXyvdV4p62Ko+EZ7eBe1xMx8Uhak1R5DgfoofsK5IBBnRwsYGTaLZl+6/+RQ==}
src/data/file-tree.json:  "src/mcp_agent/resources/examples/prompting/foo.md",
pnpm-lock.yaml:    resolution: {integrity: sha512-k/1pb70eD638anoi0e8wUGAlbMJXyvdV4p62Ko+EZ7eBe1xMx8Uhak1R5DgfoofsK5IBBnRwsYGTaLZl+6/+RQ==}
src/components/ui/dialog.tsx:      data-slot='dialog-footer'
claude-configurations-report.md:            "command": "echo foo"
claude-configurations-report.md:- Hook executes `echo foo` command before Task tool usage
claude-configurations-report.md:            "command": "echo foo"
claude-configurations-report.md:- Hook command is a simple `echo foo` test command
comment-destroyer-report.md:           </foo>
comment-destroyer-report.md:            </foo>
comment-destroyer-report.md:         <foo-bar>
comment-destroyer-report.md:         </foo-bar>
comment-destroyer-report.md:           </foo>
comment-destroyer-report.md:             </foo>
completed-prompts/fix-pty-issue.prompt.md:If I do something like "echo foo | ./dist/cli.js" I end up with a cursor visible in the parent app and in the child app. All keyboard input goes to the child app but it looks strange. If I
home/git-prompt.sh:	#     __git_ps1_foo=$(do_something_to_get_ref_name)
home/git-prompt.sh:	#     PS1="...stuff...\${__git_ps1_foo}...stuff..."
home/worktree-helpers:    # e.g., from "foo-worktree-001" extract "foo"
home/worktree-helpers:    # e.g., from "foo-worktree-001" extract "foo"
pnpm-lock.yaml:    resolution: {integrity: sha512-k/1pb70eD638anoi0e8wUGAlbMJXyvdV4p62Ko+EZ7eBe1xMx8Uhak1R5DgfoofsK5IBBnRwsYGTaLZl+6/+RQ==}
src/components/ui/card.tsx:      data-slot='card-footer'
src/components/ui/dialog.tsx:      data-slot='dialog-footer'
pnpm-lock.yaml:    resolution: {integrity: sha512-k/1pb70eD638anoi0e8wUGAlbMJXyvdV4p62Ko+EZ7eBe1xMx8Uhak1R5DgfoofsK5IBBnRwsYGTaLZl+6/+RQ==}
pnpm-lock.yaml:    resolution: {integrity: sha512-k/1pb70eD638anoi0e8wUGAlbMJXyvdV4p62Ko+EZ7eBe1xMx8Uhak1R5DgfoofsK5IBBnRwsYGTaLZl+6/+RQ==}
src/components/ui/card.tsx:      data-slot='card-footer'
cli.md:tag-composer --sort-tag-to-bottom footer --sort-tag-to-bottom appendix input.md
lib.md:  sortTagsToBottom: ['footer', 'appendix', 'metadata'],
tests/cli-integration.test.ts:      const nestedDir = join(tempDir, 'foo', 'bar')
tests/cli-integration.test.ts:        @@foo/bar/baz.md
tests/cli-integration.test.ts:          <foo>
tests/cli-integration.test.ts:          </foo>
tests/cli-integration.test.ts:      const nestedDir = join(tempDir, 'foo', 'bar')
tests/cli-integration.test.ts:        @@foo/bar/baz.md
tests/cli-integration.test.ts:           <foo>
tests/cli-integration.test.ts:           </foo>
tests/cli-integration.test.ts:      const nestedDir = join(tempDir, 'foo')
tests/cli-integration.test.ts:        @@foo/test.md
tests/cli-integration.test.ts:        <foo>
tests/cli-integration.test.ts:        </foo>
tests/cli-integration.test.ts:        `node ${originalCwd}/dist/cli.js --root-tag-name foo-bar "${testFile}"`,
tests/cli-integration.test.ts:        <foo-bar>
tests/cli-integration.test.ts:        </foo-bar>
tests/cli-integration.test.ts:      const nestedDirFoo = join(tempDir, 'foo')
tests/cli-integration.test.ts:        @@foo/file.md
tests/cli-integration.test.ts:        `node ${originalCwd}/dist/cli.js --sort-tag-to-bottom foo "${testFile}"`,
tests/cli-integration.test.ts:          <foo>
tests/cli-integration.test.ts:          </foo>
tests/cli-integration.test.ts:      const nestedDirFoo = join(tempDir, 'foo')
tests/cli-integration.test.ts:        @@foo/file.md
tests/cli-integration.test.ts:        `node ${originalCwd}/dist/cli.js --sort-tag-to-bottom foo --sort-tag-to-bottom bar "${testFile}"`,
tests/cli-integration.test.ts:          <foo>
tests/cli-integration.test.ts:          </foo>
tests/cli-integration.test.ts:      mkdirSync(join(tempDir, 'footer'), { recursive: true })
tests/cli-integration.test.ts:      writeFileSync(join(tempDir, 'footer/links.md'), '# Additional links')
tests/cli-integration.test.ts:        @@footer/links.md
tests/cli-integration.test.ts:        `node ${originalCwd}/dist/cli.js --sort-tag-to-bottom footer --sort-tag-to-bottom appendix "${testFile}"`,
tests/cli-integration.test.ts:          <footer>
tests/cli-integration.test.ts:          </footer>
tests/cli-integration.test.ts:      const nestedDirFoo = join(tempDir, 'foo')
tests/cli-integration.test.ts:        @@foo/file.md
tests/cli-integration.test.ts:        `node ${originalCwd}/dist/cli.js --indent-spaces 4 --sort-tag-to-bottom foo "${testFile}"`,
tests/cli-integration.test.ts:            <foo>
tests/cli-integration.test.ts:            </foo>
tests/entrypoint-path-resolution.test.ts:        @@../shared/footer.md
tests/entrypoint-path-resolution.test.ts:      join(tempDir, 'shared', 'footer.md'),
tests/parse-content.test.ts:      @@foo/bar.md
tests/parse-content.test.ts:        path: 'foo/bar.md',
tests/transformations-indentation.test.ts:          <foo>
tests/transformations-indentation.test.ts:          </foo>
tests/transformations-indentation.test.ts:          <foo>
tests/transformations-indentation.test.ts:          </foo>
tests/transformations-indentation.test.ts:        <foo>
tests/transformations-indentation.test.ts:        </foo>
tests/transformations-inline-tags.test.ts:        name: 'foo',
tests/transformations-inline-tags.test.ts:        name: 'foo',
tests/transformations-inline-tags.test.ts:    expect(names).toEqual(['bar', 'baz', 'foo'])
tests/transformations-root-tag.test.ts:          name: 'foo',
tests/transformations-sort-tags.test.ts:      { type: 'element', name: 'foo' },
tests/transformations-sort-tags.test.ts:    const result = sortTagsToBottom(input, ['foo', 'bar'])
tests/transformations-sort-tags.test.ts:    expect((result[3] as XmlElement).name).toBe('foo')
tests/transformations-sort-tags.test.ts:          { type: 'element', name: 'foo' },
tests/transformations-sort-tags.test.ts:    const result = sortTagsToBottom(input, ['foo', 'bar'])
tests/transformations-sort-tags.test.ts:    expect((parent.elements![2] as XmlElement).name).toBe('foo')
tests/transformations-sort-tags.test.ts:      { type: 'element', name: 'foo' },
tests/transformations-sort-tags.test.ts:    const result = sortTagsToBottom(input, ['foo', 'bar'])
tests/transformations-sort-tags.test.ts:    expect((result[3] as XmlElement).name).toBe('foo')
tests/transformations-sort-tags.test.ts:                  { type: 'element', name: 'foo' },
tests/transformations-sort-tags.test.ts:          { type: 'element', name: 'foo' },
tests/transformations-sort-tags.test.ts:    const result = sortTagsToBottom(input, ['foo', 'bar'])
tests/transformations-sort-tags.test.ts:    expect((level2.elements![2] as XmlElement).name).toBe('foo')
tests/transformations-sort-tags.test.ts:    expect((root.elements![1] as XmlElement).name).toBe('foo')
tests/transformations-sort-tags.test.ts:      { type: 'element', name: 'foo' },
tests/transformations-sort-tags.test.ts:      { type: 'element', name: 'foo' },
tests/transformations-sort-tags.test.ts:    const result = sortTagsToBottom(input, ['bar', 'foo'])
tests/transformations-sort-tags.test.ts:    expect((result[4] as XmlElement).name).toBe('foo')
tests/transformations-sort-tags.test.ts:    expect((result[5] as XmlElement).name).toBe('foo')
tests/transformations-sort-tags.test.ts:        name: 'foo',
tests/transformations-sort-tags.test.ts:    const result = sortTagsToBottom(input, ['foo'])
tests/transformations-sort-tags.test.ts:    expect((result[2] as XmlElement).name).toBe('foo')
events.md:- **Dynamic windows** - Created for any script ending with `:watch` (e.g., `lint:watch` creates a `lint` window, `foo:watch` creates a `foo` window)
events.md:  Example for a dynamic window created from `foo:watch` script:
events.md:      "windowName": "foo",
events.md:      "command": "pnpm run foo:watch",
events.md:      "script": "foo:watch",
pnpm-lock.yaml:    resolution: {integrity: sha512-k/1pb70eD638anoi0e8wUGAlbMJXyvdV4p62Ko+EZ7eBe1xMx8Uhak1R5DgfoofsK5IBBnRwsYGTaLZl+6/+RQ==}
src/components/ui/card.tsx:      data-slot='card-footer'
pnpm-lock.yaml:    resolution: {integrity: sha512-k/1pb70eD638anoi0e8wUGAlbMJXyvdV4p62Ko+EZ7eBe1xMx8Uhak1R5DgfoofsK5IBBnRwsYGTaLZl+6/+RQ==}
pnpm-lock.yaml:    resolution: {integrity: sha512-k/1pb70eD638anoi0e8wUGAlbMJXyvdV4p62Ko+EZ7eBe1xMx8Uhak1R5DgfoofsK5IBBnRwsYGTaLZl+6/+RQ==}
Searched 33 repositories, found results in 14