معرفی شرکت ها


diffs-0.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Command output changes monitor
ویژگی مقدار
سیستم عامل -
نام فایل diffs-0.1.1
نام diffs
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده igrek51
ایمیل نویسنده igrek51.dev@gmail.com
آدرس صفحه اصلی https://github.com/igrek51/diffs
آدرس اینترنتی https://pypi.org/project/diffs/
مجوز MIT
# diffs [![GitHub version](https://badge.fury.io/gh/igrek51%2Fdiffs.svg)](https://github.com/igrek51/diffs) [![PyPI version](https://badge.fury.io/py/diffs.svg)](https://pypi.org/project/diffs) **diffs** monitors for any changes in arbitrary shell command output between the initial state and the current output. # Installation ```shell pip3 install diffs ``` Python 3.6 (or newer) is required. # Usage ```bash diffs CMD ``` The initial `CMD` output is stored at the beginning. Then the command is run again periodically and the output is compared against the initial output. If there are differences, they are shown in the standard diff format. The unchaged lines are not shown. ## Examples Show how many packets have been sent since the script has been started: `diffs ifconfig wlp2s0` ![diffs demo ifconfig](https://github.com/igrek51/diffs/blob/master/docs/img/demo-ifconfig.gif?raw=true) Find new applications opening network ports (shows only changes between the initial state): `diffs sudo netstat -tulpn` ![diffs demo netstat](https://github.com/igrek51/diffs/blob/master/docs/img/demo-netstat.gif?raw=true) Monitor changes in a file: ```bash $ diffs cat /etc/resolv.conf ``` Difference between starting date and the current date: `diffs date` ![diffs demo date](https://github.com/igrek51/diffs/blob/master/docs/img/demo-date.gif?raw=true) Finding newly spawned processes: `diffs ps a -o pid,cmd` ![diffs demo ps](https://github.com/igrek51/diffs/blob/master/docs/img/demo-ps.gif?raw=true)


نیازمندی

مقدار نام
- colorama
- nuclear


زبان مورد نیاز

مقدار نام
>=3.6.0 Python


نحوه نصب


نصب پکیج whl diffs-0.1.1:

    pip install diffs-0.1.1.whl


نصب پکیج tar.gz diffs-0.1.1:

    pip install diffs-0.1.1.tar.gz