aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* version bump: 0.2.00.2.0diogo4642023-04-075-658/+979
|
* fixed typodiogo4642023-04-071-1/+1
|
* allow dash and underscore in namesdiogo4642023-04-071-4/+24
|
* removed unused codediogo4642023-04-073-371/+0
|
* updated dependenciesdiogo4642023-04-072-54/+72
|
* added github action to release binaries0.1.0diogo4642022-09-232-0/+80
|
* clippy fixesdiogo4642022-09-233-27/+16
|
* updated dependenciesdiogo4642022-09-231-12/+12
|
* added basic readmediogo4642022-09-231-0/+34
|
* rewritediogo4642022-09-2315-2033/+2042
|
* renamed a testdiogo4642022-02-151-1/+1
|
* improved link commanddiogo4642022-02-152-1/+29
| | | | | | if the destination path ends with a slash then it is considered a directory and the links will be made under that directory. otherwise all the links will have the same destination.
* improved argument parsingdiogo4642022-02-151-8/+6
|
* allow linking multiples files at oncediogo4642022-02-152-23/+33
|
* improved status commanddiogo4642022-02-152-7/+17
| | | | | allow specifying the paths that the status should be printed for instead of displaying everything
* fixed some issues with link and mvdiogo4642022-02-082-49/+90
|
* added help text to commands and flagsdiogo4642022-02-081-0/+28
|
* split code into different filesdiogo4642022-02-084-1558/+1542
|
* Merge pull request #44 from diogo464/diogo464-patch-rust-workflowdiogo4642022-02-081-11/+56
|\ | | | | Update rust.yml
| * Update rust.ymldiogo4642022-02-081-11/+56
|/
* updated rust workflowdiogo4642022-02-081-4/+4
|
* updated READMEdiogo4642022-02-081-1/+1
|
* updated dependabot configdiogo4642022-02-081-10/+1
|
* rewritediogo4642022-02-084-1/+2187
|\
| * snapshotdiogo4642022-02-081-49/+37
| |
| * snapshotdiogo4642022-02-081-810/+46
| |
| * snapshotdiogo4642022-02-083-14/+902
| |
| * snapshotdiogo4642022-02-073-23/+181
| |
| * snapshotdiogo4642022-02-071-113/+459
| |
| * snapshotdiogo4642022-02-073-52/+327
| |
| * snapshotdiogo4642022-02-064-0/+1297
|
* removed old codediogo4642022-02-0823-2403/+0
|
* snapshot before removaldiogo4642022-02-086-0/+99
|
* made install-path a global optiondiogo4642021-12-246-29/+22
|
* initial implementation of status commanddiogo4642021-12-246-0/+193
| | | | closes #1
* added some more functions to depotdiogo4642021-12-241-0/+46
|
* weakly_canonical abort instead of returning errordiogo4642021-12-233-11/+11
|
* changed default log level to warndiogo4642021-12-231-2/+3
|
* removed unneeded struct DepotShareddiogo4642021-12-231-17/+6
|
* Merge pull request #27 from diogo464/dependabot/cargo/clap-3.0.0-rc.7diogo4642021-12-232-26/+10
|\ | | | | Bump clap from 3.0.0-beta.5 to 3.0.0-rc.7
| * Added "derive" feature to clapdiogo4642021-12-232-1/+58
| |
| * Bump clap from 3.0.0-beta.5 to 3.0.0-rc.7dependabot[bot]2021-12-202-78/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-beta.5 to 3.0.0-rc.7. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.0-beta.5...clap_generate-v3.0.0-rc.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #26 from diogo464/dependabot/cargo/flexi_logger-0.22.0diogo4642021-12-221-2/+2
|\ \ | | | | | | Bump flexi_logger from 0.21.0 to 0.22.0
| * | Bump flexi_logger from 0.21.0 to 0.22.0dependabot[bot]2021-12-202-3/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [flexi_logger](https://github.com/emabee/flexi_logger) from 0.21.0 to 0.22.0. - [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 #25 from diogo464/dependabot/cargo/serde-1.0.132diogo4642021-12-221-4/+4
|\ \ | | | | | | Bump serde from 1.0.131 to 1.0.132
| * | Bump serde from 1.0.131 to 1.0.132dependabot[bot]2021-12-201-4/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.131 to 1.0.132. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.131...v1.0.132) --- 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 #24 from ↵diogo4642021-12-221-1/+1
|\ \ | |/ |/| | | | | diogo464/dependabot/cargo/dotup_cli/flexi_logger-0.22 Update flexi_logger requirement from 0.21 to 0.22 in /dotup_cli
| * Update flexi_logger requirement from 0.21 to 0.22 in /dotup_clidependabot[bot]2021-12-201-1/+1
|/ | | | | | | | | | | | | | Updates the requirements on [flexi_logger](https://github.com/emabee/flexi_logger) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #22 from diogo464/dependabot/cargo/serde-1.0.131diogo4642021-12-151-4/+4
|\ | | | | Bump serde from 1.0.130 to 1.0.131
| * Bump serde from 1.0.130 to 1.0.131dependabot[bot]2021-12-131-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.130 to 1.0.131. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.130...v1.0.131) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>