DevCompiler.CompileThis DiffBase DiffSys DiffSysLinuxLibc DiffSysLinux DiffMain
-Dev2Linker1.LinkElf Linux odctool := Kernel$+ Files HostFiles HostConsole Log Math Strings Dialog Meta Stores Sequencers Models Converters Fonts Ports Services Views Printers Dates Printing Controllers Mechanisms Properties Containers Documents Windows Console StdInterpreter StdDialog StdApi StdCmds StdCFrames Controls HostFonts HostWindows HostDialog TextModels TextRulers TextSetters TextViews TextControllers TextMappers StdStamps StdClocks StdFolds StdETHConv StdLinks HostTextConv StdLog DevCommanders DiffBase DiffSys DiffSysLinux DiffMain
+Dev2Linker1.LinkElf Linux odctool := Kernel$+ Files HostFiles HostConsole Log Math Strings Dialog Meta Stores Sequencers Models Converters Fonts Ports Services Views Printers Dates Printing Controllers Mechanisms Properties Containers Documents Windows Console StdInterpreter StdDialog StdApi StdCmds StdCFrames Controls HostFonts HostWindows HostDialog TextModels TextRulers TextSetters TextViews TextControllers TextMappers StdStamps StdClocks StdFolds StdETHConv StdLinks HostTextConv XhtmlWriters XhtmlEntitySets XhtmlStdFileWriters XhtmlTextTableMarkers XhtmlExporter StdLog DevCommanders DiffBase DiffSys DiffSysLinux DiffMain
DATA
2. Create script odctool-gitdiff:
#! /bin/sh
- odctool diff -C -p "$1" "$2" "$5"
+ odctool diff -x -X -C -p "$1" "$2" "$5"
3. Add to .git/config:
# BlackBox Compound Document
odc)
- odctool -C cat "${FILE_PATH}" && exit 5
+ odctool -C -X cat "${FILE_PATH}" && exit 5
exit 1;;
esac
}
2. To open/read documents add to $HOME/.config/ranger/rifle.conf:
- ext odc, has odctool, terminal, file = odctool -C cat "$1" | less --tabs=2 -S
+ ext odc, has odctool, terminal, file = odctool -C -X cat "$1" | less --tabs=2 -S
Current state