aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Made Link::install_destination a pub function.diogo4642021-07-111-1/+1
|
* Added more derives to Archive and ArchiveLink.diogo4642021-07-111-2/+2
| | | | | Added Clone, PartialEq and Eq to ArchiveLink. Added Clone to Archive.
* Allow parsing depot files with link errors.diogo4642021-07-091-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.diogo4642021-07-094-11/+7
|
* Moved utils module to the root of the crate.diogo4642021-07-093-4/+2
|
* Search parent directories for depot file.diogo4642021-07-092-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.diogo4642021-07-092-51/+71
|
* Changed README. Removed folder added my mistake.diogo4642021-07-095-7/+6
|
* Changed documentation/help text of subcommands.diogo4642021-07-096-11/+40
| | | | | Change the documentation/help text of subcommmands and added colored output to the help text.
* Added README.mddiogo4642021-07-091-0/+72
|
* Allow linking directories.diogo4642021-07-092-1/+40
|
* Renamed LinkDesc to LinkCreateParamsdiogo4642021-07-094-10/+12
|
* Rework/Changed some error types.diogo4642021-07-094-33/+39
|
* Made links unique by origin.diogo4642021-07-091-2/+11
| | | | | Inserting a new link with a new link with an with an origin that already exists will replace the old link with that same origin.
* Removed some unused code in the link commanddiogo4642021-07-091-85/+0
|
* Initial commitdiogo4642021-07-0823-0/+1648