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!
- Host: GitHub
- URL: https://github.com/brlin-tw/clean-filter-for-gnu-bash-scripts
- Owner: brlin-tw
- Created: 2017-05-12T16:53:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T17:59:19.000Z (over 4 years ago)
- Last Synced: 2025-03-15T19:42:41.421Z (over 1 year ago)
- Topics: automation, bash, clean-filter, git, scripting
- Language: Shell
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.markdown
Awesome Lists containing this project
README
# 用於 GNU Bash 腳本的清潔過濾器
Clean Filter for GNU Bash Scripts
[](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.