I have multiple disks and network shares across multiple computers and I need to keep track of how much disk space i'm using (without mapping every drive), how do i do that?
disk-usage is a desktop utility to keep track of how full your 💿's are getting. Supports Windows with either local drives and network shares. For downloads please see the releases page.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Visual Studio (only tested on Visual Studio 2015)
- Open solution using Visual Studio
- Build
Debug
orRelease
- Executable can be found in
disk-usage\disk-usage-ui\bin\[Debug/Release]\
The Disk usage utility lives in your taskbar, click it to see the status of drives, or right click to add additional drives or quit.
Tests have not yet been developed for this project. [TODO]
- Json.NET - JSON framework for .NET
- Fody/Costura - To embed everything into a single .EXE
- ByteSize - Directory size conversions; bytes to GB etc.
The intent is to use SemVer for versioning. For the versions available, see the tags on this repository.
- Alex H - Initial work - factorydefault
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details