bai | a small Linux shell helper that generates shell commands

Posted by transfire@reddit | linux | View on Reddit | 14 comments

I built a tiny command-line tool called bai that takes a plain-English request and turns it into a shell command.

Example:

$ bai find large log files modified this week

It prints a command and copies it to the clipboard so you can paste, inspect, edit, or ignore it. It does not execute commands automatically.

The main design goal is to keep it boring and safe: one request in, one command out, human always stays in the loop.

Repo: https://github.com/trans/bai Packages: https://github.com/trans/bai/releases/tag/v0.4.2