When I run this command from the command line:
taskopen -A c6cb317e
It opens an interactive menu for choosing a file. After making a selection, it then opens a file in vim for editing, or, if the selection isn't a text fie, it will open it with an appropriate app.
I'd like to be able to run this command from within the vim command line and then be able to interact with it. So something new | 0read ! taskopen -A c6cb317e will not do the job. I'm not sure if this can be done or if I need to launch it in a tmux pane or something.
:term taskopen -A...work? – Christian Brabandt Dec 03 '21 at 12:52:term /usr/local/bin/taskopen -c ~/.taskopenrc 7f6b76ab. I get a 60+ lines of vim script gibberish errors beginning with E1187: Failed to source defaults.vim – StevieD Dec 03 '21 at 17:10