FuncShell – A Haskell-based alternative to awk(github.com) |
FuncShell – A Haskell-based alternative to awk(github.com) |
[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
https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Th...
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 don't know if I want to recommend rewriting history or not. But for what it's worth, I'm currently on a cellular connection and couldn't download something this size if I wanted.
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:
I think the gif you linked is the vanilla oh-my-zsh theme.
One example from that page:
ps -ef | q -H "SELECT UID,COUNT(*) cnt FROM - GROUP BY UID ORDER BY cnt DESC LIMIT 3"[1]: https://www.reddit.com/r/programming/comments/1r7oci/hell_a_...
[2]: https://github.com/chrisdone/hell/commit/f34259e5e92f6edf464...
``` > printf abc | luawk -p '_:gsub("a","A")'
Abc ```
- The Pyed Piper: https://code.google.com/archive/p/pyp/
- Puffin: https://github.com/kespindler/puffin
Also, there are some nice CLI tools for JSON [2] or CSV [3] specific data.
[1] https://github.com/gelisam/hawk
[2] https://stedolan.github.io/jq/manual/
[3] https://github.com/BurntSushi/xsv/blob/master/README.mdNow replacing latex with a modern syntax would be awesome!!!
It's too bad, really.
I did almost all my Master Theology papers in it. Just difficult to use different languages. I usually have to use one or all of these Greek, Hebrew, Aramaic, Latin, Danish or German in my papers. Latex didn't make that easy. Actually nothing does.
zsh - https://gist.githubusercontent.com/agnoster/3712874/raw/c310...
powerline theme on github - https://github.com/banga/powerline-shell
the notation full of \, {, }, etc. is just too confusing for people.
If you type plain text, it mostly comes out as plain text.
I've paid John $4.50 for a sandwich.
Renders fine in Markdown. Renders like crap in LaTeX.
For me, if I'm writing something for a web page, I use HTML in a decent editor (emacs). Markdown, reST, or anything else is not easier, just different.
If I need a really nice-looking document, I'll probably use LaTeX. But for a simple document or one that I'll work on with other people, I'll normally just use google docs.