We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$select_file
Problem description
I need to create command for certain file in command pallete:
{ "caption": "Rm: unwatch file", "command": "git", "args": {"argv": ["rm", "--cached", "last.txt"]} }
As an alternative, I can use $text for file name.
$text
Preferred solution
It would be more convenient to be able to use selector $select_file, which would work the same way as the selection in the file_history command.
file_history
{ "caption": "Rm: unwatch file", "command": "git", "args": {"argv": ["rm", "--cached", "$select_file"]} }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem description
I need to create command for certain file in command pallete:
As an alternative, I can use
$text
for file name.Preferred solution
It would be more convenient to be able to use selector
$select_file
, which would work the same way as the selection in thefile_history
command.The text was updated successfully, but these errors were encountered: