Guild is a Command Line Utility that allows you to post code snippets from a file to a Discord channel.
By utilizing Serentiy to access the Discord API, guild communicates with your Discord server using Webhooks. This allows guild to post a message to Discord on its own without having to type anything into Discord itself.
In order to download guild, you need to have Rust downloaded on your computer if you don't already. To install Rust, go to the Rust website and follow the instructions.
Once Rust is installed on your machine, you must install guild through Cargo:
bash
cargo install guild
bash
guild add <name> <webhook url>
bash
guild post <name> <file path> <start> <end>
bash
guild post <name> <file path> <start> <end> -H
or
bash
guild post <name> <file path> <start> <end> --highlight
bash
guild post server main.c 1 5 -H
list
: List currently added Discord channelsrename
: Rename an added Discord channelremove
: Remove an added Discord channeladd
: Add a Discord channel in which you can send a snippet topost
: Post a code snippet to Discordhelp
: See the possible commands and flags that are supported by guildhighlight
: Enable syntax highlighting for the code snippet