https://github.com/scomans/dev-console
A multi process shared console line tool
https://github.com/scomans/dev-console
angular cli tauri terminal typescript
Last synced: 5 months ago
JSON representation
A multi process shared console line tool
- Host: GitHub
- URL: https://github.com/scomans/dev-console
- Owner: scomans
- License: mit
- Created: 2021-04-01T10:51:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-02T12:47:05.000Z (11 months ago)
- Last Synced: 2025-08-02T14:33:21.536Z (11 months ago)
- Topics: angular, cli, tauri, terminal, typescript
- Language: TypeScript
- Homepage:
- Size: 8.41 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevConsole - README

## Overview
This repository contains the source code for DevConsole, a powerful utility designed to streamline and enhance the
development process. The tool is installed on Windows systems using an MSI installer, making it easy to set up and use.
## Features
- **Command History:** The tool maintains a history of commands that you can easily access and run again.
- **Shared Terminal:** The tool provides a shared terminal that can be used to show the output of multiple commands at
once.
This is useful for running commands on multiple servers in a cluster, such as starting or stopping services.
- **Wait for:** The tool allows you to wait for a service (http/tcp) to come up before running the command.
- **Output manupulation:** The tool allows you to manipulate the output of the command using regex.
- **Environment variables:** The tool allows you to set environment variables for the command.
## Installation
To install the Developer Console Tool on your Windows system, follow these steps:
1. Download the latest MSI installer from the [Releases](https://github.com/scomans/dev-console/releases) page.
2. Double-click the MSI installer file and follow the on-screen instructions to install the tool.
3. Once the installation is complete, launch the Developer Console Tool from the Start menu.
## Contribution
We welcome contributions from the community to improve and expand the functionality of the Developer Console Tool. To
contribute, follow these steps:
1. Fork the repository to your GitHub account.
2. Create a new branch with a descriptive name for your feature or bug fix.
3. Make your changes and commit them with clear commit messages (GitMojis welcomed).
4. Push your branch to your fork.
5. Submit a pull request to the main repository, describing the changes you made.
## Issue Reporting
If you encounter any bugs or have suggestions for improvements,
please [open an issue](https://github.com/scomans/dev-console/issues) on our GitHub repository. We
appreciate your feedback and will address the issues promptly.
## License
This project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute the tool as
permitted by the license.