o
odin.langpkg.dev
packages / library / Recent-Changes

Recent-Changes

92a33bdlibrary

Checks for recently modified files in odin

MIT · updated 1 year ago

Recent Changes - Odin Document Scanner

A command-line program written in Odin that scans a directory and its subdirectories for recently changed documents.

Features

  • Recursively scans directories and subdirectories
  • Displays file path, modification time, and file size
  • Sorts results by modification time (most recent first)

Prerequisites

Building

To compile the program:

# build and run
odin run .

Usage

Scan current directory:

# Check for changes in test folder from the last hour
./RecentChanges.exe c:/test/ 1
# Check current folder for the last 24 hours
./RecentChanges.exe . 24