Implement fuzzy search that does not rely on fzf #2

Closed
opened 2023-10-16 20:55:49 +02:00 by felixm · 1 comment
Owner

When pressing enter, the best matching candidate should be completed.

Moving up and down the list should be supported. (Cycle through start index.)

When no match is found, the entered string should be accepted as account.

When pressing enter, the best matching candidate should be completed. Moving up and down the list should be supported. (Cycle through start index.) When no match is found, the entered string should be accepted as account.
Author
Owner

In general, it would still be desirable to get rid of fzf.

However, this issue was more about addressing the issue that accounts could not be added.

With this commit, this is now possible by specifying accounts via the JSON file. This has the additional benefit that --strict can be used for additional verification of the data.

In general, it would still be desirable to get rid of fzf. However, this issue was more about addressing the issue that accounts could not be added. With this commit, this is now possible by specifying accounts via the JSON file. This has the additional benefit that `--strict` can be used for additional verification of the data.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: felixm/ledgerai#2
No description provided.