ipso
ipso copied to clipboard
`-c`/`--command` for running one-shot programs
I'd like to run short ipso programs without creating a file.
Use case:
# print the name and contents of each file in the current directory
$ ipso -c 'cmd.eachline_ `fd -tfile` (\file -> comp; println "$file:\n"; cmd.run `cat $file`; println "")'