Skip to content

Releases: hulloitskai/dgen

Homebrew Launch

28 Nov 16:50
Compare
Choose a tag to compare

Made some minor CLI changes (switched from go-flags to kingpin for better flag parsing), cleaned up the code a little bit, and launched on Homebrew (using Goreleaser:

brew install stevenxie/tap/dgen

Changelog

234e38d Switched from go-flags to kingpin for flag-parsing
def543f Updated Makefile, README.md

Timed stats update

07 Sep 20:21
Compare
Choose a tag to compare

dgen now offers benchmarking / timing statistics with the -s / --stats flag:

dgen --stats "a"
# Output:
# aaaaaaaaaa
#
# Successfully printed 10 bytes in 36.366µs.

Future-proofing patch

06 Sep 11:48
Compare
Choose a tag to compare

In this update, dgen has been modified to use Go modules. It now also uses the latest version of glip, its clipboard interface dependency.

"Better documentation" release

06 Sep 00:01
Compare
Choose a tag to compare

This release focuses on updating dgen's usage descriptions, as well as the README, to be a bit more comprehensive. Some of these modifications include:

  • Addition of stats, presets, and integration information to README.
  • A better 'usage' descriptor in the dgen help menu.

Other changes include:

  • General code-cleanup.
  • A really experimental --copy flag that allows you to write dgen's output into the clipboard (it's really buggy right now).

Feature-complete release [hotfix]

12 Aug 05:22
Compare
Choose a tag to compare

Modified default behaviour slightly; when repeating strings with no trailing newline, the program will complete by printing an additional newline for aesthetic purposes. Can be countered with the --preserve (or -p for short) flag.

From v1.0.0:

dgen is now considered feature-complete, with the ability to produce lots of output, really really quickly. > It also comes with intelligent argument and flag parsing! Give it a shot:

dgen --help

Feature-complete release

12 Aug 04:53
Compare
Choose a tag to compare

dgen is now considered feature-complete, with the ability to produce lots of output, really really quickly. It also comes with intelligent argument and flag parsing! Give it a shot:

dgen --help