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
In my experience, there aren't so many cases when you run a command just taking the current file as path. You often need to pipe, or to specify another path.
For simple cases, a verb like this can be defined:
This allows typing eg :exe touch or :exe chmod +x and have the command applied to the selected file.
But in practice I'd just define the very few verbs for those actions.
(still interested with feedback on this)
I would like to run add on from my functions sourced on .zshrc so when I do :exe add it fails since it doesn't exist in that context, however if I remove "bash" "-c" it does not work.
What options do I have besides sourcing inside sub-shell?
Hi all.
I couldn't find anything mentioned in the docs regarding the ability to run simple shell commands like
tar
andzip
.It would be nice to have such features (if there already isn't a way to do it), so that I won't have to leave broot.
The text was updated successfully, but these errors were encountered: