Type normally
The note file is plain text. Move the cursor with the arrow keys and type the words you want to keep.
person.dev / first-time terminal
You do not need to become a programmer to try bcp. You
need to open one text window, often called the command line or
console, paste one command, and know how to leave the notes editor when
you are done.
Open Applications -> Utilities -> Terminal. A plain window appears with a cursor. That cursor is where pasted commands go.
Paste the install command from the bcp page, press Return, and wait for the prompt to come back. If macOS asks whether Terminal may access a folder, read the message and choose the option that matches what you are trying to do.
After installation, type bcp and press Return. You can
also ask directly for morning or evening readings.
bcp
bcp readings morning
bcp readings evening
Notes open in your configured editor. If you have not chosen one,
bcp uses nano, a simple editor in the Terminal with
its commands shown at the bottom of the screen.
The note file is plain text. Move the cursor with the arrow keys and type the words you want to keep.
Press Control+O, then press Return to confirm the
file name.
Press Control+X. You are back at the Terminal prompt.
Windows can run command-line tools too, usually through PowerShell or WSL. Those paths are different enough that they need their own guide.
If you are on Linux, you probably already know where your terminal
is. If nano is missing, install it with your system
package manager or set VISUAL or EDITOR.