TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Exploring a terminal-like user interface in a mobile app

2 点作者 seemack超过 1 年前

1 comment

seemack超过 1 年前
I&#x27;d like to introduce Trtl, a mobile app I&#x27;m working on with a terminal-like UI.<p>I don&#x27;t see many mobile apps on HN but this one has a twist that I thought might be interesting to the HN community.<p>I recently sat down to write myself an app to record business trips in my personal vehicle and the simple use-case was an excellent opportunity to explore an old thought that a terminal interface could be a good fit for mobile.<p>There&#x27;s a concept in the UX world loosely called &quot;Reachability&quot; which refers to how much of the screen the user can comfortably reach with their thumb. The idea behind it being that frequently used elements should be located within that convenience zone. A terminal-like interface, with it&#x27;s keyboard-first interactive model, is very compatible with this.<p>Further, our fingers are also the mouse in the mobile context so mouse-centric design patterns like buttons can still be useful. One example of this in Trtl is the custom odometer entry control. It uses the keyboard for entry but you can also change the currently selected digit by tapping the UI element. The actions presented in the command lines are also tappable!<p>It&#x27;s definitely not perfect. There are some notable UX issues to iron out, touch target sizes, discoverability, etc. Still though, I&#x27;m personally surprised and impressed by how well a terminal-like concept works in a mobile app.<p>Thanks for looking!