Yokadi 1.0.2
written on Monday, March 28, 2016
Today I released 1.0.2 of Yokadi, the command-line todo list, it comes with a few fixes:
- Use a more portable way to get the terminal size. This makes it possible to use Yokadi inside Android terminal emulators like Termux
- Sometimes the task lock used to prevent editing the same task description from multiple Yokadi instances was not correctly released
- Deleting a keyword from the database caused a crash when a
t_list
returned tasks which previously contained this keyword
Download it or install it with pip3 install yokadi
.