Linux command
circumflex 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Browse
clx
Browse
clx -n
Set
clx -c 80
Read
clx comments [33192518]
Read
clx url [https://example.com/article]
Add
clx add [33192518]
Clear
clx clear
Show
clx --categories="ask,show"
说明
circumflex (binary name clx) is a terminal-based Hacker News client built with the Bubble Tea TUI framework. It lets you browse stories, read comment threads with syntax-aware formatting, and view linked articles in Reader Mode without leaving the terminal. Comments are pretty-printed and piped to less with syntax highlighting for code snippets, @mentions, variables, and URLs. Rainbow-colored indentation bars distinguish nesting levels. The tool tracks read history, highlights new comments since last visit, and supports saving favorites as pretty-printed JSON at ~/.config/circumflex/favorites.json.
参数
- -a, --auto-expand
- Auto-expand all replies in comment threads.
- --categories=_string_
- Set visible categories (default: "top,best,ask,show").
- -c, --comment-width=_int_
- Set comment width in characters (default: 70).
- -e, --disable-emojis
- Disable emoji conversion in output.
- -d, --disable-history
- Disable marking submissions as read.
- -t, --hide-indent
- Hide indentation guide bars in comments.
- -n, --nerdfonts
- Enable Nerd Fonts icons.
- -o, --plain-comments
- Disable syntax highlighting in comments.
- -p, --plain-headlines
- Disable syntax highlighting in headlines.
- -v, --version
- Display version number.
FAQ
What is the circumflex command used for?
circumflex (binary name clx) is a terminal-based Hacker News client built with the Bubble Tea TUI framework. It lets you browse stories, read comment threads with syntax-aware formatting, and view linked articles in Reader Mode without leaving the terminal. Comments are pretty-printed and piped to less with syntax highlighting for code snippets, @mentions, variables, and URLs. Rainbow-colored indentation bars distinguish nesting levels. The tool tracks read history, highlights new comments since last visit, and supports saving favorites as pretty-printed JSON at ~/.config/circumflex/favorites.json.
How do I run a basic circumflex example?
Run `clx` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -a, --auto-expand do in circumflex?
Auto-expand all replies in comment threads.