notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

preview (116B)


      1 #!/usr/bin/env bash
      2 
      3 # pass --mobile for mobile previews
      4 RUST_LOG=info cargo run --bin ui_preview --release -- "$@"