aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* compile on stable0.3.1diogo4642024-10-082-9/+9
|
* 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
|
* fix: invalid early returndiogo4642023-05-041-2/+2
|
* chore: fix clippy warningsdiogo4642023-04-071-1/+2
|
* version bump: 0.2.00.2.0diogo4642023-04-073-587/+508
|
* fixed typodiogo4642023-04-071-1/+1
|
* allow dash and underscore in namesdiogo4642023-04-071-4/+24
|
* removed unused codediogo4642023-04-073-371/+0
|
* clippy fixesdiogo4642022-09-233-27/+16
|
* rewritediogo4642022-09-2311-1804/+1897
|
* 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
|
* snapshotdiogo4642022-02-081-49/+37
|
* snapshotdiogo4642022-02-081-810/+46
|
* snapshotdiogo4642022-02-081-14/+900
|
* snapshotdiogo4642022-02-071-23/+54
|
* snapshotdiogo4642022-02-071-113/+459
|
* snapshotdiogo4642022-02-071-52/+316
|
* snapshotdiogo4642022-02-061-0/+997