8000 GitHub - Pandapip1/comma: Comma runs software without installing it. [maintainers=@Artturin,@burke,@DavHau]
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

Pandapip1/comma

 
 

Repository files navigation

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.

enviro
6197
nment.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]

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • Rust 75.5%
  • Nix 19.9%
  • Shell 4.6%
0