Skip to content

Formatore is a form-creation and form-fill application, written in Go, and designed to be used locally and more conveniently than Google Forms.

Notifications You must be signed in to change notification settings

aljarida/formatore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Formatore

  • Formatore is a form-creation and form-filling application designed to be used locally and more conveniently than Google Forms.

Features

  • Create tables of arbitrary size with data types ranging between TEXT, INTEGER, and REAL.
  • Update, delete, and preview tables all from the command-line.
  • Export tables directly to CSV in merely three user inputs: 1) e; 2) yourtablename; 3) youroutputfilename.
  • Lightweight and performant, with business logic thoroughly unit-tested.

Installation

  • Download the source code.
  • Install Go.
  • Within the highest-level directory (formatore), run go build.
  • Run the formatore executable.
  • Optional: Create a symbolic link to the executable in your bin folder or other such folder on the path.

About

Formatore is a form-creation and form-fill application, written in Go, and designed to be used locally and more conveniently than Google Forms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages