Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
/ welp Public archive

wHat DoEs ThIs CoMmAnD dO i NeEd HeLp

License

Notifications You must be signed in to change notification settings

RaptaG/welp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

welp

GitHub downloads Total Size

This simple bash script searches quickly for you commands you don't know their function. DuckDuckGo is used as the search engine, for efficiency and privacy! It works on both Linux and MacOS!

Installation

1. Via the Releases Tab (recommended, stable)

  • Enter the Releases Tab and download the latest version of the installer available

  • Enter the folder you downloaded welp, press Right Click -> Open in Terminal. Then, copy the following command, paste it inside the terminal and hit Enter

chmod +x installer.sh && sudo ./installer.sh --install

2. By cloning the source code (unstable)

  • Open a terminal and run the following command, in order to download the installer for welp:
curl -Os https://raw.githubusercontent.com/RaptaG/welp/main/installer.sh && chmod +x installer.sh
  • After this is done, run the installer with:
sudo ./installer.sh

Usage

In a terminal, just run welp for the script to start. You will be asked the name of the command you want to search and the programming language.

Feedback/Support

You can use the Issues Section to get help or ask a question.

Licence

This project is under the Apache license, v.2.0. (Apache-2.0). You can find more about it here.