| Crates.io | t-rs |
| lib.rs | t-rs |
| version | 0.3.0 |
| created_at | 2023-07-14 09:55:46.224256+00 |
| updated_at | 2024-03-13 16:45:28.004906+00 |
| 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