1
0
Fork 0
mirror of https://github.com/MedzikUser/imgurs synced 2024-08-15 00:03:19 +00:00
Commit graph

61 commits

Author SHA1 Message Date
9538ca5be8
fix: typo 2022-05-29 11:13:56 +02:00
aac9819bc5
fix: fix clipboard on windows and macos 2022-05-18 21:25:35 +02:00
fb72dc1112
chore(release): v0.7.3 2022-05-18 20:58:00 +02:00
f4e0044678
chore: change String to &str 2022-05-18 20:56:15 +02:00
6f9559c6d8
chore: remove unnecessary map_err 2022-05-18 20:26:29 +02:00
9b7705ed26
chore: change Result to anyhow::Result 2022-05-18 20:16:42 +02:00
aabbea4182
chore: small changes 2022-05-18 19:48:39 +02:00
1048ea298f
hotfix: upload image from file (revert encode bytes to base64) 2022-04-05 17:04:13 +02:00
8cd1a31b72
docs: add ; at the end of the line in the rust example code 2022-04-04 19:08:33 +02:00
c3718579db
v0.7.1 2022-04-04 19:04:49 +02:00
b0e871cbf6
chore (release): v0.7.0 2022-04-03 21:43:50 +02:00
d98208f677
documentation: add in lib.rs 2022-04-03 21:32:42 +02:00
08c25212ae
fix clippy 2022-04-03 21:11:11 +02:00
b1bfe52a4c
check CHANGELOG.md for a list of variables 2022-04-03 21:01:58 +02:00
9f22754fc3
rustfmt 2022-03-10 22:08:01 +01:00
60b0dc0d84
read commit description
- webhook: added url in title
- cli: change image domain to your own (set in config)
- if the configuration file cannot be open, ask the user whether to overwrite the file instead of overwriting it without asking
- logger: max_level_debug in debug binary
2022-03-10 22:02:03 +01:00
52cceb1ec1
rustfmt 2022-03-07 20:21:46 +01:00
a1c29a08c1
change webhook to discord-webhook (to use rustls) 2022-03-07 20:10:58 +01:00
ef1f9342ee
rustfmt 2022-03-04 19:46:58 +01:00
6abb99d50a
feat(webhook): add discord webhook 2022-03-04 18:57:02 +01:00
572899509f
feat(webhook): add discord webhook
example https://i.imgur.com/fgSyFZP.png
2022-03-03 21:14:43 +01:00
6c7c334ede
update 2022-03-02 22:16:44 +01:00
adc52ba207
feat(lib): if body length is > 30 return body is too length 2022-03-02 22:10:56 +01:00
ee66bc93c4
fix(clippy): try using a char instead: : 2022-02-28 23:29:16 +01:00
a591d427f3
chore: rename anyhow_err to anyhow::Error 2022-02-28 23:26:35 +01:00
4ad662e35e
feat(clipboard): add support for xclip and termux 2022-02-28 23:20:50 +01:00
e129ab0d65 if upload image error send notify 2022-02-27 12:32:20 +01:00
MedzikUserBot
24d7be84fa rustfmt 2022-02-27 11:06:34 +00:00
b7c98934e6
add gen manpage and completion for elvish 2022-02-27 12:06:02 +01:00
MedzikUserBot
7598ba5293 rustfmt 2022-02-27 10:39:28 +00:00
461b53d681
update logger 2022-02-27 11:39:02 +01:00
MedzikUserBot
2c22737070 rustfmt 2022-02-26 21:51:41 +00:00
a4a17a4fc5
fix clipboard 2022-02-26 22:51:12 +01:00
329263edb0
add clipboard, print colors in image info 2022-02-25 18:24:24 +01:00
MedzikUserBot
d272e3435d rustfmt 2022-02-23 21:39:57 +00:00
39f1debdd2
add clipboard 2022-02-23 22:39:37 +01:00
a42972c65f
update dependencies 2022-01-28 18:25:15 +01:00
6d01fe6112
cli: add url validate 2022-01-27 16:49:47 +01:00
7455932107
better panic, rename ImgurHandle -> ImgurClient 2022-01-27 14:14:46 +01:00
979490e9f0
cli config: update error return 2022-01-27 11:03:37 +01:00
5a620ea1c2
library: return anyhow::Error instead String 2022-01-26 20:57:51 +01:00
62c0352345
SimpleLogger error handling, update CI and code format 2022-01-26 19:55:08 +01:00
e7fab7de2d
api: move reqwest to send_api_request function 2022-01-25 19:47:08 +01:00
MedzikUserBot
b804e8faa2 rustfmt 2022-01-25 17:26:52 +00:00
62531904f9 cli completions use match instead of if 2022-01-25 18:25:52 +01:00
MedzikUserBot
bd3ef20a7f rustfmt 2022-01-25 16:14:23 +00:00
a83788d0c6
add shell completions 2022-01-25 17:13:43 +01:00
605e051cdb
update config 2022-01-24 23:15:55 +01:00
MedzikUserBot
4fc60d8bbe rustfmt 2022-01-24 19:49:27 +00:00
5edeac60fd add option in config to disable notifications 2022-01-24 20:48:40 +01:00