You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
In certain scenarios, the user is more interested in the preview value than the actual "source" value and would like to have an easy access to it.
Feature
The cable_channels could offer a target_command (for the lack of better name) where the user could provide a custom command for the copy to clipboard.
If no custom command is provided, the "alternative" copy to clipboard command would be "preview_command".
This feature should not replace the main "copy to clipboard" but complement it, and it should have its own keybinding.
The provided examples describe the desired functionality.
Examples
Let's say that I have a certain API token saved as env variable. I need to paste this api token into other (gui) application, e.g., to configure some raycast extension. I don't care about the name of the variable but the associated value.
Similarly, let's say that I have some kind of a key-value store. For example a file which has lines such as phone:<the-actual-phone-number>. I want to copy the actual phone number (not the phone key).
When working with the tv git-log I would like to be able to search for a commit and to be able to copy the commit's hash (or the message) using a single keybinding.
Forgot to add: thanks a lot for a very useful and cool utility tool! 👨🚀
The text was updated successfully, but these errors were encountered:
Problem
In certain scenarios, the user is more interested in the preview value than the actual "source" value and would like to have an easy access to it.
Feature
The cable_channels could offer a
target_command
(for the lack of better name) where the user could provide a custom command for the copy to clipboard.If no custom command is provided, the "alternative" copy to clipboard command would be "preview_command".
This feature should not replace the main "copy to clipboard" but complement it, and it should have its own keybinding.
The provided examples describe the desired functionality.
Examples
phone:<the-actual-phone-number>
. I want to copy the actual phone number (not thephone
key).tv git-log
I would like to be able to search for a commit and to be able to copy the commit's hash (or the message) using a single keybinding.Forgot to add: thanks a lot for a very useful and cool utility tool! 👨🚀
The text was updated successfully, but these errors were encountered: