sleek
sleek is a todo app based on todo.txt, free and open-source. Available for Linux, Windows and MacOS
- Screenshots
- Support sleek
- Get it from Microsoft Store
- Get it from Snap Store
- Get it from Flathub
- Get it from Arch User Repository
- Download it
- Build it from source code
- State of development
- Features
- Used libraries
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
Support sleek
- Star, fork and watch it on Github. Once sleek reaches 30 watchers, 30 forks and 75 stars, we can distribute it to MacOS using the Homebrew Package Manager
- Review it on SourceForge or Windows Store
- Contribute bug reports, code improvements, features or simply suggest new features
- Translate sleek into your own language and contribute your translations
Get sleek from Microsoft Store
You can install sleek from Microsofts Windows Store
Get sleek from Snap Store
You can install sleek from Canonicals Snap Store using: sudo snap install sleek
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
Get sleek from Arch User Repository
Install sleek from AUR.
- Setup Yay
yay -S sleek
Download sleek
You can download sleek for Windows, MacOS and Linux from
Build sleek from source code
- Setup Git, node.js and yarn.
- Clone sleek
git clone https://github.com/ransome1/sleek.git
and cd into sleeks directory - Install dependencies
yarn install --production
- Build sleek
yarn build:windows
oryarn build:linux
oryarn 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
- Electron: https://github.com/electron/electron
- Electron builder: https://github.com/electron-userland/electron-builder
- Bulma CSS: https://github.com/jgthms/bulma
- Font Awesome: https://github.com/FortAwesome/Font-Awesome
- jsTodoTxt: https://github.com/jmhobbs/jsTodoTxt
- Marked: https://github.com/markedjs/marked
- vanillajs-datepicker: https://github.com/mymth/vanillajs-datepicker
- i18next: https://github.com/i18next/i18next
- Matomo: https://github.com/matomo-org/matomo
- chokidar: https://github.com/paulmillr/chokidar