calcurse
calcurse copied to clipboard
Feature request: layout without todo pane
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.
I would like this too. It would maybe create space for a "next month" calendar view?
Me too. This would be very nice in a tmux split screen.
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?
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.
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 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.
@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?