• v0.1.0 1042afeefd

    v0.1.0 Stable

    kerem released this 2025-07-14 13:59:31 +03:00 | 6 commits to master since this release

    📅 Originally published on GitHub: Mon, 14 Jul 2025 11:01:34 GMT
    🏷️ Git tag created: Mon, 14 Jul 2025 10:59:31 GMT

    🌳 maram v0.1.0 - Initial Release

    The first release of maram - a blazing-fast, modern alternative to the Unix tree command written in Rust.

    Features

    • High Performance: Custom iterative walker with parallelism support
    • Inline File Sizes: See file sizes without extra commands
    • Line Counting: Get code statistics inline
    • Smart Filtering: Regex patterns, gitignore support, and custom ignore files
    • Beautiful Output: Multiple tree styles and color themes
    • Cross-Platform: Works on Linux, macOS, and Windows

    📦 Installation

    Install via cargo:

    cargo install maram
    

    🚀 Quick Start

    # Basic usage
    maram
    
    # Show file sizes
    maram -s
    
    # Count lines in code files
    maram -l
    
    # Filter by pattern
    maram -p ".*\\.rs$"
    

    For more information, see the README.

    Downloads