FuncShell
FuncShell copied to clipboard
Improve your shell by making it functional through Haskell! (An update to Awkward)
Before the haskell interpreter was run with a concatenation of user provided function string and stdin string and the result should be the function applied on the input. Standard input...
Hi, your cabal config file contains these: constraints: base ==4.8.2.0, ghc-prim ==0.4.0.0, integer-gmp ==1.0.0.0, rts ==1.0 I have a newer version of base (4.9.0.0), so fsh failed to build and...
When I ran example code I got this error. > I amd using Fedora 25 > ghc version 7.10.3 ``` [I] ➔ la |] -p table 'filter (\(_:_:_:_:_:month:_) -> month...
I got an error message when using fsh: `fsh: Can't parse "/usr/lib/ghc/platformConstants"` Running on Ubuntu with ghc-8.0.2 installed by stack, but I also have ghc-8.0.2 installed by binary package which...
It assumes `' '` is always a separator. For `ps` output, the CMD can be full of spaces. e.g. ``` > ps | fsh -p table id PID TTY TIME...
The csv parser you mentioned in the README.md doesn't show up in cabal. Has it been created yet? Or is it just not in cabal?