Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi-power-bash

Pi extension that replaces the built-in bash tool, adding support for background execution with PID return.

Installation

pi install git:github.com/DanielusG/pi-power-bash

Usage

The extension automatically registers a bash tool with an optional background parameter.

Foreground (default)

bash(command="ls -la")

Background

bash(command="long-running-task", background=true, timeout=60)

Returns immediately with the PID and log file path.

Details

For full documentation, see AGENTS.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages