-
-t
outputs fish syntax instead of bash syntax, making it possible to save the output to a file - Ditch
env
fordeclare
- Support converting bash arrays to fish arrays
- Add support for non-exported variables
- Add option to make
abbr
s instead ofalias
es - Replace common bash syntax with the equivalent fish syntax
-
||
->; or
-
&&
->; and
-
- Add function parsing? -- just read in the string for each function and create a fish wrapper that calls
bash -c "$function_body"
This repository was archived by the owner on Oct 14, 2022. It is now read-only.