Skip to content
forked from MxDkl/pls

CLI to convert natural language to terminal commands

License

Notifications You must be signed in to change notification settings

ryanfreckleton/pls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Please CLI

Please is a CLI tool that translates natural language into shell commands.

Installation:

  • clone this repo
  • add your openai api key to the pls file
  • chmod +x pls
  • add pls to your path

Requirements:

  • jq binary (commandline JSON processor)
  • curl binary (commandline HTTP client)
  • openai api key

Usage:

pls [natural language command]

Examples:

pls list all files in the current directory
pls list all files in the current directory that contain "foo"
pls make a directory called "foo" with 3 files in it that each have 1000 random words
pls use iptables to forward all traffic from port 80 to port 8501
pls zip all files in the current directory that contain the word "foo" and save to desktop

Warning:

  • be careful when running as root because it is unpredictable and could do anything

About

CLI to convert natural language to terminal commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%