-
Notifications
You must be signed in to change notification settings - Fork 18
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
Remove tags completely #107
Comments
No, you are right, there is no way to remove a tag. I've actually wanted that a couple of times myself. I think having
Glad you like it! |
sounds good to me! |
I've added a # Clone the forked repo
git clone git@github.com:<username>/apy.git
cd apy/
# Install the project with Poetry
poetry install
poetry run apy tag -c
poetry run apy tag --purge
poetry run apy tag -c |
Hi!
I see that i can use
apy tag
to untag cards, but I don't see how to remove the tags themselves. Is this possible and if so how?Also consider the case "remove all unused tags" which is possible through the desktop app.
Thanks for a great project!
The text was updated successfully, but these errors were encountered: