Pass arguments from the shell, for example
skit --args ./example.jpg 3
Or something like this
And when the user entered skit TUI and selected a script, they should be able to put the args passed in into one of the field.
This is because a lot of the times it's easier to type args in the shell thanks to auto-complete.
Or we can try to add auto-complete into our file selector #7. Maybe we can do both?
Pass arguments from the shell, for example
Or something like this
And when the user entered skit TUI and selected a script, they should be able to put the args passed in into one of the field.
This is because a lot of the times it's easier to type args in the shell thanks to auto-complete.
Or we can try to add auto-complete into our file selector #7. Maybe we can do both?