TMAN Build Status

Safely delete and restore files and directories.

BUILD

If you've got rust installed with rustup then just: bash git clone https://github.com/kove-w-o-salter/tman cd ./tman cargo build --release cp ./target/release/tman ~/.local/bin/tman and you're good to go.

USAGE

``` $ tman --help USAGE: tman

ACTIONS: --delete -D ... Delete specified files --restore -R Restore specified file --origin -o Set the origin --version -v Set the revision Use a specific version latest Use the newest version (default) all Use all versions --list -L List items in the trash --pattern -p Set the search pattern --simple -p Set the simple mode --empty -E Permenantly delete trash content ```

EXAMPLES

SETTINGS

Settings are stored in ~/.tman/settings.json. The current available settings are: * use_unicode: set to true if you want to see unicode characters in your output, otherwise set to false. Defaults to false. * use_colors: set to true if you want to see ANSI formatting in your output, otherwise set to false. Defaults to false.

CONTRIBUTING

I would love to hear what you think.

Any feedback or contributions will be examined and potentially accepted A.S.A.P. So feel free to open issues or PRs.

I am not an experienced develper.

I'm simply a high-school student with an enjoyment of coding and computer science. As such, I cannot guarentee the code quality of this repo.

TODO