hpdeifel / hledger-iadd

A terminal UI as drop-in replacement for hledger add.
BSD 3-Clause "New" or "Revised" License
77 stars 8 forks source link

Auto-suggest text for tags as well #64

Open the-solipsist opened 2 years ago

the-solipsist commented 2 years ago

Many times for similar transactions, similar tags need to be applied as well. So it would be helpful to auto-suggest tags on the basis of previously used tags.

hpdeifel commented 2 years ago

I agree that this would be useful. iadd currently has no knowledge of tags. We could suggest the comment from the old transaction in the comment input field, but the input box for the comment is currently an oddball in the user interface and doesn't support suggestions.

Maybe it would also be time to add dedicated support for tags. If you have ideas on how such a feature could look, I would be happy to hear them.