pluc
pluc copied to clipboard
:ok_hand: Instant terminal aliases
Results
2
pluc issues
Sort by
recently updated
recently updated
newest added
> I think this is why: Under situations where `config.json` is invalid json, The entire file is deleted upon transpilation of aliases. This is an issue because it means if...
bug
`"play": "cd \"$(mktemp -d)\"", ` -> `alias play="cd "$(mktemp -d)""` Could be fixed with switching to functions instead of `alias`'s