DiscordChatExporter/DiscordChatExporter.Cli/Commands
Kornelius Rohrschneider da3bcefbb9
Added UI options to enable the existing export search
The setting on whether the existing export search is enabled or not has been made configurable in both the CLI and the GUI (instead of being hardcoded):
- A search-existing-exports option has been added to all CLI export commands, which enables the existing export search for the respective command.
- A Search for existing exports option has been added to the GUI settings, which enables the existing export search for exports.

Additionally, there have been several minor improvements:
- The ConsoleProgressLogger has been fixed to interpolate given messages (previously, the square brackets in the default export file names could cause an exception).
- The names of existing channel exports in log messages have been enclosed by quotation marks.
- The setting on how to handle existing export files has been renamed from prev-export / Previous Export to export-exists / Export Exists.
2025-10-30 01:40:59 +01:00
..
Base Added UI options to enable the existing export search 2025-10-30 01:40:59 +01:00
Converters Clean up 2023-08-30 18:43:12 +03:00
Shared Format stuff 2024-10-26 21:41:16 +03:00
ExportAllCommand.cs Clean up 2025-06-08 22:37:24 +03:00
ExportChannelsCommand.cs Clean up 2025-06-08 22:37:24 +03:00
ExportDirectMessagesCommand.cs Use CSharpier 2023-08-22 21:17:19 +03:00
ExportGuildCommand.cs Clean up 2025-06-08 22:37:24 +03:00
GetChannelsCommand.cs Use [] in place of Array.Empty<T>() 2024-03-28 03:22:51 +02:00
GetDirectChannelsCommand.cs Update NuGet packages 2023-12-29 00:08:16 +02:00
GetGuildsCommand.cs Refer to "guilds" as "servers" in docs and UI elements (#1175) 2023-12-29 00:03:28 +02:00
GuideCommand.cs Update bot token docs (#1371) 2025-05-04 19:49:42 +03:00