Skip to content

Create a Note ​

To create a new note, use the --create flag or its shorthand -c.

Usage ​

bash
notely-cli --create
notely-cli -c

Interactive Process ​

When you start creating a note, you'll be guided through a few simple steps:

1. Enter Title ​

First, you'll be prompted to enter a title for your note.

bash
╭──────────────────────────────────────────────────────────╮
│ ✦ NEW NOTE Step 1/2                                      │
╰──────────────────────────────────────────────────────────╯

Enter a title for your note                            8/50

❯ new note

2. Enter Description ​

Next, provide the content or description for the note.

bash
╭──────────────────────────────────────────────────────────╮
│ ✦ NEW NOTE Step 2/2                                      │
╰──────────────────────────────────────────────────────────╯

Write your note content                              15/300

❯ my awesome note

3. Save Confirmation ​

Once finished, you'll see a success message confirming the note has been saved.

bash
╭──────────────────────────────────────────────────────────╮
│ ✦ NEW NOTE                                               │
╰──────────────────────────────────────────────────────────╯

╭──────────────────────────────────────────────────────────╮
│ ✔ Note "my awesome note" saved!                          │
╰──────────────────────────────────────────────────────────╯