13th April 2021
Projects⚑
-
New: Sketch how to automate repetitive tasks prompted by email events.
Most of the emails I receive require repetitive actions that can be automated, I've stumbled upon notmuchmail, which looks very promising. A friend suggested to use afew for tagging, and I'd probably use alot to interact with the system (and finally be able to use email from the cli).
-
Improvement: Add interesting interface.
For the interface adri's memex looks awesome! It's inspired in the Andrew Louis talk Building a Memex whose blog posts seems to be a gold mine.
Also look at hpi's compilation.
-
New: Sketch how to improve the launching of applications with i3wm.
In the past I tried installing rofi without success, I should try again. If the default features are not enough, check adi1090x's custom resources.
Coding⚑
Python⚑
Plugin System⚑
-
New: Add beets system as a first approach.
When building Python applications, it's good to develop the core of your program, and allow extension via plugins.
I still don't know how to do it, but Beets plugin system looks awesome for a first start.