Commit Graph

55 Commits

Author SHA1 Message Date
Benex254
f7b2b4e0c9 feat: add serve command 2024-10-06 01:04:20 +03:00
Benex254
d0f5366908 feat: allow access of fastanime config from environment variables 2024-09-29 21:00:41 +03:00
Benex254
6f153f2acb feat: immprove help messages for all cli commands 2024-09-19 19:11:15 +03:00
Benex254
bb14b269de feat: add --player option 2024-09-18 19:42:47 +03:00
benex
5fb9747285 fix: default ui not persisting when using config --update 2024-09-15 14:59:01 +03:00
Benex254
d837457f80 feat: improve config file docs 2024-09-15 13:22:14 +03:00
Benex254
343bdba31b feat: add the --update option to the config command which causes all config options passed to fastanime to be persisted to your config file 2024-09-15 13:22:14 +03:00
Benex254
33c518ed4c chore: cleanup codebase 2024-08-23 17:18:36 +03:00
Benex254
2dbbb1c4df feat: add experimental manga support 2024-08-23 11:19:25 +03:00
Benex254
2b0ade093c feat: normalize anime titles 2024-08-22 17:32:53 +03:00
Benex254
4e401dca40 fix: logging issue 2024-08-21 14:53:30 +03:00
Benex254
c47b158bff fix: logging issue 2024-08-19 10:51:11 +03:00
Benex254
fc7efebc8d feat: accomodate subtitle streams 2024-08-18 23:53:36 +03:00
Benex254
3382b720e3 feat(cli): add grab command 2024-08-18 12:33:51 +03:00
Benex254
ff027991e0 chore: rename logfile 2024-08-17 22:52:11 +03:00
Benex254
c87417e5e7 feat: add syncplay intergration 2024-08-16 22:03:22 +03:00
Benex254
6b68086cff feat(interface): improve watch history experience 2024-08-16 10:10:47 +03:00
Benex254
e1f73334ef feat(cli): remove unknown as possible quality 2024-08-15 10:50:32 +03:00
Benex254
bfbd2a57a0 feat(cli): add 480 as a possible quality 2024-08-15 10:48:39 +03:00
Benex254
6939471e48 feat(cli): add update app command 2024-08-11 21:57:11 +03:00
Benex254
b4cbb57f29 refactor: move available servers to toplevel of animeprovider package 2024-08-11 11:21:18 +03:00
Benex254
0e5cb56970 feat(cli): no need to reload config on provider 2024-08-10 23:01:44 +03:00
Benex254
f12d5ab06c feat(cli): add helper command completions 2024-08-09 22:59:26 +03:00
Benex254
5bfc210f59 feat(cli): add option to enable or disable python-mpv 2024-08-09 15:59:31 +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
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
65358604cb fix: wrongly named auto-selected anime 2024-08-05 09:47:06 +03:00
Benex254
93a6d6cfc9 feat(interface): improve rofi experience 2024-08-05 09:47:05 +03:00
Benex254
ae60ca6523 feat(anilist interface): add rofi as tertiary option for the interface 2024-08-05 09:47:05 +03:00
Benex254
450019468e feat: add quick opts for t type 2024-08-05 09:47:05 +03:00
Benex254
2f04cfd6e3 fix: wrong names for options 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
0f33ef764d feat(cli): add top as an option for servers 2024-08-05 09:47:04 +03:00
Benex254
644b22383c feat(anilist): make icons optional 2024-08-05 09:47:04 +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
52de2fe342 feat(cli): rename translation_type option to translation-type 2024-08-05 09:47:03 +03:00
Benex254
5877525c15 feat(cli): make preview window for fzf optional 2024-08-05 09:47:02 +03:00
Benex254
c1098895af feat(cli): make it opt in to use fzf and instead make fuzzy inquirer as default 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
2e4477fa19 docs: Update readme 2024-08-05 09:47:01 +03:00
Benex254
ee6b35aafd feat(cli): add downloads subcommand 2024-08-05 09:47:01 +03:00
Benex254
d51c7eb4ee feat(cli): add graceful exit 2024-08-05 09:47:01 +03:00
Benex254
ae5e20505a feat(cli): improve ui and ux 2024-08-05 09:47:01 +03:00
Benex254
015f289f80 feat(cli): complete config command 2024-08-05 09:47:01 +03:00