interface 137e56a1fa changes
2026-02-20 20:15:35 +01:00
2026-02-20 20:15:35 +01:00
2026-02-20 16:32:32 +01:00
2026-02-20 15:18:08 +00:00
2026-02-20 16:36:02 +01:00

draincleaner

Remove comments from source files.

Disclaimer: This software is not extensively tested so should only be used used for testing right now

Installation and use

This is how I would install and use this, I haven't spent any time to package it properly.

clone the repo to wherever you want it:

$ git clone https://gitea.efforting.tech/interface/draincleaner.git

Make the draincleaner.py executable

$ chmod +x draincleaner.py

In your .bashrc file add the following, but change path to your draincleaner directory:

draincleaner() {
	/path/to/draincleaner.py "$@"
}

Done. Now you can run it anywhere by typing:

$ draincleaner
Description
No description provided
Readme Unlicense 49 KiB
Languages
Python 100%