Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mariinkys/oboete

A simple flashcards application for the COSMIC™ desktop written in Rust
https://github.com/mariinkys/oboete

cosmic flashcards libcosmic rust studying

Last synced: 3 days ago
JSON representation

A simple flashcards application for the COSMIC™ desktop written in Rust

Awesome Lists containing this project

README

        





Oboete

![Flathub Version](https://img.shields.io/flathub/v/dev.mariinkys.Oboete)
![Flathub Downloads](https://img.shields.io/flathub/downloads/dev.mariinkys.Oboete)
![GitHub License](https://img.shields.io/github/license/mariinkys/oboete)
![GitHub Repo stars](https://img.shields.io/github/stars/mariinkys/Oboete)

A simple flashcards application for the COSMIC™ desktop

Main Window Dark
Folder Window Dark
Study Window Dark




Download on Flathub

# Notes

This application has been made thanks to the [libcosmic Documentation](https://pop-os.github.io/libcosmic/cosmic/) and [edfloreshz](https://github.com/edfloreshz) application template and examples.

This project is related to my [other flashcard project](https://github.com/mariinkys/delphinus_flashcards), if you want Chinese or Japanese flashcards you can [check it out](https://github.com/mariinkys/delphinus_flashcards)!

> [!WARNING]
> Right now RTL languages are not well supported, please take a loot at [#6](https://github.com/mariinkys/oboete/issues/6) for more information

## Anki Importing Support

Please Look at: [ANKI_IMPORTING](https://github.com/mariinkys/oboete/blob/main/info/ANKI_IMPORTING.md)

# Installation
```
git clone https://github.com/mariinkys/oboete.git
cd oboete
cargo build --release
sudo just install
```

# Development Notes
In order to build the Flatpak, first you need to create the 'cargo-sources.json' file, for that we'll use [this python script, from flatpak-builder-tools](https://github.com/flatpak/flatpak-builder-tools/tree/master/cargo), remember that the 'toml' and 'aiohttp' python modules are needed (they can be installed with pip).

Once you have that, with the python script in the root of the project, you can start with:
```
python3 flatpak-cargo-generator.py Cargo.lock -o cargo-sources.json
```
This will create the needed 'cargo-sources.json' file.
Then you already can build and install the Flatpak with:
```
flatpak-builder --user --install --force-clean build-dir dev.mariinkys.Oboete.json
```
You can also build the Flatpak and not install it with:
```
flatpak-builder --force-clean build-dir dev.mariinkys.Oboete.json
```
Useful resources include:
[Flatpak Docs](https://docs.flatpak.org/en/latest/first-build.html). Remember that whenever the dependencies change/are updated the 'cargo-sources.json' file needs to be rebuilt.

# Copyright and Licensing

Copyright 2024 © Alex Marín

Released under the terms of the [GPL-3.0](https://github.com/mariinkys/oboete/blob/main/LICENSE)