overmind icon indicating copy to clipboard operation
overmind copied to clipboard

Process manager for Procfile-based applications and tmux

Results 48 overmind issues
Sort by recently updated
recently updated
newest added

An extension to #38 As an overmind user I want to specify tmux startup options, specifically `-CC` So i can use iTerm2's amazing tmux integration

I really love using Overmind for running my Procfiles and being able to use `binding.pry` to have nice debugging sessions! Thanks for that! I have another problem I'm dealing with...

Could you please specify compatible tmux version? Seems like overmind does not work with tmux version 1.8: ``` $ overmind start system | Listening at /adjust/dashboard/.overmind.sock system | Tmux session...

It would be very useful to be able to type `foo` to filter in by that string, or `-foo` to filter out. It could act on the logs themselves, or...

feature request

It would be nice to be able to run something like `overmind kill --signal USR1 my_process` to send `SIGUSR1` to the running process `my_process`.

Hi, I am trying to replace `foreman` with `overmind`. All my dev setup is running with Docker [evilmartians/ruby-on-whales](https://github.com/evilmartians/ruby-on-whales) setup. To get `overmind` running I add some changes to my `Dockerfile`...

Hello :wave: thank you for creating overmind, I really appreciate this tool 🥇 I'm an avid tmux user and I usually run overmind as a daemon. I start my web...

If you run overmind like so: ``` SOMETHING=123 overmind start ``` and `.env` contains: ``` SOMETHING=456 ``` then you will experience this: ``` SOMETHING=123 overmind run bash bash-3.2$ echo $SOMETHING...

Thank you for this project. I have a situation where there are many separate repos with existing .env files in them for an engineer to run them in isolation. I...

Thanks for working on this tool, it's really great! This is more of a question or maybe an opportunity to improve user-experience or documentation. I was running overmind as a...