Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 405 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 405 Bytes

This junk made for fun.


Fenter - Format enters

Formatting a string by replacing all "\n" with a single string.

Example:

Hello World, this is a very
long string.

Bye World!

To

Hello World, this is a very long string.

Bye World!

Of course, it's better to use awk, but...

But I want to will learn how to develop maximally native(with support auto complete etc) cli tools.