I like how you made this version use pipes instead of being a shell. Do you have any plans to create a new JS version of Awkward using pipes?
FuncShell – A Haskell-based alternative to awk
11–20 of 42 posts
Re: FuncShell – A Haskell-based alternative to awk
#12Similar idea, but uses sqlite to make an awk like utility with sql syntax: https://github.com/dbohdan/sqawk
Re: FuncShell – A Haskell-based alternative to awk
#13Similar idea, but uses sqlite to make an awk like utility with sql syntax: https://github.com/dbohdan/sqawk
Re: FuncShell – A Haskell-based alternative to awk
#14Similar idea, but uses sqlite to make an awk like utility with sql syntax: https://github.com/dbohdan/sqawk
Re: FuncShell – A Haskell-based alternative to awk
#15[0] https://github.com/iostreamer-X/FuncShell/raw/master/fsh.gif
EDIT
As an aside, FuncShell looks like a beautiful demonstration of how powerful Haskell can be. The source code is terse and clean.
The only oddity I noticed isthe rather large 68MB binary file committed into master in the repository [1]. Why do people do this? Especially on GitHub where there's support for cutting releases with a binary for each targeted platform...
[1] https://github.com/iostreamer-X/FuncShell/blob/master/fsh
Re: FuncShell – A Haskell-based alternative to awk
#16Do any of you know how they got such a beautiful looking shell [0]? I'd love to know if there's a clean way to achieve such a nice result. [0] https://github.com/iostreamer-X/FuncShell/raw/master/fsh.gif EDIT As an aside, FuncShell looks like a beautiful demonstration of how powerful Haskell can be. The source code is terse and clean. The only oddity I noticed isthe rather large 68MB binary file committed into master…
I think the gif you linked is the vanilla oh-my-zsh theme.
Re: FuncShell – A Haskell-based alternative to awk
#17Do any of you know how they got such a beautiful looking shell [0]? I'd love to know if there's a clean way to achieve such a nice result. [0] https://github.com/iostreamer-X/FuncShell/raw/master/fsh.gif EDIT As an aside, FuncShell looks like a beautiful demonstration of how powerful Haskell can be. The source code is terse and clean. The only oddity I noticed isthe rather large 68MB binary file committed into master…
Scroll down a bit and you'll see it.
Though I personally prefer zsh with prezto, because oh-my-zsh feels too bloated and heavy:
Re: FuncShell – A Haskell-based alternative to awk
#18I always have mixed feelings on awk alternatives. I find awk to be one of the most underused tools in scripting. Awk has saved me numerous of times. Now replacing latex with a modern syntax would be awesome!!!
It's too bad, really.
Re: FuncShell – A Haskell-based alternative to awk
#19Do any of you know how they got such a beautiful looking shell [0]? I'd love to know if there's a clean way to achieve such a nice result. [0] https://github.com/iostreamer-X/FuncShell/raw/master/fsh.gif EDIT As an aside, FuncShell looks like a beautiful demonstration of how powerful Haskell can be. The source code is terse and clean. The only oddity I noticed isthe rather large 68MB binary file committed into master…
https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Th...
Re: FuncShell – A Haskell-based alternative to awk
#20Do any of you know how they got such a beautiful looking shell [0]? I'd love to know if there's a clean way to achieve such a nice result. [0] https://github.com/iostreamer-X/FuncShell/raw/master/fsh.gif EDIT As an aside, FuncShell looks like a beautiful demonstration of how powerful Haskell can be. The source code is terse and clean. The only oddity I noticed isthe rather large 68MB binary file committed into master…
Thanks for bringing it to notice. I did this and later realized I can opt for the github release option[0]. I will fix this and the installation url asap.