nix-community / comma

Comma runs software without installing it. [maintainers=@Artturin,@burke,@DavHau]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

comma

Comma runs software without installing it.

Basically it just wraps together nix shell -c and nix-index. You stick a , in front of a command to run it from whatever location it happens to occupy in nixpkgs without really thinking about it.

Installation

comma is in nixpkgs so you can install it just like any other package.

either install it in your nix environment

nix-env -f '<nixpkgs>' -iA comma

or add this snippet to your NixOS configuration.

environment.systemPackages = with pkgs; [ comma ];

Usage

, cowsay neato

Prebuilt index

https://github.com/Mic92/nix-index-database

About

Comma runs software without installing it. [maintainers=@Artturin,@burke,@DavHau]


Languages

Language:Rust 75.5%Language:Nix 19.9%Language:Shell 4.6%