-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging two timesheets #188
Comments
I used SQLite studio 3.2.1 to fix the mistake. |
I usually use |
I just tried |
There's also an example in the README of how to use the ids formatter to script this kind of move between sheets. https://github.com/samg/timetrap#built-in-formatters
|
I accidentally created two sheets with similar names. I would like to be able to merge them.
The command could be: t merge sheet 1a sheet 1
The expected behaviour: take the data from sheet 1a and place it in sheet 1. It would then delete sheet 1a as it is no longer needed.
Would anyone else find this useful?
The text was updated successfully, but these errors were encountered: