deno_task_shell icon indicating copy to clipboard operation
deno_task_shell copied to clipboard

Feature request: `head` & `tail`

Open dahlia opened this issue 2 years ago • 0 comments

It would be useful if deno_task_shell builds in head and tail commands with option -n. They usually can be used for picking up the first or last line of a command output, e.g.:

git tag --sort=-version:refname | head -n 1

dahlia avatar Sep 11 '23 09:09 dahlia