Jump to letter: [
          
            0239ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        python3-beautysh - A Bash beautifier for the masses
        
        
        - Description:
- Beautysh
========
Beautysh takes upon itself the hard task of beautifying Bash scripts
(yeesh). Processing Bash scripts is not trivial, they aren't like C or
Java programs — they have a lot of ambiguous syntax, and (shudder)
keywords can be used as variables. Years ago, while testing the first
version of this program, I encountered this example:
.. code:: shell
    done=3;echo...
Packages