https://github.com/kevcui/duckai-cli
💬 Chat with DuckDuckGo AI in terminal
https://github.com/kevcui/duckai-cli
cli command-line command-line-tool duckduckgo duckduckgo-ai playwright playwright-javascript
Last synced: 3 months ago
JSON representation
💬 Chat with DuckDuckGo AI in terminal
- Host: GitHub
- URL: https://github.com/kevcui/duckai-cli
- Owner: KevCui
- Created: 2024-11-11T19:41:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T19:43:35.000Z (3 months ago)
- Last Synced: 2025-01-08T20:42:46.045Z (3 months ago)
- Topics: cli, command-line, command-line-tool, duckduckgo, duckduckgo-ai, playwright, playwright-javascript
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DuckAI-cli
> Chat with [DuckDuckGo AI](https://duck.ai/) in terminal
# Table of Contents
- [Dependency](#dependency)
- [Installation](#installation)
- [How to use](#how-to-use)
- [Want an alternative?](#want-an-alternative)
- [Note](#note)## Dependency
- [playwright-chromium](https://github.com/Microsoft/playwright)
## Installation
```bash
npm i playwright-chromium
npx playwright install chromium
```## How to use
```bash
$ ./duckai.js "enter any text here"
```## Want an alternative?
- Check out [chatpgt-cli](https://github.com/KevCui/chatgpt-cli)
- Check out [copilot-cli](https://github.com/KevCui/copilot-cli)## Note
This script is designed to process one question and answer at a time, delivering in plain text format. It is optimized for command-line use, enabling users to rapidly retrieve answers directly in the terminal, without having to engage in a conversation with DuckDuckGo AI.
---