I use the python version without cygwin, but I missed a lot the aliasing for invoking c:\...\todo.py
But today I discovered the doskey command, so by using a simple batch like this on my desktop:
==================================
@echo off
title TODO: type 't' to call todo.py
cmd /k doskey t=D:\Docs\TODO\bin\todo.py $*
==================================
I open a shell with a custom title and then I can just type:
> t add @mail Send many thanks to Gina T.
to update my note.
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.