Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nix-community/comma

Comma runs software without installing it. [maintainers=@Artturin,@burke,@DavHau]
https://github.com/nix-community/comma

nix nixos

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```bash
nix-env -f '' -iA comma
```

or add this snippet to your NixOS configuration.

```nix
environment.systemPackages = with pkgs; [ comma ];
```

## Usage

```bash
, cowsay neato
```

## Prebuilt index

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