jonasrk / sleek

sleek is a todo app based on todo.txt for Linux, Windows and MacOS, free and open-source.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sleek

sleek is a todo app based on todo.txt, free and open-source. Available for Linux, Windows and MacOS

sleek is an open-source todo app that makes use of the todo.txt format. sleeks GUI is modern and simple but still offers a decent set of functions which help users getting things done. sleek is available as a client for Windows, MacOS and Linux.

Users can add contexts, projects, priorities, due dates or recurrences to their todos. These todo.txt attributes can then be used as filters or to group and sort the todo list.

sleek manages and watches multiple todo.txt files continuously for changes, which makes it easy to integrate sleek with other todo.txt apps. Also users can switch between bright and dark mode and choose from multiple languages.

Todos with due date or repeating todos will trigger notifications and completed todos can be hidden or archived into separate done.txt files. If users have tons of todos, a compact view can come in handy.

Screenshots

Alt text Alt text

Support sleek

Get sleek from Microsoft Store

You can install sleek from Microsofts Windows Store

English badge

Get sleek from Snap Store

You can install sleek from Canonicals Snap Store using: sudo snap install sleek

Get it from the Snap Store

Get sleek from Flathub

Install sleek from Flathub using: flatpak install flathub com.github.ransome1.sleek

Run it using: flatpak run com.github.ransome1.sleek

Download on Flathub

Get sleek from Arch User Repository

Install sleek from AUR.

  1. Setup Yay
  2. yay -S sleek

Download sleek

You can download sleek for Windows, MacOS and Linux from

Build sleek from source code

  1. Setup Git, node.js and yarn.
  2. Clone sleek git clone https://github.com/ransome1/sleek.git and cd into sleeks directory
  3. Install dependencies yarn install
  4. Build sleek yarn build:windows or yarn build:linux or yarn build:macos

sleeks Roadmap 2021

A prioritized backlog for new features and known issues can be found on sleeks' roadmap for 2021.

Features

  • An existing todo.txt file can be used or a new one can be created
  • Todos can be
    • added
    • edited
    • marked as complete (and vice versa)
    • deleted
  • A todo can be hidden (add "h:1") but its attributes will appear in filter list and auto complete
  • Dark and light mode can be toggled
  • A compact view is available
  • Completed todos can be bulk archived to a separate done.txt ([name of todo file]_done.txt) file
  • Completed todos can be shown or hidden
  • Todos can be enriched by
    • contexts
    • projects
    • start dates
    • due dates
  • Multi line todos can be created
  • A due date can be set using a datepicker
  • Todos can repeat themselves based on a given due date. You can use a dedicated picker to add the recurrence or type it in by hand:
    • "rec:d" (daily)
    • "rec:w" (weekly)
    • "rec:m" (monthly)
    • "rec:y" (annually)
    • also more specific recurrences are possible: "rec:2d" (every 2nd day)
  • Available contexts and projects will be suggested according to your input
  • Todos can be filtered by contexts and projects
  • Todos can be sorted and grouped by
    • Priorites
    • Due dates
    • Projects
    • Contexts
  • Filters are sorted alphanummerically
  • Todos can be looked up using full-text search
  • Hyperlinks are detected automatically and can be clicked using the icon
  • Alarms will be triggered when a todo is due tomorrow or today
  • Todos that include either contexts or projects can be shown or hidden entirely
  • A file watcher rereads the todo.txt file if it has been changed
  • Multiple todo.txt files can be managed
  • Multiple languages are automatically detected or can be set by hand
    • English
    • German
    • Italian
    • Spanish
    • French
  • Tabindex available
  • Existing todos can be used as templates for new ones
  • Basic keyboard shortcuts are available:
    • New todo: CMD/CTRL + n
    • Find todo: CMD/CTRL + f
    • Show or hide completed todos: CMD/CTRL + h
    • Toggle dark mode: CMD/CTRL + d
    • Open file: CMD/CTRL + o
    • Open settings: CMD/CTRL + ,
    • Toggle side bar: CMD/CTRL + b
    • Set priorities (available when add/edit window is open): CTRL+SHIFT+[A-Z]
    • Submit todo (available when add/edit window is open): CTRL + Enter

Used libraries

About

sleek is a todo app based on todo.txt for Linux, Windows and MacOS, free and open-source.

License:MIT License


Languages

Language:CSS 47.6%Language:JavaScript 40.9%Language:SCSS 6.1%Language:HTML 5.3%