JanDeDobbeleer / aliae

Cross shell and platform alias management
https://aliae.dev
MIT License
73 stars 3 forks source link

feat(path): add entry to PATH if non existant #69

Closed JanDeDobbeleer closed 7 months ago

JanDeDobbeleer commented 7 months ago

resolves #62

Prerequisites

trajano commented 7 months ago

Yup this does the first request which is to check for existence, but I think we can make it more shell/platform neutral by creating the directory if it can be configured to do so.

JanDeDobbeleer commented 7 months ago

@trajano imho, creating a directory is no use-case here. That's beyond the scope of aliae. You can add that to the script block. I'm going to be strict in what we can or can't do, because otherwise this will become a dragon of a tool.