JustinTimperio / pacback

Advanced Version Control for Arch Linux
MIT License
148 stars 4 forks source link

Add option to tag/label restore points #20

Closed Gr3q closed 4 years ago

Gr3q commented 4 years ago

Describe the solution you'd like Add a --label option or something when the restore point is created manually, also show the label if exist in -l, -rb and such.

Would add some context on why an user created it (or if its an automatic point creation, add that as well).

JustinTimperio commented 4 years ago

https://github.com/JustinTimperio/pacback#flags-and-utils

So you can do that already with --notes but it won't show the note when you do -l. I'll change it so it shows notes, but if you call --info that will show the note. A proper label system would be nice but I have some bigger features I want to add first.

JustinTimperio commented 4 years ago

This has now been added