An open API service indexing awesome lists of open source software.

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.

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.