logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

membernator - GUI tool to scan membership cards to establish if they are valid

Author

       Louis-Philippe Véronneau

                                                      2019                                        MEMBERNATOR(1)

Bugs

       Bugs    can    be    reported    to    your    distribution's    bug    tracker    or     upstream     at
       https://gitlab.com/baldurmen/membernator/issues.

Description

membernator  is  a  tool  that can be used to scan membership cards and establish if they're valid or not
       against a CSV database.

Examples

          $ membernator --database members.csv --width 0 --height 0

Name

       membernator - GUI tool to scan membership cards to establish if they are valid

Options

-h--help      Shows the help screen
       --version          Outputs version information
       --databaseFILE  Path to the CSV database
       --id_colID      "id" column in the CSV database. [default: ID]
       --name_colNAME  "name" column in the CSV database. [default: NAME]
       --timeSEC       Delay in secs between scans. [default: 2.5]
       --widthWIDTH    Width in pixels. Use 0 for fullscreen. [default: 800]
       --heightHEIGHT  Height in pixels. Use 0 for fullscreen. [default: 480]
       --logfileLOG    Path to the logfile. [default: log.csv]

Synopsis

       membernator [options] --databaseFILE
       membernator (-h | --help)
       membernator --version

See Also