Linux command
oyo 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
View a diff
oyo [path/to/file]
Use as a git difftool
git difftool -t oyo
说明
oyo is a step-through diff viewer that extends traditional diffs with an evolution mode. You can use it like a normal diff viewer with scrolling and hunk navigation, or step through changes one at a time watching the code evolve from old to new. View modes include unified, split, evolution, and blame. It supports clipboard integration and can be configured as a git difftool.
FAQ
What is the oyo command used for?
oyo is a step-through diff viewer that extends traditional diffs with an evolution mode. You can use it like a normal diff viewer with scrolling and hunk navigation, or step through changes one at a time watching the code evolve from old to new. View modes include unified, split, evolution, and blame. It supports clipboard integration and can be configured as a git difftool.
How do I run a basic oyo example?
Run `oyo [path/to/file]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more oyo examples?
This page includes 2 examples for oyo, plus related commands for nearby Linux tasks.