nobuyo / elgram

A tool to reorder elements with given indices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elgram

element-gram

Usage

% elgram <source> <indices>

# if called with no args, then prompt asks you
% elgram
% elgram 5325733 3212
# => 2353

% elgram somephrase 4321
# => emos

# You'd like to use over 10 characters source, give comma splitted indices.
% elgram super-long-phrase 12,5,4,4
# => pree

Build

% go build -o elgram main.go

About

A tool to reorder elements with given indices.

License:MIT License


Languages

Language:Go 100.0%