Git Product home page Git Product logo

englishell's Introduction

englishell

Execute shell commands by providing human readable (free text) instructions, in plain english.

Powered by ChatGPT.

Warning: Review the suggested commands before executing them.

Try it out

$ npx englishell print hello world
# Suggests:
echo "hello world"
$ npx englishell print the size in megabytes of the current directory
# Suggests:
du -sh .

Install

Install globally using npm:

$ npm i -g englishell

Now you can use it using global shell command englishell:

$ englishell show current time, without date
# Suggests:
date +"%T"
$ englishell what year is it
# Suggests:
date +%Y

More Examples

$ englishell kill the process that listens to port 8080
# Suggests:
lsof -i :8080 | awk '{print $2}' | tail -n 1 | xargs kill -9
$ englishell generate a loud sound
# Suggests:
afplay /System/Library/Sounds/Basso.aiff
$ englishell generate a beep sound
# Suggests:
echo -e "\a"
$ englishell print current git branch
# Suggests:
git branch --show-current
$ englishell show the sizes of all folders in parent of the current directory
# Suggests:
du -sh ../*
$ englishell how long the system has been running
# Suggests:
uptime
$ englishell generate strong password
# Suggests:
openssl rand -base64 14

englishell's People

Contributors

tzador avatar

Stargazers

 avatar  avatar  avatar taw420 avatar An3ker avatar Rafael avatar  avatar  avatar Mohammad Najmuzzaman avatar Levi McDonough avatar Yevhen Salitrynskyi avatar  avatar Phil LeMaitre avatar  avatar  avatar Ollie McCarthy avatar Flo avatar  avatar  avatar G10Rg10C avatar  avatar Alex avatar  avatar torshinrg avatar Cyberspyde avatar James Campbell avatar VenkatSairam avatar Colin Mason avatar AsLam avatar Ben Wheat avatar nicekate avatar  avatar Harald Lapp avatar Tim Kersey avatar Lipis avatar  avatar

Watchers

 avatar  avatar

englishell's Issues

path error

image

hey can you please tell me how to fix this issue.
i've already added path

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.