abuhermass / minisplit

A Rust CLI mini tool to split a string on characters or pattern. Very basic, stripped down version of 'cut' utility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minisplit

Description:

  • A Rust CLI mini tool to split a string on characters or pattern. Very basic, stripped down version of 'cut' utility.

Features:

  • Use command line options, -f for field selection, and -d for pattern spliting.

Installation:

  • Brief instructions on how to install or set up your project.

Usage:

  • Windows:
minisplit <OPTIONS>

Author/Contributors:

License:

  • GNU GENERAL PUBLIC LICENSE v3.0

About

A Rust CLI mini tool to split a string on characters or pattern. Very basic, stripped down version of 'cut' utility.

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%