Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

filewatch-cli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filewatch-cli

FILEWATCH is a file watcher that allows you to watch files if something changes run arguments

  • 1.0.1
  • PyPI
  • Socket score

Maintainers
1

FILEWATCH

Banner

PyPI - License PyPI PyPI - Format

FILEWATCH is a file watcher that allows you to watch files if something changes run arguments

Installation 🚀

REQUIREMENTS
  • Python Should Be Installed On The Machine
  • Package Requirements click, colorama, commonmark, Pygments, rich.
$ pip install filewatch

Usage 😎

Get Help

> python -m filewatch --help
Usage: python -m filewatch [OPTIONS]

  FILEWATCH is a file watcher that allows you to watch files if something
  changes run arguments

Options:
  -p, --path TEXT          Path of file to watch
  -args, --arguments TEXT  Arguments to run when file changes
  -d, --delay INTEGER      Delay in seconds
  --help                   Show this message and exit.

Basic Use

python -m filewatch -p "<filepath>" -args "<arguments>"

-p and -args are aliases for --path and --arguments

EXAMPLES

The below example is for scss or sass file

python -m filewatch -p "./index.scss" -args "sass ./index.scss ./index.css"

📃License📃

This project is developed under MIT license

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc