Take timestamp information from pix(image and video) files, and rename them by using timestamp information. Timestamp can be extracted from:
- file name
- exif (if present)
- file stat
- Python 3.11+
- uv
./pixsort run -i <디렉터리> [-r] [-u] [-w N] [-a]
./pixsort gui # 미구현 플레이스홀더옵션:
-i, --in: 대상 디렉터리-r, --recursive: 서브디렉터리 재귀 탐색-u, --uppercase: 대문자로 리네이밍-w, --workers: 워커 스레드 수 (최대 8)-a, --apply: 실제 적용 (없으면 preview 모드)
-a 없이 실행하면 preview 모드로 동작하며, 실제 적용 시 실행 디렉터리에 history-<타임스탬프>.sh 이력 스크립트가 생성되어 되돌릴 수 있습니다 (bash history-*.sh undo).