OCA-Creations / Ally

A powerful command-line tool for managing ZSH aliases, written in Swift.
MIT License
2 stars 0 forks source link

[FEATURE REQUEST] Improve dotfile parsing #6

Open MrDevel0per opened 1 year ago

MrDevel0per commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

MrDevel0per commented 1 year ago

Mentioning issue #1, which may be fixed by improving parsing

MrDevel0per commented 11 months ago

For example, if I create a line that starts with function and not alias or #, I get an error with parsing. That is unacceptable - we may want to look at the ZSH parser impl.