[Remind-Fans] Minimalist curses frontend with a navigable month view

David F. Skoll dfs at roaringpenguin.com
Tue Jan 11 07:06:14 EST 2011


On Tue, 11 Jan 2011 11:20:51 +0100
Clemens Kaposi <mailinglists at obda.net> wrote:

> I am not sure whether this is possible at all, taking into
> consideration the overwhelming number of available editors.  At best,
> it is possible to open the appropriate reminder file (think
> `INCLUDE`), but not to position the cursor on the correct line.

Nah, that's pretty easy.  Look at the TkRemind code.  It lets you
put your editor in using a printf-style string.  Mine is:

    emacs +%d %s

because running "emacs +10 file.rem" takes you to line 10 of file.rem.
vi has a similar option.

Regards,

David.


More information about the Remind-fans mailing list