Skip to content

uhe-org/uhe-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uhe To-Do List

Note

This skin needs the uhe suite in the same Rainmeter/Skins folder to work correctly.

Simple Rainmeter to-do list skin based on Pernickety/rainmeter-todo-list.

This is in the early stages of development.

Warning

This can break in certain circumstances and you may lose all your data, so use at your own risk or backup the tasks txt files periodically.

Usage

Add Tasks Complete Tasks Clear Completed Tasks
Add Tasks Complete Tasks Clear Completed Tasks

Development

This repo is structured in a way to automate releases, but there is no way to have multiple custom skins folders in Rainmeter. It makes developing in real time not possible by default, and symlinking has to be done. For example in PowerShell as admin:

New-Item -Path "$([Environment]::GetFolderPath("MyDocuments"))\Rainmeter\Skins\uhe-todo-list" -ItemType SymbolicLink -Value "$([Environment]::GetFolderPath("MyDocuments"))\GitHub\uhe-todo-list\RMSKIN\Skins\uhe-todo-list"