#command-line #temp-dir #temporary #directory #manage #create #quickly

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

#791 in Filesystem

Download history 2/week @ 2024-09-22 2/week @ 2024-09-29

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–16MB
~192K SLoC