circumflex
circumflex copied to clipboard
🌿 It's Hacker News in your terminal
I am looking for help to add support for installing `clx` via Linux package managers.
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.6.0 Summer 2022 Release Some exciting changes make their way to Cobra! Command completions continue to get better...
Greetings, that's such an incredible interface you managed to pull together there, congratz! The only otherwise minor issue my experience are the background colors on the header and footer row...
Is it possible to install via ``` go install github.com/bensadeh/circumflex@latest ``` now it's error with ``` go install github.com/bensadeh/circumflex@latest 1 ↵ go: downloading github.com/bensadeh/circumflex v0.0.0-20221014062858-feb512648702 go: github.com/bensadeh/circumflex@latest: github.com/bensadeh/[email protected]: parsing go.mod:...
Hi, so this is mainly a UX decision, of course, but i think the cursor should reset to 0 on page change or category change, it just makes more sense...
Hi, This PR adds the argument `--mark-read-on-open` to mark the items as read (write it in history) when opening a link. Curious to have comments on this. On my side,...
So i made the repo work with go install, only downside is the binary will be named as the name of the repository, you'd only get the clx name if...
This fixes #131. I'm not entirely sure why this ghosting effect doesn't appear consistently on different terminal emulators but clearing the screen explicitly after exiting the help page seems to...
So, currently when list items are distributed across multiple pages you can not traverse these when ( cursorIndex == len(listItems) - 1 ) or ( cursorIndex == 0 ) is...