1gitview.sh(1) General Commands Manual gitview.sh(1)
2
3
4
6 gitview.sh - repository restorer for white_dune (graphical vrml97/x3d
7 editor and animation tool)
8
10 gitview.sh viewercommand file
11
13 gitview.sh is a tool to restore git revision control files (usually
14 built while using "File->save" in white_dune).
15 / white_dune is a graphical editor for the Virtual Reality Modeling
16 Language (VRML97), ISO/IEC 14772-1:1997 and X3D.
17 gitview.sh is similar to gitk , but shows the restored files, not the
18 output of the "diff" command (which are rather useless for VRML97/x3D
19 files (or other 3D data, images or videos, if this files are stored in
20 a git repository)).
21 When used with a viewercommand and a file, gitview.sh opens a X11 win‐
22 dow and shows the available revisions of the file. If a revision is
23 selected and OK is pressed, this revision is restored (overwriting the
24 file) and the viewercommand is used for the restored file.
25
27 gitview.sh uses sh shell, awk and kdialog to work
28
30 gitview.sh dune something_stored_in_dune.wrl
31
33 Exit status is 1 for wrong parameters
34
36 git(1), gitk(1), kdialog(1), awk(1), dune(1)
37
39 J. "MUFTI" Scheurich
40
41
42
43white_dune 1.931 2020-07-24 gitview.sh(1)