quickclaude

skill
Security Audit
Warn
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 6 GitHub stars
Code Pass
  • Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

CLI launcher for Claude Code — quickly pick and launch your recent projects

README.md

quickclaude

CLI launcher for Claude Code.
Quickly launch Claude Code in your project directories.

$ quickclaude

┌  quickclaude
│
◆  Select a project
│  ● 2h ago · ~/Documents/projects/my-app1
│  ○ 3d ago · ~/Documents/projects/my-app2
│  ○ 1w ago · ~/Documents/projects/my-app3
└

How it works

Claude Code stores auto memory for each project under ~/.claude/projects/. Every time you run Claude Code in a directory, it creates a subdirectory there to save project-specific memory like build commands, debugging patterns, and architecture notes.

quickclaude uses this directory structure in reverse — it scans ~/.claude/projects/ to build a list of projects you've used with Claude Code, then lets you pick one and launch claude right there.

  1. Scans ~/.claude/projects/ to discover your Claude Code projects
  2. Sorts by most recently used, with relative timestamps (e.g. 2h ago)
  3. Shows an interactive selection menu
  4. Launches claude in the selected directory

Any CLI arguments are forwarded to claude:

quickclaude --resume
# equivalent to: cd <selected-project> && claude --resume

Install

npm install -g quickclaude

Or run without installing:

npx quickclaude

Update

npm update -g quickclaude

Requirements

License

MIT

Reviews (0)

No results found