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
I made a new quickaction in .config/hunter/actions:
mv!.sh:
#!/bin/sh
mv $s $n
Which should work using the filename substitutions according to the README, but it doesn't seem like this is a feature. The variables in the script are never set, so the script does nothing. Is there a way to access $s and $n from a script?
The text was updated successfully, but these errors were encountered:
I made a new quickaction in .config/hunter/actions:
mv!.sh:
Which should work using the filename substitutions according to the README, but it doesn't seem like this is a feature. The variables in the script are never set, so the script does nothing. Is there a way to access $s and $n from a script?
The text was updated successfully, but these errors were encountered: