I’m developing a tui for lemmy :).

It’s in a very early stage of development, i’m looking forward to improve my Rust skills by working on this project (this is my first rust project)

  • Dessalines@lemmy.ml
    link
    fedilink
    arrow-up
    13
    ·
    edit-2
    3 years ago

    OMG I’ve wanted this so bad! Thank you for developing it! Let me know if you need any help, especially with creating a potential rust API for interacting with lemmy.

    Once its in usable shape, let me know and I’ll add it to joinlemmy, and a few other places.

  • nutomic@lemmy.mlM
    link
    fedilink
    arrow-up
    11
    ·
    3 years ago

    FYI you could pull in this crate to reuse our api structs and not redefine everything. Problem is that it pulls in diesel and other stuff, so it will slow down clean builds a lot.

    • Dessalines@lemmy.ml
      link
      fedilink
      arrow-up
      7
      ·
      3 years ago

      I’ve never messed with crate features, but maybe we could use that somehow…

      And unfortunately the views are defined in other crates too. It might be necessary to write a rust api client from scratch if more projects are going to use it.

  • testman@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    3 years ago

    I suggest you steal acquire as many features from rtv (and other terminal Reddit clients) as possible.

  • wiki_me@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    3 years ago

    Would be nice to get some features from RES, also just showing when there are new comments (something like this).

    I also suggest adding github topics to make the project more discoverable (see lemmy github)