https://github.com/kamhix/todoist-linux
The linux desktop application for todoist
https://github.com/kamhix/todoist-linux
Last synced: 8 months ago
JSON representation
The linux desktop application for todoist
- Host: GitHub
- URL: https://github.com/kamhix/todoist-linux
- Owner: kamhix
- Created: 2015-04-24T10:04:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:23:15.000Z (about 3 years ago)
- Last Synced: 2024-11-04T14:44:49.867Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://todoistlinux.hakimouake.com
- Size: 846 KB
- Stars: 184
- Watchers: 13
- Forks: 17
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - linux)) - Unofficial client of Todoist, the cross-platform to-do manager with mobile apps, great UI and has some optional premium features. (Applications / Productivity)
- Awesome-Linux-Software - ![Open-Source Software - linux) - Unofficial client of Todoist, the cross-platform to-do manager with mobile apps, great UI and has some optional premium features. (Applications / Productivity)
- awesome-puppy-linux - Todoist - Unofficial client of Todoist, the Cross-platform to-do manager with mobile apps, great UI and has some optional premium features.[![Open-Source Software][oss icon]](https://github.com/kamhix/todoist-linux) ![Freeware][freeware icon] (Applications / Productivity)
- awesome-linux-zh - Todoist - Todoist的第三方客户端,跨平台的事件管理器,具备漂亮的UI和可选的高级功能.[![Open-Source Software][OSS Icon]](https://github.com/kamhix/todoist-linux) ![Freeware][Freeware Icon] (应用 / 生产力)
README
# Todoist Linux
## What is it ?
Todoist Linux is an unofficial desktop application of Todoist.
It provides Linux users access to the Todoist without using a web browser.
It offers every features of the web version of Todoist including notifications.
It use nwjs to embed the web version in a window container and
some scripts to improve the user experience like loader, shortcuts, etc...
## Features
* Hide To Tray
* Global Shortcuts
* Zoom (Shortcut with Ctrl + + to zoom, Ctrl + - to unzoom, Ctrl + 0 to reset)
## Download
Todoist Linux is available for download via the [releases](https://github.com/kamhix/todoist-linux/releases) .
## Run it yourself
if you want to run it by yourself, please follow the following instructions.
### Clone the repo
$ git clone https://github.com/kamhix/todoist-linux.git
$ cd todoist-linux
### Install nodejs
Follow instructions to install nodejs and npm.
### Install gulp
$ npm install gulp-cli -g
### Install Dev Dependencies
$ npm install
### Run project
$ gulp start
### Build project
$ gulp package