I made a terminal pager / 我做了一个终端寻呼机

📰 2026-04-16 07:00 更新

🔸 I made a terminal pager / 我做了一个终端寻呼机

🔗 I made a terminal pager
🔥 12 points

原文:
TL;DR: I build terminal applications (TUIs) like kl for k8s logs and wander for Nomad. Core functionality of TUIs includes interacting with large blocks of text, like application manifests and logs. I created a reusable viewport component in Go for text navigation in my projects.Terminal pagers are programs that allow you to interactively navigate multi-page text. I used my viewport component to make lore, which I’m now daily driving as my terminal pager.In this post, I detail the features I …

译文:
TL; DR :我为k8s日志构建像kl这样的终端应用程序( TUI ) ,并为Nomad漫游。TUI的核心功能包括与大型文本块(如应用程序清单和日志)进行交互。我在Go中为项目中的文本导航创建了一个可重用的视口组件。终端寻呼机是允许您交互式导航多页文本的程序。我使用我的视口组件来制作传说,我现在每天驾驶它作为我的终点 al pager.在这篇文章中,我详细介绍了我的功能…


自动更新 · 正文抓取 · 双语翻译

Leave a Comment