From df625e0fe7ff1ce38e94cae8e7cb66a66e51c5b6 Mon Sep 17 00:00:00 2001 From: Alexis Purslane Date: Sat, 15 Nov 2025 04:05:12 -0500 Subject: [PATCH] remove some duplication in README Refined descriptions for clarity and conciseness in the README. --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8d21708b..22ba7c1d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # CodeNomad - -> A fast, multi-instance desktop client for running OpenCode sessions the way long-haul builders actually work. +## A fast, multi-instance desktop client for running OpenCode sessions the way long-haul builders actually work. ## What is CodeNomad? @@ -14,16 +13,11 @@ CodeNomad is built for people who live inside OpenCode for hours on end and need - **Long-session native** – scroll through massive transcripts without hitches and keep full context visible. - **Multiple instances, one window** – juggle several OpenCode instances side-by-side with per-instance tabs. -- **Deep task awareness** – jump into sub/child sessions (Tasks tool) instantly, monitor their status, and answer directly. +- **Deep task awareness** – jump into sub/child sessions (Tasks tool) instantly, monitor their status, and answer directly without losing your flow. - **Keyboard first** – the full UI is optimized for shortcuts so you can stay mouse-free when you want to. -- **Command palette superpowers** – summon a single, global palette to jump tabs, launch tools, tweak preferences, or fire shortcuts faster than the UI can animate. -- **Direct model messaging** – keep an eye on child sessions and send targeted replies without losing your flow. +- **Command palette superpowers** – summon a single, global palette to jump tabs, launch tools, tweak preferences, or fire shortcuts. Every action is categorized, fuzzy searchable, and previewed so you can chain moves together in seconds. It keeps your workflow predictable and fast whether you are juggling one session or ten. - **Developer-friendly rendering** – syntax highlighting, inline diffs, and thoughtful presentation keep the signal high. -## Command Palette - -The palette is the nerve center of CodeNomad: hit the shortcut once and you can search commands, switch instances, start a new task, open attachments, or tweak settings without taking your hands off the keyboard. Every action is categorized, fuzzy searchable, and previewed so you can chain moves together in seconds. It is the single interface for command execution, which keeps the workflow predictable and fast whether you are juggling one session or ten. - ## Requirements - [OpenCode CLI](https://opencode.ai) installed and available in your `PATH`, or point CodeNomad to a local binary through Advanced Settings.