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

nlc

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

nlc

💾 A lightweight, AI-powered terminal assistant for natural language commands.

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

NLC 💾

A terminal assistant for natural language commands.

npm | Buy Me a Coffee

Table of Contents

Prerequisites

Installation

To install NLC, you need Node.js and npm installed on your machine. You can install the CLI tool globally using the following command:

npm install -g nlc

Usage

After installation, you can run the CLI tool using the following command:

nlc [command] [options]

To see a list of available commands and options, run:

nlc --help

Commands

config

Manage configuration settings for NLC.

OpenAI

nlc config provider openai

nlc config key <your_openai_api_key>

nlc config model "gpt-4o-mini"

LM Studio

nlc config provider lmstudio

nlc config base_url "http://127.0.0.1:1234"

nlc config model "meta/llama-3.3-70b"

do

Execute a natural language request using NLC.

nlc do "list all the Docker containers"
nlc do "write me a port scanner in Bash"

Options:

  • --file: Optional file to include with your request (e.g., for context or input data).

Contributing

We welcome contributions from the community! If you'd like to contribute, please follow these steps:

  • Fork the repository.
  • Create a new branch for your feature or bugfix.
  • Make your changes and commit them with a descriptive commit message.
  • Push your changes to your fork.
  • Open a pull request with a detailed description of your changes.

Support

If you find this project useful, please consider supporting it by giving it a star on GitHub. Your support helps us continue to improve and maintain the project.

You can also support the project by making a donation. Every little bit helps and is greatly appreciated!

Thank you for your support!

License

This project is licensed under the MIT License. See the LICENSE file for details.

Thank you for using NLC! If you have any questions or feedback, please open an issue on GitHub.

Keywords

ai

FAQs

Package last updated on 19 Jul 2025

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