checkfile

A rust command line tool that logs the checksum and last 50 lines of each file in a folder

GPL-3.0 License

Downloads
2.8K
Stars
2

Bot releases are visible (Hide)

checkfile - Latest Release

Published by dominikwilkowski about 1 year ago

  • added tty detection and changed stdout output when tty is not detected so that piping the output into a log file is nicer
checkfile -

Published by dominikwilkowski about 1 year ago

  • added --reverse flag
checkfile -

Published by dominikwilkowski about 1 year ago

  • fixed a bug where all files where ignored unless you set the --dotfiles flag
checkfile -

Published by dominikwilkowski about 1 year ago

  • excluded dot files by default
  • added --dotfiles flag to include dot files
  • added guard against reading binary files
checkfile -

Published by dominikwilkowski about 1 year ago

Initial version