🧪 Skills
Diffview
File comparison and diff viewer tool. Compare two files side-by-side, show colored inline diffs, compare directories, find duplicate files, and generate patc...
v1.0.1
Description
name: DiffView description: "File comparison and diff viewer tool. Compare two files side-by-side, show colored inline diffs, compare directories, find duplicate files, and generate patch files. Visual file comparison without leaving the terminal." version: "1.0.0" author: "BytesAgain" tags: ["diff","compare","files","viewer","patch","merge","developer","utility"] categories: ["Developer Tools", "Utility"]
DiffView
Compare files. See changes. Understand diffs at a glance.
Commands
files <file1> <file2>— Compare two filesdirs <dir1> <dir2>— Compare directory contentsinline <file1> <file2>— Inline colored diffstats <file1> <file2>— Diff statistics
Usage Examples
diffview files old.txt new.txt
diffview dirs /project/v1 /project/v2
diffview stats config.old config.new
Powered by BytesAgain | bytesagain.com
How It Works
Reads input, processes with built-in logic, outputs results.
Tips
- Run
diffview helpfor commands - No API keys needed
- Works offline
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!