Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruslan-korneev/zsh-autorun-docker
Zsh Plugin to not forget and easily start needed containers for project
https://github.com/ruslan-korneev/zsh-autorun-docker
oh-my-zsh oh-my-zsh-plugin shell zsh
Last synced: 7 days ago
JSON representation
Zsh Plugin to not forget and easily start needed containers for project
- Host: GitHub
- URL: https://github.com/ruslan-korneev/zsh-autorun-docker
- Owner: ruslan-korneev
- Created: 2023-06-23T11:38:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-23T12:42:56.000Z (over 1 year ago)
- Last Synced: 2024-12-24T07:59:50.318Z (8 days ago)
- Topics: oh-my-zsh, oh-my-zsh-plugin, shell, zsh
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zsh-autorun-docker
Run your projects' containers faster when you enter the projects' folder## Installation
See [INSTALL.md](INSTALL.md).
## Usage
## Configuration
## Troubleshooting
If you have a problem, please search through the [list of issues on GitHub](https://github.com/ruslan-korneev/zsh-autorun-docker/issues?q=) to see if someone else has already reported it.
### Reporting an Issue
1. Before reporting an issue, please try temporarily disabling sections of your configuration and other plugins that may be conflicting with this plugin to isolate the problem.
2. When reporting an issue, please include:
- The smallest, simplest `.zshrc` configuration that will reproduce the problem.
- The version of zsh you're using (`zsh --version`)
- Which operating system you're running## Uninstallation
1. Remove the code referencing this plugin from ~/.zshrc.
2. Remove the git repository from your hard drive
```zsh
rm -rf ~/.zsh/zsh-autorun-docker # Or wherever you installed
```## Development
### Build Process
### Pull Requests
### Testing