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
- Host: GitHub
- URL: https://github.com/darkpixel/linedecide
- Owner: darkpixel
- License: mit
- Created: 2016-09-15T03:40:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T05:39:24.000Z (over 9 years ago)
- Last Synced: 2026-05-09T09:50:09.398Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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