HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gojiberries

no profile record

Submissions

Columbia clashes with students doused with IDF chemical weapon at Gaza rally

theintercept.com
7 points·by gojiberries·2 lata temu·4 comments

Linux Fu: Gum Up Your Script

hackaday.com
1 points·by gojiberries·3 lata temu·0 comments

How to Read Markdown Documents in Your Linux Terminal with Glow

makeuseof.com
3 points·by gojiberries·4 lata temu·0 comments

World Cup 2022 CLI Dashboard

github.com
35 points·by gojiberries·4 lata temu·3 comments

Cue the Command Line

github.com
1 points·by gojiberries·4 lata temu·0 comments

Issuing and Using SSH Certificates

carlosbecker.com
3 points·by gojiberries·4 lata temu·0 comments

[untitled]

1 points·by gojiberries·4 lata temu·0 comments

Compress: Optimized Go Compression Packages

github.com
1 points·by gojiberries·4 lata temu·0 comments

Pryrite: Interactively execute shell code blocks in a Markdown file

github.com
25 points·by gojiberries·4 lata temu·12 comments

Go-find: A programmatically accessible implementation of the *Nix find command

github.com
9 points·by gojiberries·4 lata temu·0 comments

Gosniff: A TUI-Based Tcpdump

github.com
102 points·by gojiberries·4 lata temu·21 comments

Draw: A simple drawing tool for your terminal

github.com
2 points·by gojiberries·4 lata temu·0 comments

Rapidly building interactive CLIs in Go with Bubbletea

inngest.com
4 points·by gojiberries·4 lata temu·0 comments

Build a Simple Terminal Emulator in 100 Lines of Golang

ishuah.com
1 points·by gojiberries·4 lata temu·0 comments

Musshi's Heart: An SSH based heart pumping game in Go

github.com
3 points·by gojiberries·4 lata temu·0 comments

Pillager: Pillage Filesystems for Sensitive Information

github.com
1 points·by gojiberries·4 lata temu·0 comments

Melt: Backup and restore Ed25519 SSH keys with seed words

github.com
3 points·by gojiberries·4 lata temu·0 comments

Redis Viewer: A command line TUI tool for browsing Redis data

github.com
1 points·by gojiberries·4 lata temu·0 comments

I Don't Need This: A TUI for Uninstalling Software

github.com
2 points·by gojiberries·4 lata temu·0 comments

Coral, a Cobra fork with nearly all its features, but only 4 dependencies

github.com
73 points·by gojiberries·4 lata temu·16 comments

comments

gojiberries
·4 lata temu·discuss
It does look awesome! I didn't make it though, just discovered it and thought it was really cool.
gojiberries
·4 lata temu·discuss
This is really well done! I found it on /r/golang and wanted to submit it to HN because it worked so well. Thanks for making such an awesome tool.
gojiberries
·5 lat temu·discuss
I love the modernization of classic (often difficult to use tools). Also check out:

* duf (df) replacement: https://github.com/muesli/duf

* sysz (better systemd browsing): https://github.com/joehillen/sysz
gojiberries
·5 lat temu·discuss
That would be cool! I found Confetty on Reddit and it sounds like the author has similar plans:

https://old.reddit.com/r/golang/comments/qjrddr/confetty_con...
gojiberries
·5 lat temu·discuss
That's really cool! A very good overview of the standard library and how to build network services with it. Also interesting in the standard lib is textproto, it's a super simple text based protocol you can use for building client/servers:

https://pkg.go.dev/net/textproto
gojiberries
·5 lat temu·discuss
The best tip imho is to use `vimtutor`. It's installed on every machine that has vim (to the best of my knowledge) and provides an interactive tutorial that builds on itself to teach vim knowledge. It's really cool, if you haven't checked it out just fire up a terminal and give it a play.