Show HN: RFSH – A Free-forever flows running tool
github.comGood software should be Free, basic needs should be fulfilled. I don't want to make rich by charging on things running on your own resources (your computer, your sever, your cloud,...), so I build RFSH.
--
curl https://raw.githubusercontent.com/docsion/rfsh/main/sample/6... | sh
#
# |- generated by:
# |- $runflow --generate-job basic -t sample/sample.template -i sample/sample.csv -o sample.out.csv --retries 2 This seems to be some sort of process executor? I guess like "parallel" or "xargs" but... - With no documentation - Closed source, not even source available (not "free") - Requiring license keys with expiration date (not "forever") Why on earth would anyone want to touch this? Thank you, your feedback help me alot @theamk. The document, term `free`, `forever` will be fixed.
At the first point of view, I want to create a tool which can help our team run the bash script easier, faster, safer, with clearly reports, so I build rfsh, free for usage. You can input a .csv file, a bash script .template file, rfsh will take care the rest.
Please let me know in-case there have anything else you think I should do for improvement.