Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevcui/copilot-cli
💬 Chat with Microsoft Copilot in terminal
https://github.com/kevcui/copilot-cli
cli command-line command-line-tool copilot copilot-cli microsoft-copilot microsoft-copilot-ai playwright playwright-javascript
Last synced: about 2 months ago
JSON representation
💬 Chat with Microsoft Copilot in terminal
- Host: GitHub
- URL: https://github.com/kevcui/copilot-cli
- Owner: KevCui
- Created: 2024-01-01T20:51:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T16:10:13.000Z (2 months ago)
- Last Synced: 2024-11-09T17:20:33.651Z (2 months ago)
- Topics: cli, command-line, command-line-tool, copilot, copilot-cli, microsoft-copilot, microsoft-copilot-ai, playwright, playwright-javascript
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# copilot-cli
> Chat with [Microsoft Copilot](https://copilot.microsoft.com/) 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-extra puppeteer-extra-plugin-stealth
npx playwright install chromium
```## How to use
```bash
$ ./copilot.js "enter any text here"
```## Want an alternative?
Check out [perplexity-cli](https://github.com/KevCui/perplexity-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 Microsoft Copilot.
---