Skip to content

Nephyx/alcora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A lightweight disk content analyzer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages