Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
TekWizely
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
TekWizely
1mo ago
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://github.com/TekWizely/run Do you
2.
▲
Show HN: Python-Charmd – Start a PyCharm Debug Session from the Terminal
(github.com)
1 points
by
TekWizely
11mo ago
|
0 comments
3.
▲
by
TekWizely
2y ago
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 each template tag provide a printf specifier to for
4.
▲
by
TekWizely
5y ago
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 create and share the project ! Thanks [for] the comment, -TW
5.
▲
by
TekWizely
5y ago
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] package, which itself is written in go and can be installe
6.
▲
by
TekWizely
5y ago
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 internally.
7.
▲
by
TekWizely
5y ago
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 maintain any package information. I'm not s
8.
▲
by
TekWizely
5y ago
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 hugo ... installing github.com/gohugoio/hugo
9.
▲
by
TekWizely
5y ago
(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 package-url What Bingo tries to do is make _managing_
10.
▲
by
TekWizely
5y ago
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!
11.
▲
by
TekWizely
5y ago
Clickable link: https://github.com/TekWizely/pre-commit-golang/releases/tag/...
12.
▲
Pre-commit-Golang v1.0.0-beta.1 – Now with support for running custom go tools
2 points
by
TekWizely
5y ago
|
1 comments
13.
▲
by
TekWizely
5y ago
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 into the ring: Run: Easily manage and invoke small scri
14.
▲
by
TekWizely
5y ago
> 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
15.
▲
by
TekWizely
5y ago
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 and I saw the OPs creation as not being in the same re
16.
▲
by
TekWizely
7y ago
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 better at managing small scripts and wrappers, while incorporati
17.
▲
Run v0.7.2 – Easily manage and invoke small scripts and wrappers
(github.com)
1 points
by
TekWizely
7y ago
|
1 comments
18.
▲
Bingo v0.2.0 – Its Homebrew for “Go Get” – Now with Update and Version Support
(dev.to)
1 points
by
TekWizely
7y ago
|
0 comments
19.
▲
Show HN: Bingo – The missing package manager for Golang binaries
(dev.to)
1 points
by
TekWizely
7y ago
|
0 comments
20.
▲
by
TekWizely
7y ago
Author here, The linked dev.to post goes over recent features and bug fixes for the latest version of Run: v0.7.0 If you've been following run, I hope you'll find these updates useful. If this your first time reading about run, an
21.
▲
Run v0.7.0 – Easily manage and invoke small scripts and wrappers
(dev.to)
1 points
by
TekWizely
7y ago
|
1 comments
22.
▲
by
TekWizely
7y ago
I see a couple of posts mentioning IndieHackers. I'd say IH is a great resource for "Side Hustles" But I think of "Side Projects" as a different thing. It doesn't look like the place where you post your OSS Git
23.
▲
Run v0.6.5 – Recent Updates, 300 Stars, Homebrew Support
(dev.to)
2 points
by
TekWizely
7y ago
|
0 comments
24.
▲
by
TekWizely
7y ago
The channels I'm trying to use, in order of most success: * Hacker News * Dev.to * Reddit * Twitter
25.
▲
by
TekWizely
7y ago
Hi @mmgutz, Thanks for linking these other projects - I'm going to add a section in my README linking to other projects that people might find useful for their various use cases. Go-task feels like a build tool and not really a general
26.
▲
by
TekWizely
7y ago
Hi @kariert, I think a first answer could be answering with a question: "Why do so many people use makefiles to just manage tasks/scripts/wrappers instead of using pure bash scripts" One reason may be that they are alrea
27.
▲
by
TekWizely
7y ago
Hi @brian_cloutier, A couple of things that come to mind (although I should probably flesh out a section on the README for this): * Auto-Generated Help From comments - There are patterns for adding a 'help' target in make that gen
28.
▲
by
TekWizely
7y ago
Thanks @a_band - Please don't hesitate to submit a bug report (or feature request!) if you get a chance to play around with it.
29.
▲
by
TekWizely
7y ago
I must admit robo is clever for using YAML where I built an entire parser to do somewhat the same thing :)
30.
▲
by
TekWizely
7y ago
Greetings! Yeah I haven't done much with Package managers (PKGBUILD, brew, etc) and thinking this project might be my excuse to start learning them. Thanks for your kind words and offer for a PR - I'll keep an eye out for it !
More ›