Synopsis
vinbt <file>
Description
Vinbt is a script that can be used to edit an NBT file using a text editor such as vi. It uses norbert(1) to convert NBT data to text and back.
Options
- -h, --help
-
Display syntax and exit.
Environment Variables
- DISPLAY, VISUAL, EDITOR
-
If
$DISPLAYis set,vinbtuses$VISUAL(if present) to edit the file. Otherwise, it uses$EDITORif present, orviif not. - NORBERT
-
The path to norbert(1). If
$NORBERTis empty,vinbtsearches fornorbertandnorbert.pyin$PATH,$HOME/bin, and$PWD, in that order. - TMPDIR
-
vinbttemporarily stores files converted to norbert(5) format in$TMPDIR(/tmpby default) while editing them.
Examples
- norbert --help
-
Get usage info.
- vinbt level.dat
-
Edit
level.dat.
See Also
The norbert project page is located at http://dmbuce.github.com/norbert/.
Authors
-
DMBuce <dmbuce@gmail.com>
To see a full list of contributors, use git shortlog -s in the norbert
git repository.