aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added asset upload to workflow0.3.0diogo4642024-01-181-0/+8
|
* fixed typo in workflow filediogo4642024-01-181-1/+1
|
* release 0.3.0diogo4642024-01-182-2/+2
|
* added release workflowdiogo4642024-01-184-7/+45
|
* removed github workflowsdiogo4642024-01-184-153/+0
|
* chore: updated dependenciesdiogo4642024-01-181-233/+167
|
* chore: version 0.2.30.2.3diogo4642023-06-281-1/+1
|
* fix: installing existing broken symlink.diogo4642023-06-281-5/+19
| | | | | | | When installing a symlink but the target symlink already existed and was broken it would fail since it could not canonicalize the path properly. `fs_exists` also failed to account for broken symlinks and would return false when the symlink existed but was broken.
* fix: updated drain_filter api to new extract_ifdiogo4642023-06-282-2/+2
|
* Merge pull request #85 from diogo464/dependabot/cargo/clap-4.3.0diogo4642023-06-091-34/+34
|\ | | | | Bump clap from 4.2.1 to 4.3.0
| * Bump clap from 4.2.1 to 4.3.0dependabot[bot]2023-06-011-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.2.1 to 4.3.0. - [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/clap_complete-v4.2.1...clap_complete-v4.3.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #84 from diogo464/dependabot/cargo/inquire-0.6.2diogo4642023-06-091-2/+2
|\ \ | | | | | | Bump inquire from 0.6.0 to 0.6.2
| * | Bump inquire from 0.6.0 to 0.6.2dependabot[bot]2023-06-011-3/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [inquire](https://github.com/mikaelmello/inquire) from 0.6.0 to 0.6.2. - [Release notes](https://github.com/mikaelmello/inquire/releases) - [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md) - [Commits](https://github.com/mikaelmello/inquire/compare/v0.6.0...v0.6.2) --- updated-dependencies: - dependency-name: inquire dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #83 from diogo464/dependabot/cargo/log-0.4.18diogo4642023-06-091-5/+2
|\ \ | | | | | | Bump log from 0.4.17 to 0.4.18
| * | Bump log from 0.4.17 to 0.4.18dependabot[bot]2023-06-011-6/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.17...0.4.18) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #86 from diogo464/dependabot/cargo/anyhow-1.0.71diogo4642023-06-091-3/+3
|\ \ | |/ |/| Bump anyhow from 1.0.70 to 1.0.71
| * Bump anyhow from 1.0.70 to 1.0.71dependabot[bot]2023-06-011-3/+3
|/ | | | | | | | | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.71. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.71) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* chore: version 0.2.20.2.2diogo4642023-05-041-1/+1
|
* fix: invalid early returndiogo4642023-05-041-2/+2
|
* chore: version 0.2.10.2.1diogo4642023-04-072-2/+2
|
* chore: fix clippy warningsdiogo4642023-04-071-1/+2
|
* 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
| |