aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Bump anyhow from 1.0.41 to 1.0.44dependabot[bot]2021-10-301-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.41 to 1.0.44. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.41...1.0.44) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #7 from diogo464/dependabot/cargo/flexi_logger-0.19.5diogo4642021-10-302-22/+20
|\ \ | | | | | | Bump flexi_logger from 0.18.0 to 0.19.5
| * | Bump flexi_logger from 0.18.0 to 0.19.5dependabot[bot]2021-10-302-22/+20
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [flexi_logger](https://github.com/emabee/flexi_logger) from 0.18.0 to 0.19.5. - [Release notes](https://github.com/emabee/flexi_logger/releases) - [Changelog](https://github.com/emabee/flexi_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/emabee/flexi_logger/commits) --- updated-dependencies: - dependency-name: flexi_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #6 from diogo464/dependabot/cargo/serde-1.0.130diogo4642021-10-301-4/+4
|\ \ | | | | | | Bump serde from 1.0.126 to 1.0.130
| * | Bump serde from 1.0.126 to 1.0.130dependabot[bot]2021-10-301-4/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.126 to 1.0.130. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.126...v1.0.130) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #5 from diogo464/dependabot/cargo/slotmap-1.0.6diogo4642021-10-301-2/+2
|\ \ | |/ |/| Bump slotmap from 1.0.5 to 1.0.6
| * Bump slotmap from 1.0.5 to 1.0.6dependabot[bot]2021-10-301-2/+2
|/ | | | | | | | | | | | | | | Bumps [slotmap](https://github.com/orlp/slotmap) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/orlp/slotmap/releases) - [Changelog](https://github.com/orlp/slotmap/blob/master/RELEASES.md) - [Commits](https://github.com/orlp/slotmap/compare/v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: slotmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Added dependabot configdiogo4642021-10-301-0/+7
|
* Small changesdiogo4642021-10-303-9/+15
|
* Small changes to logging and docs.diogo4642021-07-145-13/+40
|
* install and uninstall can be called without args.diogo4642021-07-142-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 filediogo4642021-07-141-87/+0
|
* Added default rust workflowdiogo4642021-07-111-0/+22
|
* Fixed dependency versions.diogo4642021-07-112-7/+7
|
* Added some tests to dotup_cli crate.diogo4642021-07-113-0/+252
|
* Fixed find_archive_path function.diogo4642021-07-111-4/+7
| | | | Fixed infinite loop if an archive file didnt exist.
* Added some tests to the dotup crate.diogo4642021-07-114-0/+226
|
* 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