| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update to compile with new clap version | diogo464 | 2021-10-30 | 6 | -17/+11 |
| | | |||||
| * | Small changes | diogo464 | 2021-10-30 | 2 | -8/+10 |
| | | |||||
| * | Small changes to logging and docs. | diogo464 | 2021-07-14 | 4 | -11/+37 |
| | | |||||
| * | install and uninstall can be called without args. | diogo464 | 2021-07-14 | 2 | -2/+2 |
| | | | | | | | Allow calling install and uninstall without any specified path. If no path is specified then every file/directory will be installed/uninstalled. | ||||
| * | Removed .rustfmt file | diogo464 | 2021-07-14 | 1 | -87/+0 |
| | | |||||
| * | Fixed find_archive_path function. | diogo464 | 2021-07-11 | 1 | -4/+7 |
| | | | | | Fixed infinite loop if an archive file didnt exist. | ||||
| * | Allow parsing depot files with link errors. | diogo464 | 2021-07-09 | 1 | -2/+10 |
| | | | | | | If there is an error while creating the links after reading from file then a warning is printed and that link is ignored. | ||||
| * | Fixed clippy warnings. | diogo464 | 2021-07-09 | 2 | -2/+2 |
| | | |||||
| * | Moved utils module to the root of the crate. | diogo464 | 2021-07-09 | 3 | -4/+2 |
| | | |||||
| * | Search parent directories for depot file. | diogo464 | 2021-07-09 | 2 | -6/+26 |
| | | | | | | | If the depot file is not specified and is not found in the current directory then it will be searched trough the parent directories until a depot file is found. | ||||
| * | Fixed problem with link creation. | diogo464 | 2021-07-09 | 1 | -50/+70 |
| | | |||||
| * | Changed documentation/help text of subcommands. | diogo464 | 2021-07-09 | 6 | -11/+40 |
| | | | | | | Change the documentation/help text of subcommmands and added colored output to the help text. | ||||
| * | Allow linking directories. | diogo464 | 2021-07-09 | 1 | -1/+7 |
| | | |||||
| * | Renamed LinkDesc to LinkCreateParams | diogo464 | 2021-07-09 | 2 | -2/+2 |
| | | |||||
| * | Removed some unused code in the link command | diogo464 | 2021-07-09 | 1 | -85/+0 |
| | | |||||
| * | Initial commit | diogo464 | 2021-07-08 | 10 | -0/+592 |
