HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bensadeh

no profile record

Submissions

Sapling – A VCS from Meta

github.com
77 points·by bensadeh·2 lata temu·23 comments

Show HN: Tailspin – A Log File Highlighter

github.com
139 points·by bensadeh·3 lata temu·40 comments

Show HN: Circumflex, browse HN in your terminal

github.com
180 points·by bensadeh·4 lata temu·63 comments

comments

bensadeh
·3 lata temu·discuss
Updated the readme now.
bensadeh
·3 lata temu·discuss
Thanks for the feedback! Good idea to showcase the use cases earlier and clearer.
bensadeh
·3 lata temu·discuss
Sorry about that! The debian packages are a bit outside my control, but `cargo install tailspin` should do the trick. I might need to remove it from the readme if people aren't able to install that way.
bensadeh
·4 lata temu·discuss
You can do this from the command line with `clx view [id]`. This was in the readme before, but I seem to have removed it when I last restructured the page. If you want to read the article in reader mode it is `clx read [id]`.
bensadeh
·4 lata temu·discuss
Not good. Would you be able to open a ticket on GitHub? It would be easier to continue the troubleshooting from there.
bensadeh
·4 lata temu·discuss
1. The cool thing about using `less` as the pager is everything you get out of the box, including search. Search from within less with `/`.

2. You can collapse / expand the comment section with h/l or left arrow and right arrow. The limitation to this is that it is not possible to collapse specific threads / replies, only all replies at once.
bensadeh
·4 lata temu·discuss
I would love to bring this to more package managers, including MacPorts!
bensadeh
·4 lata temu·discuss
This actually comes out of the box for the system screenshot tool in macOS (Cmd + Shift + 4 and then Space to select window). The screenshot of the window will then have this shadowing around it.
bensadeh
·4 lata temu·discuss
Thank you!

On linux you can still install with homebrew[1], but if you prefer you can install from source as well. Follow the installation instruction for installing Go, maybe your distro has a preferred way. Then you can clone the repo and either 1. install the binary with `go install` (make sure $GOPATH/bin in in your path variable) or 2. run with `go run main.go`.

On a side note, I am looking for help to add `clx` to linux package managers.

[1] https://docs.brew.sh/Homebrew-on-Linux
bensadeh
·4 lata temu·discuss
Thanks for the suggestion! That would indeed be very useful!
bensadeh
·4 lata temu·discuss
Yes, collapsing specific replies is a bit of a limitation at the moment, but moving between comments with j/k is something that can be implemented!
bensadeh
·4 lata temu·discuss
Right now it is somewhat out of the scope of this project as I am using less for viewing everything. But it would be great down the line to write replies in your favorite terminal editor all from within clx!
bensadeh
·4 lata temu·discuss
Great! Thank you for letting me know! I should add a check and also update the brew formula to fetch the latest version of less as well.
bensadeh
·4 lata temu·discuss
`clx` depends on the latest version of `less` which at the moment is v 608. Can you update to the latest version and see if you still get the same error message?