20 Commits

Author SHA1 Message Date
Code002Lover
96cb053e65 factor out token path 2024-01-01 19:00:11 +01:00
Code002Lover
015b422944 gitignore cargo-mutants output 2023-12-27 22:25:18 +01:00
Code002Lover
a3aabbb45b update dependencies 2023-12-27 22:25:02 +01:00
Code002Lover
5e8b1ccf93 refactor & add tests 2023-12-27 22:24:47 +01:00
Mystikfluu
979c717cc0 make deepsource happier 2023-06-23 15:25:37 +02:00
deepsource-io[bot]
29f6a59b1f
ci: Add .deepsource.toml 2023-06-23 13:05:57 +00:00
Mystikfluu
51005720ed add simple tests 2023-05-13 15:13:05 +02:00
none
02d6683cd8 fix errors due to illegal chars in filename 2023-05-08 10:57:17 +02:00
Mystikfluu
3326ee886b better error handling in isync functions 2023-04-02 12:59:59 +02:00
Mystikfluu
b2e8ad58d5 remove unnecessary returns 2023-04-01 23:59:12 +02:00
Mystikfluu
6d6aca7bc1 v1.1.0 2023-04-01 22:31:46 +02:00
Mystikfluu
f380a44698 add isync functionality 2023-04-01 22:31:22 +02:00
Mystikfluu
eaf04675e3 Use Option<String> instead of String for get_token 2023-04-01 17:05:06 +02:00
Mystikfluu
d28913b141 check if token file exists
prevents crash if token file is missing

note:
this is a quick fix;
returned token should be Option<String> instead of String
2023-04-01 17:00:22 +02:00
Mystikfluu
faa09e64f6 add isync functions
follow clippy suggestions
2023-04-01 13:55:05 +02:00
Mystikfluu
26aeb75bd1 change location to file path
Co-authored-by: Alpisc <Alpisc@users.noreply.github.com>
2023-01-15 13:15:34 +01:00
Mystikfluu
31b8e5bf0a change from just exiting to returning a result
Co-authored-by: Alpisc <Alpisc@users.noreply.github.com>
2023-01-14 16:37:47 +01:00
Mystikfluu
d2c9adefdc remove ask for pw in favor of a fn arg
Co-authored-by: Alpisc <Alpisc@users.noreply.github.com>
2023-01-13 22:29:00 +01:00
Mystikfluu
380ae20437 change package name 2023-01-02 20:11:04 +01:00
Mystikfluu
73763c807a init 2023-01-02 19:28:19 +01:00