Skip to content

ajinkyak423/ContextCli

Repository files navigation

🧠 ContextCLI

ContextCLI is an AI-powered CLI tool that helps you to manage and organize your files and folders easily. The tool uses natural language processing and machine learning to understand your commands and perform the desired action.

💾Installation

To install ContextCLI, you need to have Node.js installed on your system.

  1. Clone the repository to your local machine:
  git clone https://github.com/ajinkyak423/ContextCli.git
  1. Navigate to the project directory:
  cd ContextCli
  1. Install the dependencies:
  npm install
  1. Remove .example from .env file.
  mv .env.example .env 
  1. Add your OpenAI and Showwcase API tokens in .env file.

Making concli command available globally in the machine:

In order to use concli command available regardless of the folder you are in following steps need to be followed:

  1. Make cli.js an executable file using the command:
  chmod +x cli.js
  

to check it worked run the command:

  ll
  1. Do the npm link in the folder where the cli.js file is present. This makes a global sim link.
  npm link

Note: To ensure a smooth transition when relocating the project repository folder to a different location on your machine,
it is recommended to run the npm link command after completing the move.

🖲️Usage

To use ContextCLI, simply open your terminal and type:

concli p "your query for ai" -o output file name (with extention)

🖼️Demo

  1. use concli command with p flag to give command note: give command in " " format.

App Screenshot

use -o flag to store output in external file

  1. Post Thread to Showwcase.

App Screenshot

  1. Get trending shows and draft:

App Screenshot

  1. Get your showwcase notifications:

App Screenshot

🚩 Contributing

Contributions are always welcome!

This project is still a work in progress, and we're open to collaboration with fellow developers who are interested in contributing to this project

🚀 Connect with me

linkedin twitter

About

This is ai powered CLI project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published