Commit graph

30 commits

Author SHA1 Message Date
80fdc110ae
fix: Adapt to changes in deps 2025-03-08 16:05:53 -06:00
83bf1f7af6
new: Autocomplete files generation 2024-03-06 15:41:45 -06:00
67dcd9e378
new: Do argparsing using clap-rs instead of handwritten parser 2024-03-06 02:56:48 -06:00
bc0ccd8107
feat: Possible to merge the short flags 2023-12-04 18:27:22 -06:00
16118a8d5a
feat: Added an option to automatically choose the first option 2023-12-04 17:47:55 -06:00
6178c022d1
change: Improved filename sanitization and some logic 2023-05-28 20:22:23 -05:00
5e5ba7ea0a
change: Do not dereference str when possible 2023-05-23 19:02:39 -05:00
779064034a
change: More consistency improvements 2023-05-23 19:02:35 -05:00
9456009b4d
change: Use String::new() everywhere 2023-05-23 19:02:26 -05:00
591ae8f796
fix: Remember choice if cancelled by user 2023-05-21 22:37:06 -05:00
8b6e83a55a
change: Put variable inside format string directly when possible 2023-05-21 21:10:47 -05:00
c7c1988b73
fix: Still ask for language for preprocessed files 2023-05-21 20:50:16 -05:00
e9314ccdda
new: Reuse same name for subtitle files and such 2023-05-21 20:39:38 -05:00
4d04f51251
fix: Gracefully exit after user cancellation 2023-05-21 16:47:06 -05:00
7cb18202eb
fix: Do not print both processing and ignoring 2023-05-21 16:03:24 -05:00
5a4d7d0e1d Added support for multiple directors 2023-05-15 17:55:45 -05:00
1a83f88c0b Switched to tmdb_api 2023-05-15 17:10:51 -05:00
14e5899f36 Fixed clippy warnings 2023-04-26 17:27:39 -05:00
a1c4fb816e Skip irrelevant files 2023-02-26 14:06:29 -06:00
4ee97eb9a5 Updated README 2023-02-07 18:22:47 -06:00
2d6e063a97 Visual improvements 2022-12-10 22:23:44 -06:00
c52643033f Detect subtitle language from the old filename 2022-12-10 21:00:07 -06:00
26eb446de8 Improved arguments handling 2022-12-10 18:39:33 -06:00
5f348cddcf Version bump and name change 2022-12-09 15:02:20 -06:00
1309ed34b4 Skip renaming if destination exists 2022-12-09 15:00:00 -06:00
29fd0c3646 Visual changes 2022-12-09 14:48:52 -06:00
159e9d49eb Bug fix for directory renaming 2022-12-09 14:16:54 -06:00
0b64b0eae6 Exit when unknown argument is passed 2022-12-09 14:13:35 -06:00
d2c6670901 Change the menu from youchoose to inquire 2022-12-09 14:11:27 -06:00
006c80a822 Refactor functions and structs into separate files 2022-12-09 13:44:17 -06:00