Skip to content

Quick Start

Dragon edited this page Dec 22, 2025 · 3 revisions
# โšก Quick Start Guide

Welcome to NaviDuck! This guide will get you up and running in **5 minutes or less**. Perfect for your first time using NaviDuck.

## ๐ŸŽฏ In This Guide
- First launch and setup
- Your first search
- Chatting with NavAI
- Essential commands
- Next steps

---

## ๐Ÿš€ 1-Minute Launch

Already installed NaviDuck? Just run:

```bash
python naviduck.py

You'll see the main screen:

โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ                        NaviDuck Browser - Enhanced Version          โ”ƒ
โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”›

๐Ÿ”  Default Engine: Brave Search
๐Ÿง…  Tor: OFF
๐Ÿ•ฐ๏ธ  History: 0 entries
๐Ÿ“‘  Bookmarks: 0 saved
๐Ÿค–  NavAI: Ready
โš™๏ธ  Icons: Nerd Font

Type a command (try 'ai hello' or 's python'):

๐ŸŽ‰ Congratulations! You're in!


๐Ÿ“ Your First 5 Minutes

Minute 1: Say hello to NavAI

Type this at the prompt:

ai hello

You'll get a friendly response from NavAI - your built-in AI assistant!

Minute 2: Make your first search

Try searching for something:

s python programming

or

search wikipedia artificial intelligence

Minute 3: Open a result

After searching, you'll see numbered results. Type a number to open it:

Select an option:
  1-10 - Open result in NaviDuck
  o1-o10 - Open result in browser
  b - Bookmark first result
  Enter - Return to search

Your choice: 1

Minute 4: Try the main commands

Back at the main prompt, try these:

help          # See all commands
history       # View your search history
settings      # Open settings menu
clear         # Clear the screen

Minute 5: Open a website directly

go example.com

This will load the website content right in your terminal!


๐ŸŽฎ Essential Commands Cheat Sheet

Basic Navigation

Command What it does Example
s [query] Quick search s python tutorial
search [engine] [query] Search with specific engine search google cats
go [url] Visit a website go github.com
open [url/#] Open in system browser open 1 (opens 1st result)
back Go back back
forward Go forward forward

AI & Help

Command What it does Example
ai [question] Ask NavAI anything ai what is python
help Show help menu help
clear Clear screen clear

Data Management

Command What it does Example
history Show browsing history history
bookmarks Show bookmarks bookmarks
settings Open settings settings

System & Exit

Command What it does Example
tor start Start Tor tor start
tor stop Stop Tor tor stop
quit Exit NaviDuck quit
^X Exit immediately ^X (Ctrl+X)

๐ŸŽฏ First-Time User Challenge

Complete these 7 tasks to become a NaviDuck pro:

โœ… Level 1: Basics (Complete all)

  • Launch NaviDuck
  • Say hello to NavAI: ai hello
  • Search for your favorite programming language
  • Open a search result
  • Use help command

โœ… Level 2: Navigation (Complete 3)

  • Visit a website: go example.com
  • Open a website in your system browser: open github.com
  • Bookmark a page (press b when viewing a page)
  • View your history: history

โœ… Level 3: Advanced (Complete 2)

  • Change search engine in settings
  • Toggle between emoji and icon mode
  • Start Tor: tor start
  • Search Wikipedia specifically: search wikipedia [topic]

Reward: You're now a NaviDuck power user! ๐ŸŽ‰


๐Ÿ” Search Like a Pro

Quick Search Tips

# Search with different engines
s python                    # Uses default engine
search google python        # Use Google specifically
search wikipedia ai         # Search Wikipedia
search brave programming    # Use Brave Search

# Direct questions to AI
ai what is machine learning
ai current time
ai who created python

Result Navigation

When you see search results:

1. ๐Ÿ” Python Official Website - python.org
2. ๐Ÿ” Python Tutorial - w3schools.com/python
3. ๐Ÿ” Learn Python - Free Interactive Python Tutorial
  • Type 1 to open in NaviDuck
  • Type o1 to open in your system browser
  • Type b to bookmark the first result

๐Ÿค– NavAI Quick Examples

NavAI can answer questions by searching the web. Try these:

Simple Questions

ai what is the capital of france
ai who invented the internet
ai how tall is mount everest

Technical Questions

ai what is python used for
ai explain machine learning
ai how to install python on windows

Fun Queries

ai tell me a joke
ai what is the meaning of life
ai roll a dice
ai flip a coin

Practical Help

ai current time
ai what is the weather
ai how to code a website

โš™๏ธ First-Time Settings

Recommended Settings for Beginners

  1. Run settings
  2. Choose option 1 to change default search engine
  3. Pick your favorite (Brave is good to avoid CAPTCHAs)
  4. Choose option 3 to toggle icons if you prefer emoji

Quick Configuration Commands

# Change default engine to Google
# (Go to settings, option 1)

# Switch to emoji mode for better compatibility
# (Go to settings, option 3)

# Enable/disable search engines
# (Go to settings, option 2, then "enable 1", "disable 2", etc.)

๐Ÿ†˜ Immediate Help

Stuck? Try these:

"I don't know what to do!"

help          # Shows all commands
ai help       # Ask NavAI for help

"My search isn't working!"

# Try a different engine
search google your query
search brave your query

# Or ask the AI instead
ai your question here

"I want to exit!"

quit     # Graceful exit
^X       # Immediate exit (Ctrl+X)

"Screen is messy!"

clear    # Clears everything

๐ŸŽฏ 10-Minute Mastery Plan

Minutes 0-2: Exploration

  • Launch NaviDuck
  • Try ai hello
  • Try s test
  • Browse results

Minutes 3-5: Navigation

  • Open a website: go example.com
  • View history: history
  • Bookmark a page

Minutes 6-8: Customization

  • Open settings
  • Change default search engine
  • Toggle icon style

Minutes 9-10: Advanced

  • Try tor start
  • Search Wikipedia: search wikipedia cats
  • Ask complex AI questions

๐Ÿ“ฑ Platform-Specific Tips

Windows Users

  • Use Ctrl+X to quit quickly
  • Install a Nerd Font for better icons
  • Consider using Windows Terminal

macOS Users

  • Use Cmd+C to copy from terminal
  • Install iTerm2 for better experience
  • Try brew install tor for Tor support

Linux Users

  • Use Tab for command completion
  • Install gnureadline for better editing
  • Tor is usually sudo apt install tor

๐Ÿ”„ Common Workflows

Quick Research

# 1. Search for topic
s machine learning

# 2. Ask AI for explanation
ai explain machine learning

# 3. Visit relevant site
go towardsdatascience.com

# 4. Bookmark useful page
# (Press 'b' when viewing page)

Coding Session

# 1. Look up documentation
s python requests module

# 2. Get code example
ai show me python requests example

# 3. Open GitHub repo
open github.com/psf/requests

News & Updates

# 1. Check tech news
s latest tech news

# 2. Get specific info
ai what is new in python 3.11

# 3. Visit news site
go hackernews.com

๐Ÿšจ What to Do When...

You See CAPTCHA

NaviDuck automatically switches engines when it detects CAPTCHA. If you see one:

  1. Wait a moment - it will switch automatically
  2. Or manually switch engines: search brave your_query

Search is Slow

# Try different engine
search google your_query

# Or use AI instead
ai your_question

No Results Found

# Try broader search
s python        # Instead of s python advanced decorators

# Try different engine
search wikipedia your_topic

# Ask AI
ai information about your_topic

๐ŸŽ“ Learning Path

Day 1: Basics

  • โœ… Complete this Quick Start guide
  • Try all basic commands
  • Bookmark 3 useful pages

Week 1: Regular Use

  • Use NaviDuck for daily searches
  • Experiment with different engines
  • Customize your settings

Month 1: Power User

  • Integrate NaviDuck into your workflow
  • Use Tor for sensitive searches
  • Contribute to the project!

๐Ÿ“š Next Steps

You've completed the Quick Start! Here's what to explore next:

  1. Search Guide - Master searching with NaviDuck
  2. AI Assistant Guide - Get the most from NavAI
  3. Settings & Configuration - Customize NaviDuck to your needs
  4. Keyboard Shortcuts - Work faster with hotkeys
  5. Troubleshooting - Solve common problems

๐Ÿ† Quick Start Achievement Unlocked!

You've learned how to:

  • โœ… Launch and navigate NaviDuck
  • โœ… Search the web efficiently
  • โœ… Use the AI assistant
  • โœ… Manage bookmarks and history
  • โœ… Customize settings
  • โœ… Exit properly

You're ready to explore the web from your terminal! ๐Ÿฆ†๐Ÿ’ป


โ“ Still Have Questions?


"The best way to learn is by doing. Try a command now!"

# Your turn! Try one of these:
ai what can you do?
s something interesting
go wikipedia.org

Happy browsing! ๐ŸŽ‰


Last updated: 12/22/2025
Quick Start version: 1.1


This Quick Start Guide is designed to get users productive with NaviDuck in minutes. It includes:
1. Immediate actionable steps
2. Essential command cheat sheets
3. Progressive challenges
4. Platform-specific tips
5. Common workflows
6. Clear next steps

Perfect for new users who want to start using NaviDuck immediately!

Clone this wiki locally