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...
>The only oddity I noticed isthe rather large 68MB binary file committed into master in the repository.
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.
I tried to explain to a historian with an open source textbook initiative the basics of latex. As soon as I opened the demo page that had looked nice enough, with him by my side, my heart sank. It's just so far away from being usable by non-technical users.
I understand that this caters to a very specific audience which knows haskell. Hence I plan to support JS as the inline language. I don't want to create a new JS version because I want to learn more of Haskell :p
Not really, in the example of df, I was filtering on the basis of size, which is not int usually but a decimal value, hence I had to provide the type hint.
jaytaylor|8 years ago
[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
redka|8 years ago
https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Th...
_iostreamer_|8 years ago
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.
[0] https://github.com/iostreamer-X/FuncShell/releases
suprfnk|8 years ago
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:
https://github.com/sorin-ionescu/prezto
cpa|8 years ago
I think the gif you linked is the vanilla oh-my-zsh theme.
ujal|8 years ago
_iostreamer_|8 years ago
splintercell|8 years ago
tyingq|8 years ago
jaytaylor|8 years ago
[0] https://news.ycombinator.com/item?id=14229266
ams6110|8 years ago
https://harelba.github.io/q/
One example from that page:
unknown|8 years ago
[deleted]
unknown|8 years ago
[deleted]
rnhmjoj|8 years ago
[1]: https://www.reddit.com/r/programming/comments/1r7oci/hell_a_...
[2]: https://github.com/chrisdone/hell/commit/f34259e5e92f6edf464...
heinrichhartman|8 years ago
``` > printf abc | luawk -p '_:gsub("a","A")'
Abc ```
srean|8 years ago
omaranto|8 years ago
- The Pyed Piper: https://code.google.com/archive/p/pyp/
- Puffin: https://github.com/kespindler/puffin
gregwebs|8 years ago
Also, there are some nice CLI tools for JSON [2] or CSV [3] specific data.
codygman|8 years ago
baldfat|8 years ago
Now replacing latex with a modern syntax would be awesome!!!
RodericDay|8 years ago
It's too bad, really.
codewithcheese|8 years ago
_iostreamer_|8 years ago
ilurkedhere|8 years ago
_iostreamer_|8 years ago
rocqua|8 years ago
c0achmcguirk|8 years ago