Skip to content
Snippets Groups Projects
Select Git revision
  • 65d63e0937e4c87add87f078d775a8ef298ed238
  • develop default
  • main
  • 2.0.14
  • 1.3.x
  • v2.0.17-rc.1
  • v2.0.16
  • v2.0.16-rc.2
  • v2.0.16-rc.1
  • v2.0.15
  • v2.0.15-rc.1
  • v2.0.14
  • v2.0.14-rc.1
  • v2.0.13
  • v2.0.13-rc.2
  • v2.0.13-rc.1
  • v2.0.12
  • v2.0.12-rc.5
  • v2.0.12-rc.4
  • v2.0.12-rc.3
  • v2.0.12-rc.2
  • v2.0.12-rc.1
  • v2.0.11
  • v2.0.10
  • v2.0.10-rc.2
25 results

sleek

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    ransome1 authored
    65d63e09
    History

    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 --production
    4. Build sleek yarn build:windows or yarn build:linux or yarn build:macos

    sleeks state of development

    A prioritized backlog of new features and known issues can be found here.

    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 but its attributes will be available in the filter drawer and autocomplete function
    • 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, sorted and grouped by
      • contexts
      • projects
      • start dates
      • due dates
    • Multi line todos can be created
    • Todos can have a due date
    • Todos can repeat themselves
    • Available contexts and projects will be suggested according to your input
    • Todos can be filtered by contexts, projects and priorities
    • Filters can be renamed or deleted by right clicking on them
    • 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
      • Simplified Chinese (简体中文)
    • sleek can be minimized to tray
    • Tabindex available
    • Existing todos can be used as templates for new ones
    • Keyboard shortcuts following todotxt.net

    Used libraries