temprs - A temporary file stack manager in Rust

temprs on Crates.io

Temporary files are numbered with ascending order. The highest numbered tempfile is the top of the stack and tempfile 1 is at the bottom of the stack.

Usage

(tp is shorthand binary for temprs)

created by MenkeTechnologies