
Security News
Static vs. Runtime Reachability: Insights from Latio’s On the Record Podcast
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
@ruskydev/better-tree
Advanced tools
A fast, customizable directory tree viewer for the terminal.
You can run it directly with npx
(no install needed):
npx @ruskydev/better-tree --help
Or install globally:
npm install -g @ruskydev/better-tree
better-tree --help
better-tree [directory] [options]
--ignore <patterns...> Ignore matching files/folders (supports *, **)
--depth <n> Limit recursion depth
--files-only Show only files
--dirs-only Show only directories
--help Show this help message
# Show current directory tree
npx @ruskydev/better-tree .
# Ignore node_modules and dist
npx @ruskydev/better-tree src --ignore node_modules dist
# Limit depth to 2
npx @ruskydev/better-tree --depth 2
# Show only directories
npx @ruskydev/better-tree --dirs-only
This project is licensed under the MIT License.
FAQs
A fast, customizable directory tree viewer for the terminal.
The npm package @ruskydev/better-tree receives a total of 11 weekly downloads. As such, @ruskydev/better-tree popularity was classified as not popular.
We found that @ruskydev/better-tree demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.