Thanks to visit codestin.com
Credit goes to lib.rs

#temp-dir #manage #directories #command-line #create

app t-rs

quickly create and manage temporary folders from the commandline

14 releases

0.3.0 Mar 13, 2024
0.2.1 Aug 21, 2023
0.1.12 Jul 15, 2023

#1552 in Filesystem

Codestin Search App

398 downloads per month

MIT license

23KB
511 lines

Manage temporary directories

Use cargo install t-rs and put the following in your .bashrc or .zshrc file. Then use through the t command/function.

function t() {
    cd $(t-rs $@ | tail -n 1)
}

Use t --help for an explanation of the command line options

Dependencies

~7–11MB
~192K SLoC