Go to file
Bryan Joshua Pedini 06609f2475 first code 2020-12-30 10:17:18 +01:00
LICENSE first commit 2020-12-30 10:16:59 +01:00
README.md first commit 2020-12-30 10:16:59 +01:00
filediff.sh first code 2020-12-30 10:17:18 +01:00

README.md

Filediff

File diff utility (literally uses diff, what did you think it was?)


Usage:

filediff <command> [arguments]

Output:

If the output of the given command is an empty string, only the diff created by the given command is shown. Else, the output of the command is shown first, followed by one blank line and the colored output of the diff created by the command itself.

Todo:

  • Accept two paths instead of a command (check if only two arguments, then check if both are directories)
  • Accept command line arguments - like "save the current tree so I can perform multiple operations" and then "display me the diff from the saved tree" - and similar