D10221 / vdf2json

Command line utility to convert vdf to json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vdf2json

Converts vdf to json

CI

install

npm i vdf2json -g # TODO: not on npm yet
# in the meantime
git clone https://github.com/D10221/vdf2json.git
cd vdf2json
npm install
npm link

Usage, example, motivation

  • Query a vdf file with jq
cat a.vdf | vdf2json | jq '.path.to.prop'
  • Dispay a binary vdf file as json
vdfbin2json ~/.local/share/Steam/userdata/1229273647/config/shortcuts.vdf

Credits

About

Command line utility to convert vdf to json


Languages

Language:Shell 76.7%Language:JavaScript 23.3%