portfolio-performance / portfolio

Track and evaluate the performance of your investment portfolio across stocks, cryptocurrencies, and other assets.
http://www.portfolio-performance.info
Eclipse Public License 1.0
2.75k stars 577 forks source link

Ability to copy value from a single cell #4085

Open metal450 opened 1 week ago

metal450 commented 1 week ago

Related to https://github.com/portfolio-performance/portfolio/issues/2372, but posting as its own issue as it's more specific.

The ability to copy the value from a single cell would be very useful - specifically, from the Statement of Assets screen.

Since on that screen none of the cells are editable via double-clicking (except for Notes), that could be used for an easy, UI-free way to copy a single cell. i.e. double-click a row's Shares, and the share count gets copied to clipboard. Double click a row's Purchase Value, and that value gets copied. (that's how KeePass XC works - you can copy i.e. a username or password or the like by clicking on that value).

(my current workaround is to copy the entire row, then paste it to a textfile, then in the textfile, copy the value I actually want, then paste it where I want. Simply double-clicking the value itself to have it copy would be a big timesaver)