معرفی شرکت ها


find-missing-1.1.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل find-missing-1.1.9
نام find-missing
نسخه کتابخانه 1.1.9
نگهدارنده ['MB']
ایمیل نگهدارنده ['mb@m1k.pw']
نویسنده MB
ایمیل نویسنده mb@m1k.pw
آدرس صفحه اصلی https://github.com/licht1stein/find-missing
آدرس اینترنتی https://pypi.org/project/find-missing/
مجوز MIT
# FIND-MISSING [![PyPI](https://img.shields.io/pypi/v/find-missing)](https://pypi.org/project/find-missing/) ![](https://img.shields.io/badge/maintained-not_intended-red) Find files missing in a folder. This tool is intended to be used with [pipx](https://pipxproject.github.io/pipx/) as a normal command line tool. ## Installation with PIPX ```shell script pip install pipx pipx install find-missing ``` ## Usage with pipx ```shell script $ find-missing "foo, bar, spam.jpg" ``` A file `foolitzer.jpg` will be a match without the `--exact` flag. ### Options #### Exact match only ```shell script $ find-missing "foo, bar" --exact/-e ``` Looks for exact match, otherwise looks for partial match, so in the above example a file `foo.jpg` will be a match, and a file `foolitzer.jpg` will not. #### Include directories ```shell script find-missing "foo, bar" --dirs/-d ``` Will also check against subdirectories of the current directory. #### Verbose mode ```shell script $ find-missing "foo, bar" --verbose/-v Verbose mode: True. Exact mode: False. Include directories: False Looking for files: read Directory content: ... .gitignore README.md poetry.lock pyproject.toml setup.py Found 0 missing files: All here! ``` Verbose mode (silent by default) ### List separator The tool will do it's best to find file names separated by anything. So a comma, a space, a semicolon will all work. The dot, underscore and dash will not as they can all be parts of file names.


نیازمندی

مقدار نام
>=7.0,<8.0 click


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

مقدار نام
>=3.7,<4.0 Python


نحوه نصب


نصب پکیج whl find-missing-1.1.9:

    pip install find-missing-1.1.9.whl


نصب پکیج tar.gz find-missing-1.1.9:

    pip install find-missing-1.1.9.tar.gz