diff-folders

Crates.iodiff-folders
lib.rsdiff-folders
version0.0.1
sourcesrc
created_at2023-03-07 10:12:35.733146
updated_at2023-03-07 10:12:35.733146
descriptionThis tool allows you to display differences in a list of compared folders in the terminal.
homepage
repositoryhttps://github.com/awsome-utils/diff-folders
max_upload_size
id803476
size266,493
(wanglong001)

documentation

README

diff-folders

This tool allows you to display differences in a list of compared folders in the terminal.

(This is my first project to learn rust)

Usage

diff-folders <old_dir|new_file> <new_dir|new_file>

这是图片

Color

Color Description
Red deleted
Green created
Yellow Modified

Shortcut Keys

Keys Description
Left/Right switch for window focus
Up/Down/PageUp/PageDown scrolling text
Commit count: 20

cargo fmt