Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0zgen/kompressor
⚙️ Removing empty, duplicate and commented lines from target dir which contained text files
https://github.com/m0zgen/kompressor
Last synced: 1 day ago
JSON representation
⚙️ Removing empty, duplicate and commented lines from target dir which contained text files
- Host: GitHub
- URL: https://github.com/m0zgen/kompressor
- Owner: m0zgen
- Created: 2024-02-20T05:40:09.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T11:59:42.000Z (8 days ago)
- Last Synced: 2024-11-13T19:12:19.457Z (1 day ago)
- Language: Go
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kompressor
Key purposes:
- Remove empty lines from text files.
- Remove duplicate lines, comments from text files.
- Remove duplicated files (with same content) from a directory.## Usage
```shell
./kompressor /path/to/folder/
```