Crates.io | t-rs |
lib.rs | t-rs |
version | 0.3.0 |
source | src |
created_at | 2023-07-14 09:55:46.224256 |
updated_at | 2024-03-13 16:45:28.004906 |
description | quickly create and manage temporary folders from the commandline |
homepage | |
repository | https://github.com/jdonszelmann/t-rs |
max_upload_size | |
id | 915941 |
size | 46,469 |
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