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
$DISPLAY
is set,vinbt
uses$VISUAL
(if present) to edit the file. Otherwise, it uses$EDITOR
if present, orvi
if not. - NORBERT
-
The path to norbert(1). If
$NORBERT
is empty,vinbt
searches fornorbert
andnorbert.py
in$PATH
,$HOME/bin
, and$PWD
, in that order. - TMPDIR
-
vinbt
temporarily stores files converted to norbert(5) format in$TMPDIR
(/tmp
by 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.