
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Interactive file tree picker for AI CLI tools like Claude Code, OpenAI Codex, and Google Gemini CLI.
# Install dependencies
npm install
# Run the tool
npm start
# Or use directly
node bin/fselect.js
# Install dependencies
bun i
# Link for global usage
bun link treepick
# Start with default settings (scans current directory for Claude)
treepick
# Specify a different directory
treepick -d /path/to/your/project
# Use with different AI tools
treepick -t codex # OpenAI Codex
treepick -t gemini # Google Gemini CLI
# Dry run (see selected files without executing)
treepick --dry-run
| Key | Action |
|---|---|
↑/↓ | Navigate through files |
Space | Select/deselect file or folder |
Enter | Confirm selection and start AI tool |
Ctrl+A | Select all files |
Ctrl+D | Clear all selections |
Esc or Q | Cancel and exit |
@file.js)$ treepick
# Interactive file tree appears
# Select src/components/Header.jsx
# Select src/utils/api.js
# Select README.md
# Press Enter
🚀 Starting claude...
📎 Adding 3 files to claude...
✅ Files added successfully!
# Claude starts with: @src/components/Header.jsx @src/utils/api.js @README.md
# You can now type: "Please review these files for potential bugs"
The tool automatically ignores common directories:
node_modules.git.nexttargetdistbuild.venv__pycache__claude) - Anthropic's terminal coding assistantcodex) - OpenAI's CLI coding toolgemini) - Google's CLI toolnpm install -g @openai/codex# Install globally from npm
npm install -g treepick
# Or for development
cd /path/to/treepick
npm install
npm link
# Run in development mode
npm run dev
# Test with dry run
npm start -- --dry-run
MIT License - feel free to use and modify!
This is an MVP - contributions welcome! Areas for improvement:
Made for developers who want to work smarter with AI tools 🚀
FAQs
Interactive file tree picker for Claude Code and other AI CLI tools
We found that treepick demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.