npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

1llg-terminal-gpt

v1.2.5

Published

chat with chatGPT model like 'turbo' on your terminal

Downloads

54

Readme

Use Case

Start

Install

$ npm install 1llg-terminal-gpt -g

Config

1gpt config --key [your_api_key]

I can guarantee that your keys are not stored anywhere other than your computer. After performing the above operations, a file named user_configs.json will be created on the root directory of the project in your computer to store and read your api-key

You need to configure your access rights to access the OpenAI API. Please replace [your_api_key] to your actual OpenAI key. You can get your API keys from OpenAI-Keys.

Usage

🤖 Chat

1gpt chat

Use the above command to enter the chat mode to communicate with chatGPT.

This command will provide a quick chat mode, and your current chat conversation will not be remembered by chatGPT. If you want to continue chatting next time after leaving the terminal, I suggest you use Pattern mode.

chat commands

After entering the chat, you can perform different operations by entering the following commands

  • / : to exit current chatting process

  • /clear: to exit current chatting process and clean terminal screen

  • some still under development...

📔 Pattern

Pattern is a module that can record your chat history with chatGPT, and you can continue the last chat when you open the terminal next time. You can create multiple patterns to correspond to different chatGPT systems, just like the sidebar on the chatGPT website

1gpt pattern

options

  • -u, --use [pattern-name]: used to open an existing pattern. 1gpt pattern has the same effect
  • -c, --create [pattern-name]: create a new pattern
  • -r, --remove [pattern-name]: delete a existing pattern
  • -l, --list: show the existing pattern list

Highly recommended that you read this document Pattern-user-guide.

🕒 History

1gpt history [options]

History will record every conversation you have with chatGPT.

options

  • -r, --read: print the content of the history file in the current terminal
  • -c, --clear: clear all history

You can view or manage the history file by yourself, which is located in the chat-history.txt file in the root directory of the project

Contributing

Contributions to the project are welcome! If you find a bug or have an idea for a new feature, please submit an issue or pull request.

License

MIT License © 2023-Present leyoonafr