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

Handle status flags in description (! and *) #70

Open Matt-Deacalion opened 2 years ago

Matt-Deacalion commented 2 years ago

Hi,

When entering a transaction "Description", is it possible to input a pending transaction and have autocomplete work?

Autocomplete works: 2022-08-12-1636

Autocomplete does not work: 2022-08-12-1637

hpdeifel commented 2 years ago

Not yet, unfortunately. The current workaround is to input (part of) the description without the status flag, press Tab to autocomplete, press Ctrl+a to move to the beginning and then input the status (in this case !). Completion won't reliably for the remaining fields, though.

Matt-Deacalion commented 2 years ago

Ah, ok. By the way, thank you for creating and sharing this project - I've been using it for a few weeks and it's already saved me loads of time.