4 releases

0.0.1-alpha.3 Oct 14, 2023

#1557 in Command line utilities

MIT license

13KB
361 lines

Install

cargo install lyne --version 0.0.1-alpha.2

bash/ zsh

ly() { eval "$(lyne)"; }

pwsh

function ly {
  $output = lyne
  Invoke-Expression $output
}

Dependencies

~1.7–2.8MB
~53K SLoC