New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ai-command

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-command

ai command

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

AI COMMAND QUESTION

How to use?

  • Install Command
npm install ai-command
  • Config OpenAI API Key
aim set openai_key {YOUR_OPENAI_KEY}

// ls config check
aim ls
  • Ask Command Question in Terminal
// Input
aim ask "How to query port 3000, and close it"

// Output
lsof -i:3000 | kill -9 {PID}
  • Chat with Ai in Terminal
aim chat
  • Auto Copy
default open copy to clipboard, if you want to disable it, use --no-copy or global disbaled: aim set auto_copy off

Keywords

ai

FAQs

Package last updated on 10 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts