Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 950 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 950 Bytes

alcora

A lightweight disk content analyzer.

GitHub code size in bytes

About

This small application should make it easy for you to analyze your filesystem. It's aiming to provide you brief or detailed overviews of files on your disk or functions which you can use in your applications.

Still being in early development, the features planned so far are:

  • directory overview (size, file types, activity)
  • listing directories by their contents
  • listing files by their extensions
  • listing files by dates (creation, modification, access, date range)
  • listing files by size

Usage

alcora can be launched by running main.py with directory path argument in Python interpreter:

python3 main.py [directory_path]

By running this command, a console output with an overview of directory contents is generated.

Options for running alcora will be extended soon.