Metadata-Version: 2.3
Name: shell-tools
Version: 1.2.3
Summary: Set of Python applications/scripts for different purposes
License: MIT
Author: Sergii Lovygin
Author-email: lovygin.dev@gmail.com
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (==8.1.8)
Project-URL: Homepage, https://github.com/stanykey/shell-tools
Description-Content-Type: text/markdown

# Shell Tools

The package contains a set of small CLIs for different purposes.

## List of applications:
- **generate-file**: allowing to generate files with random 'trash'
- **find-empty-dir**: allowing find empty dirs and apply some actions
- **sync-repos**: allowing to sync multiple repositories at once
- **edit-nvim-config**: open `nvim` config dir for edit with `nvim`
- **pretty-date**: print timestamp in human-readable format

