GeometryDash.Console is CLI Tool for Geometry Dash
Install from NuGet
dotnet tool install --global GeometryDash.Console --version 1.0.2
Unpacking .dat file to .xml (.plist)
gd unpack CCLocalLevels.dat levels.xml
After executing the command, a file will be created (or overwritten): levels.xml
Packing .xml file to .dat
gd pack levels.xml CCLocalLevels.dat
After executing, a file will be created (or overwritten): CCLocalLevels.dat
Lists the featured levels
gd featured --page 1
Or in json format
gd featured --page 1 --json
