14 releases
0.3.0 | Mar 13, 2024 |
---|---|
0.2.1 | Aug 21, 2023 |
0.1.12 | Jul 15, 2023 |
#791 in Filesystem
398 downloads per month
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