Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 890 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 890 Bytes

teddy_cli

A script for sorting assignments by student numbers

This script works with specific pattern : * [Student_Number].pdf (and many formats that have three letters.)

Usage

Follow these instructions for your OS :

Windows

Download teddy.exe from dist folder and open it via CMD or PowerShell, Type teddy [Assignment Directory Name] or ./teddy.exe [Assignment Directory Name] respectively.

mac OS

Download teddy from mac folder and open it via Terminal, Type ./teddy [Assignment Directory Name]

GNU/Linux

Download teddy from linux folder and open it via Terminal, Type ./teddy [Assignment Directory Name]

*If successful You will see new directory "[Assignment Directory Name] Sorted" as output in same directory.

Caution

Note that both Assignment Directory and Excecutable Script should be in the same directory for now. Adding to path script will be released soon.