- Screenshots
- Support sleek
- Get it from Microsoft Store
- Get it from Snap Store
- Get it from Flathub
- Get it from Homebrew
- 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, recurrences or threshold dates to their todos. These todo.txt attributes can then be used in full-text search, 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 to 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.
- Star, fork and watch it on Github.
- Review it on SourceForge or Windows Store
- Contribute bug reports, code improvements or features
- Translate sleek into your own language and contribute your translations
You can install sleek from Microsofts Windows Store
You can install sleek from Canonicals Snap Store using: sudo snap install sleek
Install sleek from Flathub using: flatpak install flathub com.github.ransome1.sleek
Run it using: flatpak run com.github.ransome1.sleek
Install sleek from Homebrew.
brew install --cask sleek
Install sleek from AUR.
- Setup Yay
yay -S sleek
You can download sleek for Windows, MacOS and Linux from
- 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
A prioritized backlog of new features and known issues can be found here.
- An existing todo.txt file can be used or a new one can be created
- Todos can be enriched and searched for by
- priorities
- contexts
- projects
- due dates
- creation dates
- recurrences
- thresholds
- Todo-List can be grouped and sorted by priorities, due dates, contexts or projects
- The sorting order can be defined on all 4 levels
- Todos can be filtered by contexts, projects and priorities
- Todos can be looked up by full-text search
- Autocomplete function suggests available contexts and projects
- Keyboard shortcuts following todotxt.net
- Tabindex available
- A todo can be hidden but its attributes will be available in the filter drawer and autocomplete function
- Due dates trigger alarms and appear as badges in sleeks icon
- 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
- Multi line todos can be created
- Filters can be renamed or deleted by right clicking on them
- Filters are sorted alphanummerically
- Hyperlinks are detected automatically and can be clicked using the icon
- A file watcher rereads the todo.txt file if it has been changed
- Multiple todo.txt files can be managed and switched between using a tab bar or keyboard shortcuts
- Multiple languages are either detected or can be set by hand to
- English
- German
- Italian
- Spanish
- French
- Simplified Chinese
- Brazilian Portugese
- Japanese
- Turkish
- Hungarian
- Czech
- sleek can be minimized to tray
- Existing todos can be used as templates for new ones
- 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
- Sugar: https://github.com/andrewplummer/Sugar
- PEG.js: https://github.com/pegjs/pegjs