Email or username:

Password:

Forgot your password?
Top-level
Ludovic Courtès

So you can type “, supertuxkart” or “, objdump -T whatever” in your shell and it will do the right thing!

5 comments
lynn
@civodul i can't tell if i love this or hate it. i think i love it though
Simon Tournier

@civodul What could be nicer: “guix run supertuxkart” or “guix run objdump -T whatever” and do all the dance under the hood.

Well, “run” or whatever other verb. :-)

This way, it would “run” with any shell.

Efraim Flashner

@zimoun @civodul
You could use guix-run instead of , so that you'd have 'guix-run supertuxkart'. That's close enough until someone makes it a guix extension

Ludovic Courtès

@efraim @zimoun Dunno, I liked the idea of a one-character function name in this context. :-)

This is where I saw it:
github.com/nix-community/comma

Simon Tournier

@civodul Well, I’m not big fan of comma… bikeshed. ;-)

That’s said, when you give a look at all the Rust… that’s more that just 3 lines of Bash. :-) Hence the opportunity for an extension.

@efraim

Go Up