This repository has been archived by the owner on Nov 21, 2020. It is now read-only.
Releases: dd86k/ggf
Releases · dd86k/ggf
ggf v0.2.2
ggf v0.2.1
For some odd reason, if you compile ggf with LDC2, it fails on run-time for local drives, excluding USB/external ones.
So here's a release with a working 64-bit build.
Changelog
- Performance tweaks
- Change -F output with tabs and
+EXAMPLE
ggf v0.2.0
It's now possible to specify a drive, and an -n option has been added, the ability to remove the header.
Changelog
- Add the ability to specify a drive : e.g.
ggf c
for C: - Add
-n
option, to remove the header bar - Fix missing options in help screen
ggf v0.1.0
A new feature has been added : -P
(view by progress-bar style usage). The 32-bit build works under Windows XP.
Otherwise, all features have been reworked.
| Option | Description |
| None | View usage by size |
| -P | View usage by bars |
| -F | View features |
| -M | View misc. |
ggf v0.0.1
Faster? Faster.
Running through the -betterC
, step on the extern (C)
, yeah!
First pre-release
Enjoy!
ggf.win32.exe
: dmd -release -O -boundscheck=off -m32 ggf.d
ggf.win64.exe
: dmd -release -O -boundscheck=off -m64 ggf.d