linefix

command module
v0.0.0-...-bb9c16d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

README

linefix

A small CLI tool checking files in a folder for new line

Installation

go build -o linefix

Usage

Scan all files in a path
linefix scan <path>
Scanning 100% |█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (7/7, 28 it/s)        

2 files affected by newline issues in . and subdirectories: 
README.md 
lel.txt
Fix all files in a path
linefix fix <path>
Scanning for files with no newlines
Scanning 100% |█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (7/7, 28 it/s)        

2 files fixed newline issues in . and subdirectories: 
README.md 
lel.txt

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL