Skip to content

barthr/commandpilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Commandpilot

NOTE: This is a experimental script and can contain bugs or issues, no command is executed without the users consent

Assistant to help with those pesky commands on how to do things. For example, how do you rsync files with progress from one computer to another

Requirements:

Installation

COMMAND_PILOT_PATH=~/.local/bin/commandpilot # or any path in your $PATH you would like, I like to use ~/.local/bin for my own "scripts" and "binaries"

# Download the script
wget https://raw.githubusercontent.com/barthr/commandpilot/master/command-pilot.sh -O $COMMAND_PILOT_PATH

# Set the correct permissions
chmod +x $COMMAND_PILOT_PATH 

Run it!

➜ commandpilot
> What command would you like help with?

About

Commandpilot is an assistant which uses ChatGPT to aid in constructing commands for bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages