Live data from Hacker News

Viewing profile — TekWizely

TekWizely

HN member
Joined
Tue, Dec 17, 2019, 9:34 PM UTC
HN karma
59
Public activity
43 items

About TekWizely

No profile information was provided.

Recent public activity

  1. comment
    Comment #49161306

    I made a task runner inspired by make's simplicity but purpose-built for running tasks: Run: Task runner that helps you easily manage and invoke small scripts and wrappers. https:/…

  2. story
  3. comment
    Comment #41753591

    TekWizely here (creator of the linked project) - I didn't create this post but thanks to OP for sharing. Happy to answer any Qs. Also, I'm about to add a killer feature that lets e…

  4. story
  5. story
  6. comment
    Comment #29705493

    LOL I know right! for the record, the project idea came first, and the brainstorming for names came after. But it was definitely a eureka moment that made me double-excited to crea…

  7. comment
    Comment #29705444

    Greetings! Thanks a lot for taking the time to look at Bingo. 1: re: copy-paste install script: I'll definitely grind on this and see what we can do. Bingo requires my Run[1] packa…

  8. comment
    Comment #29705048

    Hi! Bingo is basically a wrapper over `go install` that makes it easier to manage the binary after installation. ABI and Distro etc issues are resolved however Go resolves them int…

  9. comment
    Comment #29705027

    The beauty of Bingo is that it uses Go's built-in project install feature, ie. its as easy as as replacing `go` with `bingo` : $ bingo install package-url you don't need to maintai…

  10. comment
    Comment #29704998

    LOL Actually one my hopeful future additions is to maintain (or use discovery) a list of name-to-repo mappings. ie. I would love for users to be able to just do: $ bingo install hu…

  11. comment
    Comment #29704959

    (I was on xmas vacay so missed the initial post) Wow what a nice random surprise - Thanks OP for the call out! Go already makes installing go apps extremely easy, ie: go install pa…

  12. comment
    Comment #29446728

    Just a quick drive-by to say thanks for the call-out - I hope you're finding run to be a useful tool and would love to hear more about how you're using it!

  13. story
  14. story
  15. story
  16. story
  17. story
  18. comment
    Comment #28094541

    Clickable link: https://github.com/TekWizely/pre-commit-golang/releases/tag/...

  19. story
    Pre-commit-Golang v1.0.0-beta.1 – Now with support for running custom go tools

    Release Announcement: * https://github.com/TekWizely/pre-commit-golang/releases/tag/v1.0.0-beta.1 While this project includes builtin hooks for many popular go tools, it's not poss…

  20. comment
    Comment #27399094

    I see this post has finally devolved into a discussion around using make as a task runner (it hadn't yet when I first read the article yesterday) With that in mind, I toss my tool …

  21. comment
    Comment #27399078

    > If you want a glorified shell script which runs commands Give my Run tool a try: Run: Easily manage and invoke small scripts and wrappers https://github.com/TekWizely/run

  22. comment
    Comment #27399040

    Hey thanks for the bump ! I sometimes chime in on posts where OP makes a tool in the same domain as Run. When I hit this article yesterday, the bash script convo hadn't started yet…

  23. story
  24. story
  25. comment
    Comment #22620964

    Do you find yourself using tools like make to manage non build-related scripts? Build tools are great, but they are not optimized for general script management. Run aims to be bett…