calcurse icon indicating copy to clipboard operation
calcurse copied to clipboard

Feature request: layout without todo pane

Open RaymiiOrg opened this issue 6 years ago • 7 comments

To save space in my terminal I'd like to disable the todo view. Just the calendar and the appointments would be fine.

In a broader view, the option to disable panels (todo, appointment, calendar) would be applicable.

RaymiiOrg avatar Jan 31 '19 09:01 RaymiiOrg

I would like this too. It would maybe create space for a "next month" calendar view?

evert-mouw avatar Feb 13 '19 17:02 evert-mouw

Me too. This would be very nice in a tmux split screen.

Spacewalker2 avatar Jun 19 '19 18:06 Spacewalker2

I would also like this.

In the spirit of the unix philosophy ("do one thing, and do it well"), I want to use calcurse as calendar, but not as a to-to-list-manager.

Currently, all available layouts use two rows and two columns:

 +---+---+   +---+---+   +---+---+   +---+---+
 |   | c |   | c |   |   |   | c |   | c |   |
 | a +---+   +---+ a |   | t +---+   +---+ t |
 |   | t |   | t |   |   |   | a |   | a |   |
 +---+---+   +---+---+   +---+---+   +---+---+

 +---+---+   +---+---+   +---+---+   +---+---+
 |   | t |   | t |   |   |   | a |   | a |   |
 | a +---+   |---+ a |   | t +---+   +---+ t |
 |   | c |   | c |   |   |   | c |   | c |   |
 +---+---+   +---+---+   +---+---+   +---+---+

I would love to be able to use only one row, with two columns:

 +---+---+
 |   c   |
 |---+---+
 |   a   |
 +---+---+

What would be needed to implement this?

ilf avatar Mar 28 '20 15:03 ilf

Maybe, it might be possible to make the layouts customizable? Thinking that the Todo, agenda and month views (that maybe should be split into weekly and monthly at this level of abstraction) could in some sense be considered as modules to be put into a layout. This would also make it easier in the future to make new modules.

chregon avatar Jul 02 '20 13:07 chregon

Any update on this? Seems pretty easy to do, and would make it a lot cleaner for those using external todolists (t, todo.txt, taskwarrior &c.)

arawnx avatar Apr 04 '21 13:04 arawnx

@arawnx We'd be happy to take patches. Please feel free to add a short design proposal here for discussion, then file a merge request once we're aligned on a design.

lfos avatar Apr 04 '21 16:04 lfos

@arawnx We'd be happy to take patches. Please feel free to add a short design proposal here for discussion, then file a merge request once we're aligned on a design.

any news?

komprimiert avatar Feb 04 '24 16:02 komprimiert