map icon indicating copy to clipboard operation
map copied to clipboard

Map lines from stdin to commands

Results 2 map issues
Sort by recently updated
recently updated
newest added

The canonical way of doing this without map in bash is not: ``` for f in $(ls *.c) do foo $f bar $f done ``` but ``` for f in...

Hi! Thanks for this tool. It's really great. I thought that under the hood something cumbersome and obscure, but today I've looked there and ... well.. I think that much...