From 8df4807e28c164bdcce5d122c1f9e140eecd1e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Soykan=20Ert=C3=BCrk?= Date: Thu, 16 Apr 2020 23:11:25 +0300 Subject: [PATCH] requirement --- bumblebee/modules/todo.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bumblebee/modules/todo.py b/bumblebee/modules/todo.py index b26d7c7..8a524cd 100644 --- a/bumblebee/modules/todo.py +++ b/bumblebee/modules/todo.py @@ -2,6 +2,9 @@ """Displays the number of todo items from a text file +Requires the following executable: + * xdg-open + Parameters: * todo.file: File to read TODOs from (defaults to ~/Documents/todo.txt) """