Create and share secure forms via SSH effortlessly.
Project details
BashForm enables seamless creation and sharing of forms over SSH. No additional software is needed; just use your existing SSH keys for a secure experience. Craft customizable forms and share them globally, ensuring easy access and participation with unique codes.
BashForm provides a seamless way to create and share forms via SSH, allowing users to participate without needing to install extra software.
BashForm harnesses SSH to deliver a straightforward and secure interaction platform.
Fill Out a Form:
ssh -t bashform.me form <code>
Replace <code> with the form's unique identifier.
Create a New Form:
ssh -t bashform.me create <num_of_questions> <code>
Specify the number of questions and a unique code for easy sharing.
Retrieve Forms and Responses:
ssh -t bashform.me forms
Get a comprehensive list of forms and their corresponding responses.
ssh-keygen -t rsa -b 4096 -C "<your_email>"
Developers are encouraged to enhance BashForm. To contribute:
git checkout -b feature-branch.git commit -m 'Add new feature'.git push origin feature-branch.BashForm empowers you to manage form-based data collection securely through SSH, making it ideal for tech-savvy users who prefer terminal-based solutions.
Comments
0Start the conversation
Share the first comment.