4 releases

0.0.1-alpha.3 Oct 14, 2023

#837 in Command line utilities

24 downloads per month

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.8–2.6MB
~53K SLoC