This repository contains two scripts for analyzing folders and their contents, one written in Bash and the other in Python.
The foldersize24
script is a Bash script that lists the contents of a directory and sorts them by creation date. It provides information about each file or directory's size and creation date.
- Download the
foldersize24
script or clone this repository. - Open a terminal and navigate to the directory containing the script.
- Make the script executable:
chmod +x foldersize24
- Navigate to the directory you want to analyze using the terminal.
- Run the script with the desired directory as an argument:
foldersize24
cd /path/to/directory
foldersize24
The foldersize24-GUI
script is a Python script that provides a graphical user interface (GUI) for listing the contents of a directory and sorting them by creation date. It displays the results in a user-friendly format.
- Download the
foldersize24-GUI
script or clone this repository. - Make sure you have Python 3 installed on your system.
- Open a terminal and navigate to the directory containing the script.
- Run the script:
python foldersize24-GUI
- Use the GUI to select the directory you want to analyze and click the "List Contents" button.
python foldersize24-GUI
Both scripts are provided as-is and may require permission changes or additional dependencies to run on your system. Make sure you understand the scripts' functionality and use them responsibly.
This project is licensed under the MIT License.
By following these instructions, users will be able to navigate to the directory they want to analyze and run the script directly from there.