Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 804 Bytes

File metadata and controls

40 lines (25 loc) · 804 Bytes

FixNameCase

crate

Tool to convert variable and function names in C/C++ source code to snake_case.

Hidden files and files listed in .gitignore are untouched.

Tested on Ubuntu 22.04+ and Windows 10.

Install

$ cargo install fix-name-case

Usage

$ fix-name-case input_folder

Requirements

Please install these softwares:

On Windows, please configure so that ctags and ambr commands can be called without a full path.

Credits