All Projects → edipox → Wunderlistux

edipox / Wunderlistux

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

Projects that are alternatives of or similar to Wunderlistux

Appimagekit
Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.chat
Stars: ✭ 6,909 (+2195.35%)
Mutual labels:  linux-app, appimage
Appnativefy
A CLI tool to make a single executable AppImage from any website
Stars: ✭ 122 (-59.47%)
Mutual labels:  linux-app, appimage
Appimageupdate
AppImageUpdate lets you update AppImages in a decentral way using information embedded in the AppImage itself.
Stars: ✭ 261 (-13.29%)
Mutual labels:  linux-app, appimage
pocket-casts-linux
⚠️ Currently not maintained ⚠️ - Electron wrapper around the Pocket Casts web app with support for MPRIS (media controls)
Stars: ✭ 11 (-96.35%)
Mutual labels:  linux-app
erk
Ərk is an open source, cross-platform IRC client written in Python 3, Qt 5, and Twisted.
Stars: ✭ 21 (-93.02%)
Mutual labels:  linux-app
Playhouse
A Playground for HTML/CSS/JavaScript
Stars: ✭ 28 (-90.7%)
Mutual labels:  linux-app
Video Hub App
Official repository for Video Hub App
Stars: ✭ 272 (-9.63%)
Mutual labels:  linux-app
FreeRADIUS-Server-Configuration-Tool
🎯 FreeRADIUS Server Configuration Tool 🖥️
Stars: ✭ 33 (-89.04%)
Mutual labels:  linux-app
Appimaged
appimaged is a daemon that monitors the system and integrates AppImages.
Stars: ✭ 262 (-12.96%)
Mutual labels:  appimage
LinuxDetails
Investigate on the details of Linux programming
Stars: ✭ 94 (-68.77%)
Mutual labels:  linux-app
AppRun
AppDir runtime components
Stars: ✭ 19 (-93.69%)
Mutual labels:  appimage
openvr widgets
SteamVR overlay widgets
Stars: ✭ 20 (-93.36%)
Mutual labels:  linux-app
zmidimap
Program for mapping midi signals to shell commands
Stars: ✭ 13 (-95.68%)
Mutual labels:  linux-app
wxWidgetsTemplate
A template project for wxWidgets C++, with pre-set files and IDE projects, and allows for easy updates to wxWidgets
Stars: ✭ 13 (-95.68%)
Mutual labels:  appimage
Olivia
Elegant music player for LINUX
Stars: ✭ 261 (-13.29%)
Mutual labels:  linux-app
syntalos
Flow-based synchronized parallel DAQ from diverse sources and flexible control for neuroscience experiments
Stars: ✭ 13 (-95.68%)
Mutual labels:  linux-app
gummy
Linux brightness/temperature manager for X11
Stars: ✭ 13 (-95.68%)
Mutual labels:  linux-app
xkcd-gtk
Comic Sticks (xkcd-gtk) is a simple xkcd comic viewer written in Go using GTK+3
Stars: ✭ 14 (-95.35%)
Mutual labels:  linux-app
Desktop
A comprehensive solution for convenient and efficient work with notes, snippets, clipboard, files, and other information that requires quick access via any device.
Stars: ✭ 123 (-59.14%)
Mutual labels:  linux-app
Bauh
Graphical user interface for managing your Linux applications. Supports AppImage, Arch (repositories/AUR), Flatpak, Snap and native Web applications.
Stars: ✭ 280 (-6.98%)
Mutual labels:  appimage

Wunderlistux

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

Notice: We have some work done on refactoring Wunderlistux on Vala and we have plans to add offline support. PRs are welcome! For more info check this thread.

Screenshots

Screenshots taken in the most awesome indie OS ever: 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 button for settings:

settings button screenshot

That opens this settings panel:

settings panel screenshot

Install

Linux

You can try any of the following methods

Packed app

AppImage

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!

# You can make the appImage executable as follows
chmod a+x /path/to/your_app_image
./your_app_image #execute it!

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 :)

Development

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 dependencies

npm install

Install electron-builder

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

Start the app

Start the app by using the npm script

npm start

Build a release

Build Linux tar release

./bin/build-linux-x64.sh
#or
./bin/build-linux-ia32.sh

Build the rpm package

./node_modules/.bin/build --linux rpm

Build the deb package

./node_modules/.bin/build --linux deb

Build the AppImage

./node_modules/.bin/build --linux AppImage

Build macOS release

./bin/build-macos.sh

Build Windows release

./bin/build-win.sh

TODO

  • Add support for other OSs.

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].