Notes

DuckTape's notes feature allows you to create, edit, and organize notes efficiently. You can also use the DuckTape command line or natural language commands to manage your notes seamlessly.

Creating Notes

To create a note, simply use a natural language command. DuckTape will interpret your intent and create a note with the specified content.

Terminal
$ ducktape create note "Project ideas for Q2"
Creating note: "Project ideas for Q2"...
Note created successfully!
$ |

Note Command Patterns

DuckTape understands various command patterns for creating notes:

Pattern Example Result
create note [content] "create note about team meeting" Creates a note with the specified content
add to note [note name]: [content] "add to note 'Project ideas': 'Discuss new marketing strategies'" Adds content to an existing note
find note [keywords] "find note about marketing" Searches for notes containing the specified keywords

Managing Notes

Viewing Notes

You can view your notes using natural language commands:

# Show all notes
ducktape show all notes

# Show a specific note
ducktape show note "Project ideas"

# Search for notes
ducktape find note "marketing"

Updating Notes

Modify existing notes with natural language:

# Add content to a note
ducktape add to note "Project ideas": "Include AI-driven solutions"

# Rename a note
ducktape rename note "Project ideas" to "Q2 Project ideas"

# Delete a note
ducktape delete note "Old notes"

Natural Language Examples

Here are some examples of natural language commands for working with notes:

Basic Notes
  • "Create a note about project deadlines"
  • "Add to note 'Team meeting': 'Discuss Q2 goals'"
  • "Find note about marketing strategies"
Advanced Notes
  • "Show all notes containing 'budget'"
  • "Rename note 'Old ideas' to 'Archived ideas'"
  • "Delete note 'Outdated plans'"

Integrating with Apple Notes

All notes created with DuckTape sync with the Apple Notes app, allowing you to:

  • View and edit notes from any Apple device
  • Organize notes into folders
  • Search for notes using Spotlight
  • Share notes with others

Pro Tip

Using a combination of DuckTape and the Apple Notes app gives you the best of both worlds:

  • Quick creation with natural language through DuckTape
  • Visual organization and editing through Apple Notes
  • Access to all Apple ecosystem features like sharing and collaboration