Tyrrrz / DiscordChatExporter

Exports Discord chat logs to a file
MIT License
7.29k stars 668 forks source link

Add `DiscordChatExporter.Cli.sh` for simpler usage from shell #1205

Closed Tyrrrz closed 5 months ago

Tyrrrz commented 5 months ago

This makes it possible to run DCE.CLI like so:

$ ./DiscordChatExporter.Cli.sh export ...

Instead of:

$ dotnet DiscordChatExporter.Cli.dll export ...

The script file will be automatically packaged with releases.