Crates.io | chatr |
lib.rs | chatr |
version | 0.6.10 |
source | src |
created_at | 2024-03-16 18:17:29.610921 |
updated_at | 2024-10-15 22:13:12.286332 |
description | A tool/lib to process and convert Guild Wars 2 build chat codes into other formats |
homepage | |
repository | https://github.com/berdandy/chatr |
max_upload_size | |
id | 1175876 |
size | 125,463 |
A commandline tool to transform GW2 Template Codes into AW2 Markup.
Example:
chatr DQMGKiYaHT4oAQAAkwEAAI4BAAAiAQAAiQEAAAAAAAAAAAAAAAAAAAAAAAA=
OR
chatr "[&DQMGKiYaHT4oAQAAkwEAAI4BAAAiAQAAiQEAAAAAAAAAAAAAAAAAAAAAAAA=]"
Output:
`[&DQMGKiYaHT4oAQAAkwEAAI4BAAAiAQAAiQEAAAAAAAAAAAAAAAAAAAAAAAA=]`
---
<div
data-armory-embed='skills'
data-armory-ids='5857,5927,5912,5836,5868'
>
</div>
<div
data-armory-embed='specializations'
data-armory-ids='6,38,29'
data-armory-6-traits='525,1892,505'
data-armory-38-traits='1930,2006,510'
data-armory-29-traits='509,470,1854'
>
</div>
Suitable for copy-pasting into a build webpage, or using with vim read!
The following instructions are only required if you wish to build chatr from source. If you're just downloading the release, this is not required. Chatr just needs to be your PATH or current directory (for windows)
winget install --id Git.Git
winget install --id GitHub.cli
gh repo clone berdandy/chatr
cd chatr; cargo build
I like winget for a solid pre-installed package manager on Windows 11. See here for more info on earlier versions. Or simply install Git & GitHub CLI using a different method
brew install git gh
gh repo clone berdandy/chatr
cd chatr; cargo build
gh repo clone berdandy/chatr
cd chatr; cargo build