t-rs

Crates.iot-rs
lib.rst-rs
version0.3.0
sourcesrc
created_at2023-07-14 09:55:46.224256
updated_at2024-03-13 16:45:28.004906
descriptionquickly create and manage temporary folders from the commandline
homepage
repositoryhttps://github.com/jdonszelmann/t-rs
max_upload_size
id915941
size46,469
Jonathan Dönszelmann (jdonszelmann)

documentation

README

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

Commit count: 7

cargo fmt