How to Install fsniper in Ubuntu 18.04



Install fsniper by entering the following commands in the terminal:

sudo apt update
sudo apt install fsniper

Description:

Monitors for new files and runs a rule based task

fsniper is a tool that monitors a given set of directories for new files and, based on the new file's type or name, invokes a custom command on it. . Common uses include making a single drop directory for all things from a web browser or having semi-intelligent scripts which figure out what to do with those files. . This package comes with no generic rules, so you must write them yourself.

Homepage: https://github.com/l3ib/fsniper

Version: 1.3.1-0ubuntu4

Section: universe/utils