saveit

A utility to write text in a file right from terminal


License
MIT
Install
pip install saveit==1.2.1

Documentation

SaveIt

Just a hello world kind of package.

A basic package to write data in a file directly from command line

Usage

$ saveit --string "hello world" foo.txt

$ saveit --help