Hacker News new | ask | show | jobs
by joantune 3196 days ago
Autocompletion for env variables is great:

i.e.

`cd $THAT_ENV_DIRECTORY`

however I always get

`The directory "$THAT_ENV_DIRECTORY" doesn't exist. `

although clearly it does as it is autocompletion suggested

1 comments

It's a known bug, please vote to fix it faster. Variables interpolation doesn't work in built-in commands at the moment. https://github.com/railsware/upterm/issues/597