https://github.com/runofthemillgeek/vtop-renaming
Scripts for renaming to easily sort VTOP downloads.
https://github.com/runofthemillgeek/vtop-renaming
boredom vit-university
Last synced: 3 months ago
JSON representation
Scripts for renaming to easily sort VTOP downloads.
- Host: GitHub
- URL: https://github.com/runofthemillgeek/vtop-renaming
- Owner: runofthemillgeek
- License: mit
- Created: 2017-05-14T17:00:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T11:16:29.000Z (about 8 years ago)
- Last Synced: 2025-03-16T17:05:32.509Z (3 months ago)
- Topics: boredom, vit-university
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VTOP Renaming Utilities
Contains programs and scripts for file manager tools to clean filenames of files downloaded from student portal.
## Details of included scripts
[AdvancedRenamer/vtop_format_date.aren](AdvancedRenamer/vtop_format_date.aren) — AutoRenamer script that converts date from `DD-MMM-YYYY` format to `YYYY-MM-DD` format and strips unnecessary text which allows you to sort by name in your file explorer and get the same result as if sorted by date.
```
WINSEM2016-17_SWE530_ETH_3523_11-APR-2017_RM001_XlsFileHandlingCSVFormat.pdf
-TO-
2017-04-11_SWE530_RM001_XlsFileHandlingCSVFormat.pdf
```## Checklist (prolly won't ever happen unless we both bored)
- [ ] Create a python program that can take options while renaming for numbered files, using just topic names and whole lot of other shit when I'm dead bored.
- [ ] Look for simpler tools.
- [ ] Test current scripts/programs for multiple cases.