hawk icon indicating copy to clipboard operation
hawk copied to clipboard

Haskell text processor for the command-line

Results 75 hawk issues
Sort by recently updated
recently updated
newest added

Swap can be written as: ``` > printf "1\t2" | hsl swap ``` or equivalently ``` > printf "1\t2" | hsl '\(x,y) -> (y,x)' ``` With implicit arguments, we should...

type-inference magic

Continued from [issue 46](https://github.com/ssadler/hawk/issues/46).

prelude
medium

automatically add `read . B.unpack` when the expression doesn't expect a `ByteString`

type-inference magic

Continued from [issue 33](https://github.com/ssadler/hawk/issues/33).

testing
documentation
hard

Continued from [issue 42](https://github.com/ssadler/hawk/issues/42).

prelude
hard

Would it make sense to support multiple input files? Today I had a use case in which that would have been helpful. I had used hawk to take the union...

discussion
hard

Hawk --apply and --map modes are used to transform the input if I didn't get it wrong. I'd suggest to add a --filter command complementary to --map in order to...

hard

The current code considers the uses at the top of this list to be more common than the uses at the bottom: 1. manipulate the input as a table ([[_]]...

type-inference magic
discussion

Continued from [issue 25](https://github.com/ssadler/hawk/issues/25)

type-inference magic