BiasedRiot / Unindenter

A basic CLI tool that allows you to un-indent all the lines in a file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unindenter

A basic CLI tool written in C++ that allows you to un-indent all the lines in a file.

Youtube Video explaining the development: https://www.youtube.com/watch?v=rU8g4Y2YIdk

Usage

unindenter -f <filename> -i <number of spaces to un-indent>

About

A basic CLI tool that allows you to un-indent all the lines in a file

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%