Skip Navigation

Release of whatmade 0.2.0 -- daemon that monitors user-specified directories and records which process created each file.

GitHub - ANGulchenko/whatmade: Whatmade is a Linux daemon that monitors user-specified directories and records which process created each file.

  • Backward compatibility is broken. Be careful.
  • Now data uses \0 as a separator between process name and parameters instead of previously used space. It is important and will help to avoid any problems with spaces in paths and process names.
  • CLI is slightly changed: -w is for human-readable output, -r for raw, script convenient, format.
  • New -c "--clear" parameter for removing process data from a single file or all files in a directory (including subdirectories)
  • New -d "--dir" parameter for printing out the short summary for the dir (process name, number of files, total size of those files)
  • Some refactoring: mostly translating C to C++.

Comments

0