Add mechanism to open previous file #8

Open
opened 2025-10-22 19:17:37 +02:00 by kfickel · 0 comments
Owner

I as a user
Want to continue editing recent files
So that I don't have to use absolute paths for opening the file in the editor

Acceptance Critea

  • With s edit the last file is opened for editing
  • With s edit ~n the nth file from the previous list is opened (~0 corresponds to the last one, ~1 to the one before, ...)
  • s edit 20251012-123456 opens the file at that specific date
  • The file is checked & commited after completing
I as a user Want to continue editing recent files So that I don't have to use absolute paths for opening the file in the editor **Acceptance Critea** * [ ] With `s edit` the last file is opened for editing * [ ] With `s edit ~n` the nth file from the previous list is opened (~0 corresponds to the last one, ~1 to the one before, ...) * [ ] `s edit 20251012-123456` opens the file at that specific date * [ ] The file is checked & commited after completing
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kfickel/streamer#8
No description provided.