#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

#295 in Filesystem

Download history 20/week @ 2024-02-22 6/week @ 2024-02-29 61/week @ 2024-03-07 50/week @ 2024-03-14 8/week @ 2024-03-21 10/week @ 2024-03-28 3/week @ 2024-04-04 6/week @ 2024-04-25 118/week @ 2024-05-02

124 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

~10–20MB
~293K SLoC