Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

bergwerf/bashbeautify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the Bash Script Beautifier

Build Status PyPI

This is a wrapper of the Bash Script Beautifier by Paul Lutus for PyPI, the Python Package Index. The Bash Script Beautifier is a beautifier for Bash shell scripts. I do not own any copyrights of this code, the original copyright notice is unchanged, see: http://arachnoid.com/python/beautify_bash_program.html.

I am currently not able to patch bugs in this program. Any contributions are welcome. A testing system is in place (see ./test).

Install

pip install --upgrade bashbeautify

Use

Beautify a single Bash file.

bashbeautify file.sh

Beautify all Bash files in a directory (or in other words, you can use globs).

bashbeautify *.sh

Or send a string to BashBeautify.

bashbeautify - < input.sh > output.sh

About

Bash script beautifier [UNMAINTAINED]

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published