HackerTrans
トップ新着トレンドコメント過去質問紹介求人

gojiberries

no profile record

投稿

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

theintercept.com
7 ポイント·投稿者 gojiberries·2 年前·4 コメント

Linux Fu: Gum Up Your Script

hackaday.com
1 ポイント·投稿者 gojiberries·3 年前·0 コメント

How to Read Markdown Documents in Your Linux Terminal with Glow

makeuseof.com
3 ポイント·投稿者 gojiberries·4 年前·0 コメント

World Cup 2022 CLI Dashboard

github.com
35 ポイント·投稿者 gojiberries·4 年前·3 コメント

Cue the Command Line

github.com
1 ポイント·投稿者 gojiberries·4 年前·0 コメント

Issuing and Using SSH Certificates

carlosbecker.com
3 ポイント·投稿者 gojiberries·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 gojiberries·4 年前·0 コメント

Compress: Optimized Go Compression Packages

github.com
1 ポイント·投稿者 gojiberries·4 年前·0 コメント

Pryrite: Interactively execute shell code blocks in a Markdown file

github.com
25 ポイント·投稿者 gojiberries·4 年前·12 コメント

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

github.com
9 ポイント·投稿者 gojiberries·4 年前·0 コメント

Gosniff: A TUI-Based Tcpdump

github.com
102 ポイント·投稿者 gojiberries·4 年前·21 コメント

Draw: A simple drawing tool for your terminal

github.com
2 ポイント·投稿者 gojiberries·4 年前·0 コメント

Rapidly building interactive CLIs in Go with Bubbletea

inngest.com
4 ポイント·投稿者 gojiberries·4 年前·0 コメント

Build a Simple Terminal Emulator in 100 Lines of Golang

ishuah.com
1 ポイント·投稿者 gojiberries·4 年前·0 コメント

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

github.com
3 ポイント·投稿者 gojiberries·4 年前·0 コメント

Pillager: Pillage Filesystems for Sensitive Information

github.com
1 ポイント·投稿者 gojiberries·4 年前·0 コメント

Melt: Backup and restore Ed25519 SSH keys with seed words

github.com
3 ポイント·投稿者 gojiberries·4 年前·0 コメント

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

github.com
1 ポイント·投稿者 gojiberries·4 年前·0 コメント

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

github.com
2 ポイント·投稿者 gojiberries·4 年前·0 コメント

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

github.com
73 ポイント·投稿者 gojiberries·4 年前·16 コメント

コメント

gojiberries
·4 年前·議論
It does look awesome! I didn't make it though, just discovered it and thought it was really cool.
gojiberries
·4 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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.