Option to move an event in ikhal
Open
Nobody has claimed this yet.
type: enhancement
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 233
- Avg merge
- 1h 44m
- Merged PRs (30d)
- 1
Description
I can edit an event using ikhal to set a new date. But I have to set the date as a string (e.g. 2017-08-12). Would it be possible to move the events around? The way I see it working:
- open ikhal, focus on a day with events
- press Enter (entering the list of events), select an event you want to move (use arrows/jk)
- press 'm' (move): the focus is back on the calendar allowing you to select another day
- navigate around the calendar to pick a new day and press Enter
Is something like this on khal's roadmap?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating ikhal’s event-editing and calendar-navigation entry points; the issue names no files or tests. Trace how an event is selected and its date edited, then assess the requested move flow from event selection through choosing a new calendar day. Done means an event can be moved using the proposed keyboard interaction and the behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100