Skip to content

Commit

Permalink
Changed README and old zig build name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Vest Nielsen committed Jan 31, 2024
1 parent 0b198ae commit 48f5a9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# renameStudentPapers

Writtin in <a href="https://ziglang.org/">Zig 0.10.0</a> to change the file names of the student papers (PDF-files) from Aalborg University's Digital Exam (DE) in the current working directory, so that Windows sorts them correctly.
Writtin in <a href="https://ziglang.org/">Zig 0.11.0</a> to change the file names of the student papers (PDF-files) from Aalborg University's Digital Exam (DE) in the current working directory, so that Windows sorts them correctly.

* The binary is statically linked and the only dependencies are the Windows Kernel Dll's (kernel32 and ntdll).

## Usage
## Usage

To use, simply place the executable file in a directory with the PDF files downloaded from Aalborg University's Digital Exam (DE). Then, run "renameStudentPapers.exe" to efficiently rename the files. Enjoy the convenience!

## Compile from source
## Compile from source

Compile and run using Zig from a directory with the student papers from the Digital Exam (DE):
Compile and run using Zig from a directory with the student papers from the Digital Exam (DE):

* zig build run
* zig build run
4 changes: 2 additions & 2 deletions README.md.bak
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# renameStudentPapers

Writtin in <a href="https://ziglang.org/">Zig 0.10.0</a> to change the file names of the student papers (PDF-files) in the current working directory, so that Windows sorts them correctly.
Writtin in <a href="https://ziglang.org/">Zig 0.10.0</a> to change the file names of the student papers (PDF-files) from Aalborg University's Digital Exam (DE) in the current working directory, so that Windows sorts them correctly.

* The binary is statically linked and the only dependencies are the Windows Kernel Dll's (kernel32 and ntdll).

## Usage

To use, simply place the executable file in a directory with the PDF files downloaded from Aalborg University's Digital Exam. Then, run "renameStudentPapers.exe" to efficiently rename the files. Enjoy the convenience!
To use, simply place the executable file in a directory with the PDF files downloaded from Aalborg University's Digital Exam (DE). Then, run "renameStudentPapers.exe" to efficiently rename the files. Enjoy the convenience!

## Compile from source

Expand Down
File renamed without changes.

0 comments on commit 48f5a9e

Please sign in to comment.