An open API service indexing awesome lists of open source software.

https://github.com/darkpixel/linedecide

Read and split lines into two files based on interactive user input
https://github.com/darkpixel/linedecide

Last synced: 29 days ago
JSON representation

Read and split lines into two files based on interactive user input

Awesome Lists containing this project

README

          

linedecide
==========

A simple command-line utility that takes three parameters:
* --in-file
* --left-file
* --right-file

The utility will read from the --in-file and prompt you to press a key to perform an action
* 1 - Write the line to the --left-file
* 2 - Write the line to the --right-file
* q - Quit
* any key - Do not write the current line to any file