{"id":33185683,"url":"https://github.com/devmegablaster/bashform","last_synced_at":"2026-01-12T00:59:55.717Z","repository":{"id":268305852,"uuid":"903423305","full_name":"devmegablaster/bashform","owner":"devmegablaster","description":"Create and share forms in the terminal over SSH","archived":false,"fork":false,"pushed_at":"2024-12-28T06:26:14.000Z","size":877,"stargazers_count":38,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T11:12:06.826Z","etag":null,"topics":["golang","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devmegablaster.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-14T15:07:18.000Z","updated_at":"2025-06-26T07:39:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"7636e1ee-1d4f-4e63-adce-728c0cc44f7c","html_url":"https://github.com/devmegablaster/bashform","commit_stats":null,"previous_names":["devmegablaster/bashform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devmegablaster/bashform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmegablaster%2Fbashform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmegablaster%2Fbashform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmegablaster%2Fbashform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmegablaster%2Fbashform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmegablaster","download_url":"https://codeload.github.com/devmegablaster/bashform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmegablaster%2Fbashform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285731803,"owners_count":27222214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-22T02:00:05.934Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","tui"],"created_at":"2025-11-16T05:00:20.098Z","updated_at":"2025-11-22T04:01:29.955Z","avatar_url":"https://github.com/devmegablaster.png","language":"Go","funding_links":[],"categories":["\u003ca name=\"office\"\u003e\u003c/a\u003eOffice tools"],"sub_categories":[],"readme":"# ⚡ BashForm\n\n**Create and share forms using SSH**. Users can participate in forms without installing any additional packages.\n\n## Key Features\n\n- **💻 Terminal-Based Forms**: Create forms and fill them out directly from the terminal.\n- **🔑 Secure Authorization**: Users authenticate using their SSH keys, eliminating the need for passwords and ensuring a secure experience.\n- **👶 No Installation Required**: Users respond to forms via SSH, eliminating the need for installing client software.\n- **🫂 Easy Form Sharing**: Share forms using unique codes, enabling global participation.\n- **🚀 Customizable Forms**: Create forms with any number of questions, tailored to your needs.\n\n## How It Works\n\nBashform leverages SSH to provide a simple and secure interface for creating and interacting with forms. Here's how:\n\n- **Form Creation**: Generate forms with a specified number of questions and a unique code.\n- **Form Filling**: Respond to forms securely via SSH using the assigned code.\n- **Form Responses**: Retrieve form responses, allowing for easy data collection.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg height=\"400\" src=\"/images/open.gif\"\u003e\n\u003c/p\u003e\n\n## Installation\n\nThere is no installation required for using Bashform. As long as you have SSH access, you can:\n\n- Create forms\n- Respond to forms\n- Get form responses\n\n## Usage\n\n\u003e [!NOTE]\n\u003e You need an SSH key to use bashform. If you don't have one (WHY?), you can generate one using the following command:\n\u003e\n\u003e ```bash\n\u003e ssh-keygen -t rsa -b 4096 -C \"\u003cyour_email\u003e\"\n\u003e ```\n\n### Fill Out a Form\n\nTo fill out a form, use the following command:\n\n```bash\nssh -t bashform.me form \u003ccode\u003e\n# or\nssh -t bashform.me f \u003ccode\u003e\n```\n\nReplace `\u003ccode\u003e` with the unique code of the form you wish to fill out.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg height=\"600\" src=\"/images/form.gif\"\u003e\n\u003c/p\u003e\n\n### Create a New Form\n\nTo create a new form, use the command:\n\n```bash\nssh -t bashform.me create \u003cnum_of_questions\u003e \u003ccode\u003e\n# or\nssh -t bashform.me c \u003cnum_of_questions\u003e \u003ccode\u003e\n```\n\nReplace `\u003cnum_of_questions\u003e` with the number of questions you want in the form, and `\u003ccode\u003e` with the unique code for your form.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg height=\"600\" src=\"/images/create.gif\"\u003e\n\u003c/p\u003e\n\n### Get Forms and Responses\n\nTo get a list of forms and responses, use the following command:\n\n```bash\nssh -t bashform.me forms\n```\n\nThis will display a list of forms and by selecting a form, you can view the responses.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg height=\"600\" src=\"/images/forms.gif\"\u003e\n\u003c/p\u003e\n\n## Example\n\n### Creating a Form\n\n```bash\nssh -t bashform.me create 2 myform\n```\n\nThis creates a form with 2 questions and the code `myform`.\n\n### Filling Out a Form\n\n```bash\nssh -t bashform.me form myform\n```\n\nThis allows you to respond to the form with the code `myform`.\n\n### Getting Form Responses\n\n```bash\nssh -t bashform.me forms\n```\n\n## Try It Out\n\nYou can try out Bashform by using the following commands:\n\n```bash\nssh -t bashform.me f devmegablaster\n```\n\n## Contributing\n\nContributions are welcome! If you'd like to improve Bashform, follow these steps:\n\n1. Fork the repository.\n2. Create a new branch: `git checkout -b feature-branch`.\n3. Make your changes and commit: `git commit -m 'Add new feature'`.\n4. Push to the branch: `git push origin feature-branch`.\n5. Submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmegablaster%2Fbashform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmegablaster%2Fbashform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmegablaster%2Fbashform/lists"}