This repository contains the code needed to get up and running with a personal task automation suite and consume scripts in a more conventional way.
It is intended to be used by:
- developers who whould like to save time and simplify environment setups as well as daily tasks
- organizations wanting to abstract some devops out and to provide standardization of their operating system level scripts
- leaders wanting to provide a pre-configured Unix box with zsh for their team
Information about this app could be found @sindagal.org Docs Page!
The Terminal tab contains a short demo and a first look, the Scripts tab contains description of each built in automation included.
- Single Page App Styled Terminal UX
- Terminal polyfills such as themes & autocomplete
- Ability to execute Powershell & Bash scripts using NodeJS
- Several Software installations with a few keystrokes
- Ability to import a user friendly Powershell Module containing scripts for daily tasks
- Ability to retrieve system status information such as OS Build & Processor Architecture etc.
- Development & Automations by @denzii
Contributions as well as feedback are always welcome! Feel free to fork this repository, submit pull requests, open issues or contact me directly at my Linkedin if there are any problems with the code or the documentation.
- Full refactor of worker/parent interactions
- Fully test on a virtual machine
- Provide Realtime Command outputs & prevent UI block
- Make all existing scripts cross-os
- Allow usage through MacOS & Linux
- Include basic multi line git operations into the Powershell Module
Server: ReactJS (Ink), TypeScript, NodeJS