Open benoitf opened 2 weeks ago
Why do you want this?
I launch once the cli container and then all commands are ramalama commands. I don't need to prefix all my commands or to run again a new container
Like I run the python or node.js container
That feels like something you could build simply for yourself. Not sure there would be huge demand for this.
alias rl="ramalama"
springs to mind.
This isn't incredibly hard to implement as a separate project. This is basically implement my own custom shell.
The thing is when you execute run, then we have to spin up another shell of sorts so we would have to maintain multiple shells.
Feature request description
each time I run commands, I enter
ramalama <something>
likeramalama run <something>
I would like to know if an interactive mode would be possible where I could enter in an interactive
chat
and then only enter the RamaLama arguments where I would have completion, etc.like
Suggest potential solution
No response
Have you considered any alternatives?
No response
Additional context
No response