We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now it’s easy to edit or restart the last created entries note using xargs:
mite list today --limit 1 --tracking true --columns id --format text | xargs -n1 mite amend --editor
mite list today --limit 1 --tracking true --columns id --format text | xargs -n1 mite start
But it would be even easier if npm start and npm amend accept a -l / --last option which then uses the last created entry.
npm start
npm amend
-l
--last
The text was updated successfully, but these errors were encountered:
feat: start --last re-starts the most recent entry (#77)
cb12a07
feat: amend last changes the most recent entry (#77)
e12f36f
feat: amend last & start --last (#82)
d193b35
* feat: start --last re-starts the most recent entry (#77) * feat: amend last changes the most recent entry (#77)
Ephigenia
No branches or pull requests
Right now it’s easy to edit or restart the last created entries note using xargs:
But it would be even easier if
npm start
andnpm amend
accept a-l
/--last
option which then uses the last created entry.The text was updated successfully, but these errors were encountered: