# 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 ``` ![这是图片](./images/demo.png) # 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 |