Native Gtk client for Lemmy
Go to file
Bnyro aded52b68a
Ignore cargo config files to drop mold as linker
2023-06-19 07:01:32 +02:00
.cargo Initial commit 2023-06-18 16:53:53 +02:00
src Initial commit 2023-06-18 16:53:53 +02:00
.gitignore Ignore cargo config files to drop mold as linker 2023-06-19 07:01:32 +02:00
Cargo.lock Rename executable to lemoa 2023-06-18 17:11:33 +02:00
Cargo.toml Rename executable to lemoa 2023-06-18 17:11:33 +02:00
LICENSE Add gpl-3.0 license 2023-06-18 16:55:09 +02:00
README.md Add project info and build instructions 2023-06-18 17:09:50 +02:00

README.md

lemoa

Native Gtk client for Lemmy (alpha state)

Current state

Under development, not yet ready for daily usage Working:

  • Selecting lemmy instance
  • Listing trending posts
  • Viewing a post and its comments
  • Viewing profiles
  • Viewing trending communities
  • Searching communities

Not yet working:

  • Logging in
  • Writing posts or comments
  • Insteracting with posts or comments
  • Private messages
  • Viewing the next pages of posts or communities

Build dependencies

  • rust
  • cargo
  • libgtk-4-dev

Installation

cargo install --git https://github.com/lemmy-gtk/lemoa.git

You can then start the app via the terminal after adding cargo's bin directory to your PATH variable

lemoa

Development

Clone the repository and run

cargo run

License

Lemoa is licensed under the GNU General Public License: You can use, study and share it as you want.