Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Release 1.1.1

Compare
Choose a tag to compare
@Profpatsch Profpatsch released this 28 Jul 21:58
· 59 commits to master since this release
05ea211

Patch release, adding a manpage for the lorri command.

$ man 1 lorri

LORRI(1)                  BSD General Commands Manual                 LORRI(1)

NAME
     lorri — nix-shell replacement for project development

SYNOPSIS
     lorri daemon [--extra-nix-options json]
     lorri direnv [--shell-file shell.nix]
     lorri info --shell-file shell.nix
     lorri init
     lorri self-upgrade [local <path> | master | rolling-release]
     lorri shell [--cached] [--shell-file shell.nix]

DESCRIPTION
     lorri is a nix-shell replacement for project development.  lorri is based
     around fast direnv(1) integration for robust CLI and editor integration.
…