Dictate in any app · Code
nano is what you get on a server, and server work generates notes nobody writes down. Typally works at the keyboard level, so anywhere nano accepts typing, it accepts your voice instead.
This is a vendor guide from the makers of Typally. Anything we say about nano is worth verifying — third-party features change without notice.None. It is a minimal terminal editor.
nano is the editor you use over SSH when something is broken. That is exactly when a comment explaining the change would be most valuable and least likely to be written.
In practice people use it for: Config file comments, commit messages, change notes on a server, and the runbook entry for what you just did at 2am.
Nothing changes inside nano itself. Typally sits in the tray and types into the focused window:
One install, one sign-in. Nothing else to configure.
The cursor position is the whole instruction — nano routes the keystrokes from there.
Hold, talk, release. Long passages are fine.
nano is a terminal editor, so everything about terminals applies — a dictated return inside nano is a newline, but exiting to the shell puts you back somewhere that executes.
Typally types into your terminal window, which makes nano usable for the comment you would otherwise skip. Keep to the strict rule that applies to anything terminal-shaped: dictate inside the editor, never at a live shell prompt, because a return there executes the line.
An engineer fixing a production config at two in the morning speaks a three-line comment above the change explaining what broke and why this value. The postmortem the next day writes itself from that comment.
Comment the config change with the date and the reason before you save. Six months later that comment is the only record of why the value is what it is.
nano is a terminal editor, so everything about terminals applies — a dictated return inside nano is a newline, but exiting to the shell puts you back somewhere that executes.
Text goes to your local terminal window, so yes. Be careful about what happens when you exit.
No. It is deliberately minimal.
Inside nano, yes. At the shell prompt afterwards, no — a dictated return executes.
Start on the free plan (100 minutes a month, no card). Pro lifts the cap and adds meeting notes for $7.99/month.
Also dictate in: Terminal · Vim · Docker Desktop · see all apps