Skip to content

notepad

The notepad command is a simple in-app utility for taking quick notes.

Syntax

notepad [list / new <name> / read <name> / delete <name> / edit <name>]

Usage

  • notepad list: Displays all your saved notes.
  • notepad new <note_name>: Creates a new note with the specified name.
  • notepad read <note_name>: Displays the content of an existing note.
  • notepad edit <note_name>: Opens the editor to modify a note's content.
  • notepad delete <note_name>: Deletes the specified note.

Example

notepad new TodoToday
notepad read TodoToday