psibi / tldr-hs

Haskell tldr client
BSD 3-Clause "New" or "Revised" License
92 stars 14 forks source link

Reimplement shell interfacing with API from the "typed-process" package #10

Closed ShrykeWindgrace closed 6 years ago

ShrykeWindgrace commented 6 years ago

Hi!

As you suggested, I re-implemented shell interfacing with typed-process API. The resulting app works well on both Ubuntu16 and Win10. I do not have access to MacOS to test there, but in theory all commands that I use are available there as well.

Cheers!

psibi commented 6 years ago

Thanks! I will do a Hackage release once I check this in my home machine.