Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kde/powerplant

A verry WIP app to keep track of your plant's needs
https://github.com/kde/powerplant

Last synced: 4 days ago
JSON representation

A verry WIP app to keep track of your plant's needs

Awesome Lists containing this project

README

        

# PowerPlant

A very WIP app to keep track of your plant's needs

![](https://i.imgur.com/17qanPl.png)

## Build Instructions

### Flatpak Builder (with KDE Sdk)
```
flatpak-builder tmp --force-clean --ccache --install --user org.kde.powerplant.json
```
### CMake
```
mkdir build
cd build
cmake ..
make
```