- Formatore is a form-creation and form-filling application designed to be used locally and more conveniently than Google Forms.
- Create tables of arbitrary size with data types ranging between
TEXT
,INTEGER
, andREAL
. - 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.
- Download the source code.
- Install Go.
- Within the highest-level directory (
formatore
), rungo build
. - Run the
formatore
executable. - Optional: Create a symbolic link to the executable in your
bin
folder or other such folder on the path.