map icon indicating copy to clipboard operation
map copied to clipboard

(EXISTING USERS: please see wiki). map -- simpler than xargs, more power than xargs.

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

Thanks for `map`! I use it for almost everything I used to use `xargs`/`parallel` for, apart from passing a list of files to `vim`, which results in the warning above....

Hello sitaramc, I enjoy using map (and tmt)! I think I hit a self-explanatory corner-case issue: ``` $ echo a/./ | map echo a/. ``` The trailing `/` disappeared. I...