Sleek todo manager based on todo.txt

Sleek is a free and open source todo manager based on todo.txt for Linux, MacOS and Windows. It is released under open source MIt license. You can create a new todo.txt text file or import todos from the existing todo.txt file. You can mark todo as complete and shown or hidden that todo. Some other features are grouped by priority, sorted by due date, keyboard shortcuts, tabindex, build-in file watcher, hyperlinks and dark theme support.

sleek dark

 

Install Sleek on Ubuntu

Sleek is available via snap, AppImage and in native deb package file format. You can install it via the terminal command line app.

Install Sleek via Snap:

Open the command-line terminal app (ctrl+alt+t) and run the sleek installation command. It will install the latest version of sleek on your system.

sudo snap install sleek

sleek

Create new todo

Also Read:  Lutris Video Game Platform - Play Games from all Eras

sleek new todo

Install Sleep via AppImage:

Download Sleek

Download sleek in .AppImage file format from the above download link and save it in your Downloads folder.Open terminal and run below installation commands one by one.

cd Downloads
sudo chmod +x ~ sleek-0.4.1.AppImage

Here “sleek-0.4.1.AppImage” downloaded file name.

./sleek-0.4.1.AppImage

Install Sleek via DEB:

Same as like the AppImage download the latest sleek in .deb file format and save in your Downloads folder. In terminal run below commands one by one.

cd Downloads
sudo dpkg -i sleek_0.4.1_amd64.deb

Here “sleek_0.4.1_amd64.deb” download file name.

sudo apt install -f
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on Twitter and Facebook.



Leave a Reply