Skip to content

3zbumban/del-DS_store-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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"

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%