#command-line #directory #temporary #manage #create #tail #cd

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

#348 in Filesystem

27 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

~9–20MB
~280K SLoC