Releases: GirishCodeAlchemy/TopNDiskAnalyzer
v1.0.1
Release v1.0.1
Overview
This release includes a critical bug fix where the application was displaying duplicate file names when showing the top files and folders in a directory.
Bug Fixes
- Fixed an issue where the application was showing duplicate file names. This was due to the file being added to both
filesCh
andtopFiles
in theprocessFolder
function. ThetopFiles
slice has been removed to resolve this issue. - Fixed directory path to be override if there is any directory mentioned without the directory flag
How to Update
To update to the latest version, please follow the steps below:
- Download the latest binary from the releases page.
- For Mac users, copy the binary to
/usr/local/bin
. - For Linux and Windows users, please copy the binary to the equivalent directory on your system.
Please ensure that you have the necessary permissions to copy files to these directories.
v1.0.0
Version 1.0.0
This release introduces powerful features for analyzing and displaying the top files and folders in a specified directory. Whether you are running Linux, macOS, or Windows, Directory Analyzer provides a versatile and efficient solution.
Highlights
-
Cross-Platform Support: Precompiled binaries are available for Linux, macOS, and Windows. Download and use Directory Analyzer on your preferred operating system effortlessly.
-
Enhanced Installation: The installation process is now more streamlined. Simply download the binary for your operating system from the releases page or build from source with the provided instructions.
-
Improved Usage Instructions: The README has been updated with clear usage instructions, including examples, options to tailor the analysis to your needs, and support for the help command.
-
Installation Directory: The binary (
tdf
) can now be moved to a directory included in your system'sPATH
, making it executable from any location in the terminal.