Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.
/ tabify Public archive

Converts spaces to tabs in all files within a folder, recursively.

License

Notifications You must be signed in to change notification settings

rodrigocfd/tabify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabify

Converts spaces to tabs in all files within a folder, recursively.

The target file extensions are specified in the main.go file, and can be modified to suit your needs.

Usage

Build the executable:

go build -ldflags "-s -w"

Run in the given folder:

./tabify ~/foo/my-project

License

Licensed under MIT license, see LICENSE.md for details.

About

Converts spaces to tabs in all files within a folder, recursively.

Topics

Resources

License

Stars

Watchers

Forks

Languages