Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 649 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 649 Bytes

del-DS_Store-py

simple python script to delete .DS_store files

Instalation

git clone https://github.com/3zbumban/del-DS_store-py.git
cd del-DS_store-py
pip install -r requirements.txt

Usage

python del-DS_store-py.py --help

Start from script location

python del-DS_store-py.py -c
python del-DS_store-py.py --current-dir
python del-DS_store-py.py --cwd

Give path as an argument to the script

python del-DS_store-py.py -p <path>
python del-DS_store-py.py --path <path>

Example:

python del-DS_store-py.py -p "C:\example\dir"
python del-DS_store-py.py --path "C:\example\dir"