11 releases

0.3.8 Feb 12, 2024
0.3.7 Feb 9, 2024
0.3.5 Nov 10, 2022
0.2.0 Nov 3, 2022
0.1.0 Nov 3, 2022

#1650 in Command line utilities

Download history 2/week @ 2024-02-05 25/week @ 2024-02-12 19/week @ 2024-02-19 22/week @ 2024-02-26 195/week @ 2024-03-04 53/week @ 2024-04-01

62 downloads per month

MIT/Apache

54KB
1K SLoC

File Digger (rip_tree)

Recreating the popular tree command but with rust. Some goals inlcude:

    1. implementing popular tree commands,  
    2. creating a verison with similar performance,   
    3. a version with a nice looking command line output,  
    4. no external crates or dependencies,
    5. search functionality that returns a list of paths 
        where a file or directory was found

Install

    `cargo install riptree`

Usage (more functionality coming)

    just calling riptree will display the folders and files of the current directory
    `riptree` (will use your current directory will not look through or display . folders or) 

    pass riptree a path to start somewhere besides the current directory
    `riptree /some/path/to/somewhere/`

    display dot folder and files 
    `riptree -a`

    search for a file or directory in the current directory 
    `riptree 'query'`

    dont display directories with more then the specified files
    `riptree --filelimit #`
    
    for more riptree --help
    `riptree --help`

No runtime deps