Import & Edit a TV Program
TUIview can import a program file so that it can be invoked globally.
$ tv --import echo.yml
The file echo.yml
now exists at ~/.tuiview/echo.yml
where it can be invoked from anywhere, just like a native TV program:
$ tv echo Hello World
To edit a program file, pass the command name to tv
:
$ tv --edit echo
When editing a native program, the program file is imported to the TV program directory and opened for editing.