
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@ruskydev/better-tree
Advanced tools
A fast, customizable directory tree viewer for the terminal.
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 18 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.