ipso icon indicating copy to clipboard operation
ipso copied to clipboard

`-c`/`--command` for running one-shot programs

Open LightAndLight opened this issue 3 years ago • 0 comments

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 "")'

LightAndLight avatar Jul 26 '22 01:07 LightAndLight