lgrep
Local semantic code search CLI with multi-language support
File Explorer
- ci.yml
- publish.yml
- embedding-progress.md
- ai-provider.md
- daemon-ux.md
- embedding-providers.md
- graph-viewer.md
- hosted-query-service.md
- intent-routing.md
- releasing.md
- remote-storage.md
- self-hosted-ssh-runbook.md
- lgrep-check.sh
- lgrep-stop.sh
- JSON_OUTPUT_GUIDE.md
- cloud-smoke.sh
- ensure-test-binaries.mjs
- start-hosted-server.sh
- analyze.test.ts
- analyze.ts
- auth.test.ts
- auth.ts
- breaking.ts
- callers.test.ts
- callers.ts
- clean.test.ts
- clean.ts
- config.test.ts
- config.ts
- context.test.ts
- context.ts
- cycles.ts
- daemon.ts
- dead.ts
- delete.test.ts
- delete.ts
- deps.test.ts
- deps.ts
- doctor.cloud.test.ts
- doctor.test.ts
- doctor.ts
- explain.ts
- gc.ts
- graph.test.ts
- graph.ts
- hosted-read.remote.test.ts
- impact.test.ts
- impact.ts
- index-batch.test.ts
- index-embed-batch.test.ts
- index-incremental.test.ts
- index-integration.test.ts
- index-metadata-integration.test.ts
- index-summarization.test.ts
- index.test.ts
- index.ts
- init.test.ts
- init.ts
- install-mcp.ts
- install.test.ts
- install.ts
- intent.ts
- json-cli-e2e.test.ts
- json-flag-integration.test.ts
- json-formatter.ts
- json-output.test.ts
- list.test.ts
- list.ts
- logs.ts
- profile.test.ts
- profile.ts
- project.remote.test.ts
- project.ts
- remote-storage.integration.test.ts
- rename.ts
- search.remote.test.ts
- search.test.ts
- search.ts
- server-bootstrap.test.ts
- server-bootstrap.ts
- server-install-remote.test.ts
- server-install-remote.ts
- server-token.test.ts
- server-token.ts
- server.ts
- setup-integration.test.ts
- setup.test.ts
- setup.ts
- similar.ts
- stats.test.ts
- stats.ts
- stop.test.ts
- stop.ts
- symbols.ts
- unused-exports.ts
- watch.test.ts
- watch.ts
- worktree.binding.test.ts
- worktree.remote.test.ts
- worktree.ts
- auto-detect.test.ts
- auto-detect.ts
- first-run.ts
- git-context.ts
- hosted-auto-detect.test.ts
- hosted-auto-detect.ts
- hosted-scope-errors.test.ts
- hosted-scope-errors.ts
- hosted-worktree-binding.test.ts
- hosted-worktree-binding.ts
- intent-router.test.ts
- intent-router.ts
- paths.test.ts
- paths.ts
- profiles.ts
- progress.test.ts
- progress.ts
- index-flags.test.ts
- index.ts
- call-extractor.ts
- dependency-extractor.ts
- index.ts
- parser.ts
- symbol-extractor.ts
- tree-sitter.test.ts
- types.ts
- analyzer.test.ts
- analyzer.ts
- call-extractor.test.ts
- call-extractor.ts
- dependency-extractor.test.ts
- dependency-extractor.ts
- index.ts
- languages.test.ts
- languages.ts
- symbol-extractor.test.ts
- symbol-extractor.ts
- types.ts
- ai-provider.example.ts
- ai-provider.test.ts
- ai-provider.ts
- chunker.code.test.ts
- chunker.test.ts
- chunker.ts
- context-builder.test.ts
- context-builder.ts
- embeddings.test.ts
- embeddings.ts
- hash.test.ts
- hash.ts
- ollama-setup.test.ts
- ollama-setup.ts
- summarizer.test.ts
- summarizer.ts
- walker.test.ts
- walker.ts
- watcher.test.ts
- watcher.ts
- manager.test.ts
- manager.ts
- query-client.ts
- query-server.ts
- query-worker.ts
- worker-logic.test.ts
- worker-logic.ts
- worker.ts
- handlers.test.ts
- handlers.ts
- index.ts
- server.ts
- tools.ts
- auth.ts
- client.test.ts
- client.ts
- query-reads.ts
- query-server.test.ts
- query-server.ts
- cache-config.test.ts
- cache-config.ts
- cache.postgres.test.ts
- cache.test.ts
- cache.ts
- code-intel.postgres.test.ts
- code-intel.test.ts
- code-intel.ts
- config.test.ts
- config.ts
- database-config.test.ts
- database-config.ts
- keychain.test.ts
- keychain.ts
- lance-file-metadata.test.ts
- lance-incremental.test.ts
- lance.postgres.test.ts
- lance.remote.test.ts
- lance.test.ts
- lance.ts
- locks.ts
- migrations.test.ts
- migrations.ts
- pool.ts
- postgres.ts
- project.ts
- shared-store.postgres.test.ts
- worktree.ts
- agents-md-section.md
- claude-md-section.md
- lgrep-check.sh
- README.md
- skill.md
- code-intel.ts
- context.ts
- index.ts
- button.tsx
- input.tsx
- select.tsx
- separator.tsx
- switch.tsx
- GraphCanvas.tsx
- utils.ts
- api.ts
- App.tsx
- index.css
- main.tsx
- index.html
- postcss.config.cjs
- tailwind.config.cjs
- tailwind.config.ts
- tsconfig.json
- vite.config.ts
- .gitignore
- .npmignore
- .npmrc
- AGENTS.md
- CLAUDE.md
- eslint.config.js
- init.sh
- LICENSE
- nixpacks.toml
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tsup.config.ts
- vitest.config.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
claude
View Details ▼
claude
An agent-based coding tool that understands your code base and helps you code faster through natural language commands.
claude prompt
Execute with prompt:
claude update
Update `claude`:
claude mcp list
Get the list of specified MCP servers:
codex
View Details ▼
codex
Natural language code assistant for the terminal, powered by OpenAI.
Reads and edits files in your current directory to fulfill requests.
codex
Start an interactive Codex session in the current directory:
codex "{{prompt}}"
Run a single Codex command using a prompt:
codex --sandbox workspace-write "{{prompt}}"
Run a prompt allowing Codex to edit files in the workspace:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
node
View Details ▼
node
Server-side JavaScript platform (Node.js).
node {{path/to/file}}
Run a JavaScript file:
node
Start a REPL (interactive shell):
node --watch {{path/to/file}}
Execute the specified file restarting the process when an imported file is changed (requires Node.js version 18.11+):
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
npm test
View Details ▼
npm test
This command is an alias of `npm run test`.
tldr npm run
View documentation for the original command:
tmux
View Details ▼
tmux
Terminal multiplexer.
It allows multiple sessions with windows, panes, and more.
See also: `zellij`, `screen`, `herdr`.
tmux
Start a new session:
tmux {{[new|new-session]}} -s {{name}}
Start a new named [s]ession:
tmux {{[ls|list-sessions]}}
List existing sessions:
launchd
View Details ▼
launchd
Manage processes, both for the system and users.
You cannot invoke launchd manually, use launchctl to interact with it.
/sbin/launchd
Run init:
tldr launchctl
View documentation for interacting with launchd using launchctl:
