/wunderlistux

An electron wrapper for wunderlist made with :heart: for Linux (specially for elementary OS)

Primary LanguageCSS

Wunderlistux

An electron wrapper for wunderlist made with ❤️ for Linux (specially for elementary OS)

Screenshots

Screenshots taken in the most awesome indie OS: elementary OS (Loki)

Elementary

elementary screenshot

Ambiance

ambiance screenshot

Arc Light

arc screenshot

Arc Dark

arc dark screenshot

Adwaita

adwaita screenshot

Settings

There is a top secret settings button:

settings button screenshot

That opens this settings panel:

settings panel screenshot

Install

Linux

You can try any of the following methods

Download the app

Download the last AppImage. An AppImage allows you to try the app without installing it. It also allows you to install the app (creating the .desktop file, etc). Just check it out!

Install script

Download the installer And run it sudo install.sh as root. Wunderlistux will be automatically installed on your computer.

Thank you!

If you like the app please ⭐ the github project.

If you disliked it you still could ⭐ the project :)

Building

Install npm

sudo apt-get install nodejs npm -y

Fix node missing from PATH issue

sudo ln -s /usr/bin/nodejs /usr/bin/node

Install global dependencies

sudo npm install electron electron-builder electron-packager electron-prebuilt asar -g

Install electron-builder

Better check electron-builder's doc for updated install instructions: https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build

Install all the dependencies

npm install

Build a release

In the project root: ./bin/build-linux-x64.sh or ./bin/build-linux-ia32.sh

Build the AppImage

In the project root: build

TODO

  • Add support for other OSs.

Credits