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
I wanted to rename a category & had to do it two-step:
stup order-categories
cd ~/stup && mv old-name new-name
— this should be possible with stup rename-category -c old-name --category-name new-name (or similar command).
stup rename-category -c old-name --category-name new-name
Hopefully I’ll look into this at the weekend. Edit: Nope, I’m too “busy” so in July at earliest.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I wanted to rename a category & had to do it two-step:
stup order-categories
& rename it therecd ~/stup && mv old-name new-name
(this was more complicated because in fact I wanted to merge two categories (with different subcategories))— this should be possible with
stup rename-category -c old-name --category-name new-name
(or similar command).Hopefully I’ll look into this at the weekend.
Edit: Nope, I’m too “busy” so in July at earliest.
The text was updated successfully, but these errors were encountered: