Is there a way to mix lf Internal commands with bash commnads? #1267
Archie-2021
started this conversation in
General
Replies: 1 comment 1 reply
-
|
You can define custom Here is a basic example that uses the shell to create a directory and then invoke the internal # usage `:mkdir foo`
cmd mkdir ${{
mkdir "$1"
lf -remote "send $id select $1"
}}If you look at the Tips and Integrations section of the wiki, many people have contributed useful configuration examples, for instance how to integrate with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example I like to use a fuzzy finder like fzf or dmenu with some of my commands , say for example
cd(the internal lf cd not bash cd). How can I mix Bash and Internal commands together. If possible that could open up some cool things to happen.Thanks
Beta Was this translation helpful? Give feedback.
All reactions