| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added asset upload to workflow0.3.0 | diogo464 | 2024-01-18 | 1 | -0/+8 |
| | | |||||
| * | fixed typo in workflow file | diogo464 | 2024-01-18 | 1 | -1/+1 |
| | | |||||
| * | release 0.3.0 | diogo464 | 2024-01-18 | 2 | -2/+2 |
| | | |||||
| * | added release workflow | diogo464 | 2024-01-18 | 4 | -7/+45 |
| | | |||||
| * | removed github workflows | diogo464 | 2024-01-18 | 4 | -153/+0 |
| | | |||||
| * | chore: updated dependencies | diogo464 | 2024-01-18 | 1 | -233/+167 |
| | | |||||
| * | chore: version 0.2.30.2.3 | diogo464 | 2023-06-28 | 1 | -1/+1 |
| | | |||||
| * | fix: installing existing broken symlink. | diogo464 | 2023-06-28 | 1 | -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_if | diogo464 | 2023-06-28 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #85 from diogo464/dependabot/cargo/clap-4.3.0 | diogo464 | 2023-06-09 | 1 | -34/+34 |
| |\ | | | | | Bump clap from 4.2.1 to 4.3.0 | ||||
| | * | Bump clap from 4.2.1 to 4.3.0 | dependabot[bot] | 2023-06-01 | 1 | -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.2 | diogo464 | 2023-06-09 | 1 | -2/+2 |
| |\ \ | | | | | | | Bump inquire from 0.6.0 to 0.6.2 | ||||
| | * | | Bump inquire from 0.6.0 to 0.6.2 | dependabot[bot] | 2023-06-01 | 1 | -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.18 | diogo464 | 2023-06-09 | 1 | -5/+2 |
| |\ \ | | | | | | | Bump log from 0.4.17 to 0.4.18 | ||||
| | * | | Bump log from 0.4.17 to 0.4.18 | dependabot[bot] | 2023-06-01 | 1 | -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.71 | diogo464 | 2023-06-09 | 1 | -3/+3 |
| |\ \ | |/ |/| | Bump anyhow from 1.0.70 to 1.0.71 | ||||
| | * | Bump anyhow from 1.0.70 to 1.0.71 | dependabot[bot] | 2023-06-01 | 1 | -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.2 | diogo464 | 2023-05-04 | 1 | -1/+1 |
| | | |||||
| * | fix: invalid early return | diogo464 | 2023-05-04 | 1 | -2/+2 |
| | | |||||
| * | chore: version 0.2.10.2.1 | diogo464 | 2023-04-07 | 2 | -2/+2 |
| | | |||||
| * | chore: fix clippy warnings | diogo464 | 2023-04-07 | 1 | -1/+2 |
| | | |||||
| * | version bump: 0.2.00.2.0 | diogo464 | 2023-04-07 | 5 | -658/+979 |
| | | |||||
| * | fixed typo | diogo464 | 2023-04-07 | 1 | -1/+1 |
| | | |||||
| * | allow dash and underscore in names | diogo464 | 2023-04-07 | 1 | -4/+24 |
| | | |||||
| * | removed unused code | diogo464 | 2023-04-07 | 3 | -371/+0 |
| | | |||||
| * | updated dependencies | diogo464 | 2023-04-07 | 2 | -54/+72 |
| | | |||||
| * | added github action to release binaries0.1.0 | diogo464 | 2022-09-23 | 2 | -0/+80 |
| | | |||||
| * | clippy fixes | diogo464 | 2022-09-23 | 3 | -27/+16 |
| | | |||||
| * | updated dependencies | diogo464 | 2022-09-23 | 1 | -12/+12 |
| | | |||||
| * | added basic readme | diogo464 | 2022-09-23 | 1 | -0/+34 |
| | | |||||
| * | rewrite | diogo464 | 2022-09-23 | 15 | -2033/+2042 |
| | | |||||
| * | renamed a test | diogo464 | 2022-02-15 | 1 | -1/+1 |
| | | |||||
| * | improved link command | diogo464 | 2022-02-15 | 2 | -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 parsing | diogo464 | 2022-02-15 | 1 | -8/+6 |
| | | |||||
| * | allow linking multiples files at once | diogo464 | 2022-02-15 | 2 | -23/+33 |
| | | |||||
| * | improved status command | diogo464 | 2022-02-15 | 2 | -7/+17 |
| | | | | | | allow specifying the paths that the status should be printed for instead of displaying everything | ||||
| * | fixed some issues with link and mv | diogo464 | 2022-02-08 | 2 | -49/+90 |
| | | |||||
| * | added help text to commands and flags | diogo464 | 2022-02-08 | 1 | -0/+28 |
| | | |||||
| * | split code into different files | diogo464 | 2022-02-08 | 4 | -1558/+1542 |
| | | |||||
| * | Merge pull request #44 from diogo464/diogo464-patch-rust-workflow | diogo464 | 2022-02-08 | 1 | -11/+56 |
| |\ | | | | | Update rust.yml | ||||
| | * | Update rust.yml | diogo464 | 2022-02-08 | 1 | -11/+56 |
| |/ | |||||
| * | updated rust workflow | diogo464 | 2022-02-08 | 1 | -4/+4 |
| | | |||||
| * | updated README | diogo464 | 2022-02-08 | 1 | -1/+1 |
| | | |||||
| * | updated dependabot config | diogo464 | 2022-02-08 | 1 | -10/+1 |
| | | |||||
| * | rewrite | diogo464 | 2022-02-08 | 4 | -1/+2187 |
| |\ | |||||
| | * | snapshot | diogo464 | 2022-02-08 | 1 | -49/+37 |
| | | | |||||
| | * | snapshot | diogo464 | 2022-02-08 | 1 | -810/+46 |
| | | | |||||
| | * | snapshot | diogo464 | 2022-02-08 | 3 | -14/+902 |
| | | | |||||
| | * | snapshot | diogo464 | 2022-02-07 | 3 | -23/+181 |
| | | | |||||
| | * | snapshot | diogo464 | 2022-02-07 | 1 | -113/+459 |
| | | | |||||
