hpdeifel / hledger-iadd

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

link file-as-tag keybinding #21

Open linuxcaffe opened 7 years ago

linuxcaffe commented 7 years ago

Let's say you had existing image-files/ scans of transaction-related documents, this issue is to request a link-as-tag keybinding, that invokes a (user-definable) file-browser, allows the user to select a file, and then writes that ~/path/to/imagefile.jpg as a transaction tag. In some other small programs, I have seen working examples using, vifm, ranger, mc and I'm sure there are ways to browse-to-file using many other file-managers.

This is related to #20

hpdeifel commented 7 years ago

This would also be solvable with the approach that I outlined in https://github.com/hpdeifel/hledger-iadd/issues/20#issuecomment-278339964