This is simple command line tool to batch process source code files to remove trailing whitespaces and convert all line endings to your system native style.
Usage example:
trimlines d:\Projects\SomeProject\src *.c;*.cpp;*.h;*.hpp;*.inc .svn;.git
With this command all files in "d:\Projects\SomeProject\src" including sub-folders that match search masks "*.c;*.cpp;*.h;*.hpp;*.inc" and excluding specified folders ".svn;.git" will be processed.
Can process unicode and system native encoded text files.
Programming language is C++ with Qt, it can be compiled for any platform supported by Qt.
Features
- cross platform
- Qt
- CLI
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow Trim Lines
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Trim Lines!