Commit Graph

60 Commits

Author SHA1 Message Date
Benex254
3c09268da9 feat(completions): remove shellingam 2024-08-10 11:19:10 +03:00
Benex254
c0e5f5dd49 docs: update readme 2024-08-10 01:16:43 +03:00
Benex254
1bbc9506c2 feat(cli): try to detect shell when generating completions 2024-08-10 01:12:33 +03:00
Benex254
f12d5ab06c feat(cli): add helper command completions 2024-08-09 22:59:26 +03:00
Benex254
91b54dfcb9 feat(cache): open cache dir on no options 2024-08-07 21:14:57 +03:00
Benex254
1dafcfa886 feat: use click where necessary 2024-08-07 19:48:47 +03:00
Benex254
1afa7aa09b feat(cli): add cache command to manage your fastanime cache dir 2024-08-07 16:35:14 +03:00
Benex254
5718ed4f32 feat: init python mpv intergration for next and prev episode 2024-08-07 11:01:11 +03:00
Benex254
5158812d61 fix(notifier): image not showing 2024-08-06 21:23:36 +03:00
Benex254
0d9e78d356 feat: only import anime provider when needed 2024-08-06 16:16:28 +03:00
Benex254
93b2687985 feat: import types only when type checking 2024-08-06 15:56:09 +03:00
Benex254
9772584d2a feat: lazy load all cli commands for fasster start times 2024-08-06 15:45:26 +03:00
Benex254
588a6b4e2b feat: use local imports to boost start up times 2024-08-06 14:39:58 +03:00
Benex254
2e94e8494e feat: only import types if type checking 2024-08-06 14:15:47 +03:00
Benex254
654e8fd3b8 fix: update commands to reflect cleanup 2024-08-05 09:58:20 +03:00
Benex254
c7d0d516fd feat(downloads): update to use rofi as tertiary option 2024-08-05 09:47:06 +03:00
Benex254
5af5223c9f feat: update search and download with the other options plus improve server loading 2024-08-05 09:47:06 +03:00
Benex254
0ef4caccdb fix(notifier): wrong import 2024-08-05 09:47:06 +03:00
Benex254
3abe278e99 feat: add command to create desktop entry 2024-08-05 09:47:06 +03:00
Benex254
d458085a4d fix: correct typing issues 2024-08-05 09:47:05 +03:00
Benex254
8afa1bfec4 feat(notifier)?: add notification bell 2024-08-05 09:47:05 +03:00
Benex254
e833fb57dc feat: change notification message 2024-08-05 09:47:05 +03:00
Benex254
86a8f1461d fix: wrong code formating 2024-08-05 09:47:05 +03:00
Benex254
84c28d344f feat: add aniskip intergration and scoring of anime 2024-08-05 09:47:04 +03:00
Benex254
3d17956f02 feat(notifier): improve error handling 2024-08-05 09:47:04 +03:00
Benex254
c7e0ae6efb feat: rename watchlist to watching and repeating to rewatching 2024-08-05 09:47:04 +03:00
Benex254
3784224373 feat: remove unused print statement 2024-08-05 09:47:04 +03:00
Benex254
8525d8fbfc feat: show anime cover image for notifications on none windows systems 2024-08-05 09:47:04 +03:00
Benex254
f8958be669 feat(notifier): add icon 2024-08-05 09:47:04 +03:00
Benex254
7717ceeb54 feat(anilist): add notifier command 2024-08-05 09:47:04 +03:00
Benex254
dddf59ea25 feat(anilist): implement viewing of your anilist animelist 2024-08-05 09:47:04 +03:00
Benex254
1433e04f73 feat(anilist): add account intergration 2024-08-05 09:47:04 +03:00
Benex254
9e9b6d4f92 chore(anime_provider): remove print statements from provider and switch to logging 2024-08-05 09:47:03 +03:00
Benex254
5ab3eec41f chore(constants): create constants module to store useful constants 2024-08-05 09:47:03 +03:00
Benex254
ea5c01f6a4 chore: reorganize codebase to make anilist top level 2024-08-05 09:47:03 +03:00
Benex254
29d5c673ad feat(cli): switch to using AnimeProvider obj 2024-08-05 09:47:03 +03:00
Benex254
1474df04e7 feat: add yt-dlp format option 2024-08-05 09:47:03 +03:00
Benex254
e3c2e2d5a7 feat(anilist): implement anilist random subcommand 2024-08-05 09:47:03 +03:00
Benex254
52178cf38a feat(cli): make the downloads command use the config download path 2024-08-05 09:47:02 +03:00
Benex254
da49aadd5c feat: make the downloads command use the mpv module to enable compatibility with mobile 2024-08-05 09:47:02 +03:00
Benex254
cb18e9299c feat: add --path option that prints config location and exits 2024-08-05 09:47:02 +03:00
Benex254
a0eff25263 chore: arrange dependencies to groups and make some opt in 2024-08-05 09:47:02 +03:00
Benex254
7a1236c677 feat(cli): add bing mode to search subcommand using episode ranges 2024-08-05 09:47:02 +03:00
Benex254
ab9efb7d3f fix(cli): fix bool options not editing config at runtime 2024-08-05 09:47:02 +03:00
Benex254
d5447e946e feat(cli): add auto-select provider results 2024-08-05 09:47:02 +03:00
Benex254
942635af5b Revert "feat(cli): add auto-select provider results"
This reverts commit 0d64a9bd32.
2024-08-05 09:47:02 +03:00
Benex254
9541bafc2f feat(cli): add auto-select provider results 2024-08-05 09:47:02 +03:00
Benex254
ee6b35aafd feat(cli): add downloads subcommand 2024-08-05 09:47:01 +03:00
Benex254
51b100d802 feat(cli): add download subcommand 2024-08-05 09:47:01 +03:00
Benex254
2b2a782b93 feat(cli): add search subcommand 2024-08-05 09:47:01 +03:00