An open API service indexing awesome lists of open source software.

https://github.com/brlin-tw/clean-filter-for-gnu-bash-scripts

Clean your Bash scripts automatically during code check-in!
https://github.com/brlin-tw/clean-filter-for-gnu-bash-scripts

automation bash clean-filter git scripting

Last synced: about 2 months ago
JSON representation

Clean your Bash scripts automatically during code check-in!

Awesome Lists containing this project

README

          

# 用於 GNU Bash 腳本的清潔過濾器
Clean Filter for GNU Bash Scripts
[![Build status of latest revision of the project](https://travis-ci.org/Lin-Buo-Ren/Clean-Filter-for-GNU-Bash-Scripts.svg?branch=master)](https://travis-ci.org/Lin-Buo-Ren/Clean-Filter-for-GNU-Bash-Scripts)
This project implements a clean filter for cleaning a GNU Bash script. It supports [the Bash Script Beautifier](https://github.com/hermanbergwerf/bashbeautify), [Beautysh](https://github.com/bemeurer/beautysh), and [shfmt](https://github.com/mvdan/sh#shfmt).

## Obsoletion notice
It is determined that the attempt to make a universal script that supports multiple cleaners is not feasible, and thus this project is obsoleted.

It is recommended that you directly call and use these cleaners instead.

Cheers!

## 智慧財產授權條款
Intellectual Property License
GNU Public License v3+

## 如何使用本應用
How to use this application
This application is typically used as a Git submodule, add it and set up your Git configuration(git-config manpage) and Git path attribute(gitattributes manpage) settings to make it effective.

Run `./filter.bash --help` to checkout filter's supported command-line options and arguments.