ibraheemdev / modern-unix

A collection of modern/faster/saner alternatives to common unix commands.
30.59k stars 775 forks source link

Proposal: await #44

Open slavaGanzin opened 3 years ago

slavaGanzin commented 3 years ago

Hello.

Thanks for the list. Maybe you'll find this as a good addition to it: https://await-cli.app/

MrMino commented 3 years ago

The page looks so polished that at first I thought that it's something you need to pay for :laughing:. Is it still developed though?

slavaGanzin commented 3 years ago

No need to pay. This is my small payback to open-source community.

I'm really fond of GNU parallel. But await's functionality is the only thing you can't do with parallel without eval (which is a bad idea at all circumstances).

Yes, I develop await in my spare time. It has some issues with memory (as every C program). And I'm open to fixing issues if any would be found. PR's are welcomed too.

Additionally, I would be glad to add some new(invented by users) ways of using await to documentation.

MrMino commented 3 years ago

No need to pay. This is my small payback to open-source community.

Yea, I realized that, it's just that for some reason the website gave me the "enterprise" vibes at first ;).

I also didn't realize you're the maintainer. Cool project! :)

slavaGanzin commented 3 years ago

You would be surprised what you can get with free templates. Idk why every developer try to design their landing pages. I think it’s “because they can”, but they shouldn’t.

rloomans commented 3 years ago

Very nice tool.

Correct me if I'm wrong, but I don't know that this is portable. It certainly doesn't compile for MacOS.

On Tue, 20 Jul 2021 at 02:14, Slava @.***> wrote:

You would be surprised what you can get with free templates. Idk why every developer try to design their landing pages. I think it’s “because they can”, but they shouldn’t.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ibraheemdev/modern-unix/issues/44#issuecomment-882676995, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAWPZOXTJDQLKL2O5Z3XPTTYRFNTANCNFSM5ATKPTTQ .

-- Robert Loomans @.***

slavaGanzin commented 3 years ago

@rloomans I never tried to use it on Mac. But it should be cross platform because I don’t use any native API.

I will try it today

slavaGanzin commented 3 years ago

@rloomans I updated the code to be compatible with macOS. It looks like it works, but I haven't used it for a long time. So feel free to open a bug if you find one.

Try it here: https://github.com/slavaGanzin/await#macos-install

slavaGanzin commented 3 years ago

@ibraheemdev So, do await have chances to be included in your list?