~jamesponddotco/janus

Simple and easy-to-use command-line utility for comparing files.

f3caf8c Bump version to v0.2.0

8 months ago

f3caf8c Bump version to v0.2.0

8 months ago

#Janus

builds.sr.ht status

janus is a simple and easy-to-use command-line utility for comparing files and finding differences between them. In ancient Roman religion and myth, Janus is the god of beginnings, transitions, and endings, hence the utility's name.

#Installation

#From source

First install the dependencies:

  • Go 1.22 or above.
  • make.
  • scdoc.

Then compile and install:

make
sudo make install

#Usage

To run janus, provide two files to compare in your terminal:

janus <oldFile> <newFile>

See janus(1) for more information.

#Contributing

Anyone can help make janus better. Check out the contribution guidelines for more information.

#Resources

The following resources are available:


Released under the EUPL license.