• v0.1.1 ca9499db5f

    rson Pre-Release

    candifloss released this 2024-09-22 10:47:54 +00:00 | 11 commits to main since this release

    • Added rson format
    • Added command line option to choose format
      • p : Plain
      • j : json, default
      • r : rson
    • Added command line option for verbose mode
      • v: off by default

    Usage:

    snot [j|r|p] [v]  # mind the order
    
    Downloads
  • v0.1.0 cbf63ab822

    plain-text & json Pre-Release

    candifloss released this 2024-09-21 19:46:28 +00:00 | 17 commits to main since this release

    • Only plain text and json formats are supported.
    • Few unhandled method calls, other formats, etc. are being worked on.
    • No options, flags, or customizability yet
    Downloads