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

Latest commit

 

History

History
9 lines (9 loc) · 539 Bytes

TODO.md

File metadata and controls

9 lines (9 loc) · 539 Bytes
  • -t outputs fish syntax instead of bash syntax, making it possible to save the output to a file
  • Ditch env for declare
    • Support converting bash arrays to fish arrays
    • Add support for non-exported variables
  • Add option to make abbrs instead of aliases
  • 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"