A fast CLI tool to check for modifications.
Project description
Modification Checking Tool
A fast CLI tool to detect new, deleted, and modified files in a folder.
0.1.0
Installing and Importing
Installing Use:
pip install file_modfication_checker==0.1.0
Importing Use:
import file_modfication_checker
Output Use:
find_differences(folder) = new, deleted, modified
Command Usage
How To Use Usage:
mcheck <folder> [OPTIONS]
Arguments: Name of folder to check
Options: -e, --exclude File types to ignore
Result
- Red Text: files that were deleted
- Green Text: files that were added
- Yellow Text: files that were modified
0.2.0
Installing and Importing
Installing Use:
pip install file_modfication_checker==0.2.0
Importing Use:
import file_modfication_checker
Output Use:
find_differences(folder) = new, deleted, modified
Comand Usage
How To Use Usage:
mcheck <folder> [OPTIONS]
Arguments: Name of folder to check
Options: -e, --exclude File types to ignore
-i, --information Type of information to show
Result
- Red Text: files that were deleted - no infromation will be given
- Green Text: files that were added - requested information will be given
- Yellow Text: files that were modified - requested information will be given
0.2.1
Installing and Importing
Installing Use:
pip install file_modfication_checker==0.2.0
Importing Use:
import file_modfication_checker
Output Use:
find_differences(folder) = new, deleted, modified, before_changes_information, after_changes_information
Comand Usage
How To Use Usage:
mcheck <folder> [OPTIONS]
Arguments: Name of folder to check
Options: -e, --exclude File types to ignore
-i, --information Type of information to show
-ba, --before/after present or past information to show
Result
- Red Text: files that were deleted - requested inforation before the deletion will be given
- Green Text: files that were added - requested information after the addition will be given
- Yellow Text: files that were modified - requested information after the modification and/or before the modification will be given
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file file_modification_checker-0.2.1.tar.gz.
File metadata
- Download URL: file_modification_checker-0.2.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9140b37d440409e6e10282f47a7869d30d55580eef3780f91c2fcd11905997e2
|
|
| MD5 |
12b5e0d6637bde75e43a37635f7dd27d
|
|
| BLAKE2b-256 |
d28d34e3f6883f9d269b3666a272df615dc173d7546a13d6dba006c1fffc4a86
|
File details
Details for the file file_modification_checker-0.2.1-py3-none-any.whl.
File metadata
- Download URL: file_modification_checker-0.2.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0898cd511494d5d27b816cce58da00042a7bf34317a71c4359d215152c9787d
|
|
| MD5 |
126a0933f7c418bbce201ef9a5e4342c
|
|
| BLAKE2b-256 |
f31f118e95cc1435238c42a1802e60fbf732b794c0ea58e8d2555cbfa8a5052a
|