https://github.com/ivanmurzak/untabify-text-files
Untabify text files in folder recursively.
https://github.com/ivanmurzak/untabify-text-files
console-app recursive spaces tabs text-editor
Last synced: about 1 year ago
JSON representation
Untabify text files in folder recursively.
- Host: GitHub
- URL: https://github.com/ivanmurzak/untabify-text-files
- Owner: IvanMurzak
- Created: 2024-01-14T05:55:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T07:42:31.000Z (over 2 years ago)
- Last Synced: 2025-02-13T21:39:40.413Z (over 1 year ago)
- Topics: console-app, recursive, spaces, tabs, text-editor
- Language: C#
- Homepage:
- Size: 2.46 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Untabify Text Files






Console tool for untabifying files. Replaces tabs to spaces at entire the text line and keeps vertical alignment.
### [Download](https://github.com/IvanMurzak/Untabify-Text-Files/releases)
# Commands
## Untabify text files in folder
``` bash
untabify folder
```
```xml
Description:
Untabify text files in folder
Usage:
Untabify folder [options]
Arguments:
Folder path
Options:
t, tab-size Tab size in space characters. [default: 4]
s, search Filter files by search pattern. Example: '*.cs'. [default: *]
r, recursively Process files recursively in all subfolders [default: True]
```
## Untabify text file
``` bash
untabify file
```
```xml
Description:
Untabify text file
Usage:
Untabify file [options]
Arguments:
File path
Options:
t, tab-size Tab size in space characters. [default: 4]
```
---
