Update of "ClickyColoury"
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Artifact ID: | e18e4d99ee986d426a75b1328b185864d55d4ac7 |
---|---|
Page Name: | ClickyColoury |
Date: | 2017-09-23 00:45:58 |
Original User: | mario |
Mimetype: | text/x-markdown |
Parent: | ba5dc05f89990eac62e5b656be09bba046fa919f (diff) |
Next | 05666db31d1eeac96886b79b760e2b8153c3b317 |
Content
ClickyColoury is a WPF GUI frontend for PowerShell scripts. It also comes with a rudimentary CLI alternative. It's currently just a prototype however.
Cons 
- Prototype stage, code duplication, not enough documentation
- Only works on PowerShell -Version 2.0 for now
- Building the GUI is quite slow (mostly due to WPF and the
W
wrapper) - Still a lot of ToDos
- Scripts cannot be overly interactive (Read-Host just yields a VB popup)
- The CLI version is not in sync with the GUI features
- Distributed only with a few generic scripts initially
Pros
- Implements plugin meta data for easy extension
- Allows CLI scripts to run nearly unchanged in a GUI
- Provides a color-aware Write-Host and a crude Read-Host wrapper
- Convenient $machine + $username toolbar input (w/ gimmicks)
- Basic forms (text/dropdown) field support
- GUI is somewhat unstructured, but adds icons for orientation
- Overall design goal is to allow scripts to run alike in GUI or CLI, and (mostly) standalone
Trivia
license
- MITL
project name
- ClickyColoury is an awful approximation of the german term "KlickBunti" (a common diss for GUI tools in general). Formerly called "MultiTool" even. (Well, at least it keeps in line with being an overly generic title.)
version
- Shows a summary version of all installed scripts, rather than its main version
FAQ
Will you add more scripts?
- Sure. But sharing is caring. It's intially just a few cleansed tools, rather than the more complex custom onse. More to come, if there's enough interest and contributing back!
What is Fossil?
- See https://fossil-scm.org/ - It's a convenient distributed version control system. It's much more cross-platform than GIT, as it comes in a single EXE even for Windows. Clone this repository, and try
fossil ui
- See https://fossil-scm.org/ - It's a convenient distributed version control system. It's much more cross-platform than GIT, as it comes in a single EXE even for Windows. Clone this repository, and try
Why force that godawful "plugin meta data" upon us?
- The Powershell ecosystem in particular is in dire need of a at least a basic effort at standardization. I'm aware "cross-platform" does not usually entice Windows programmers. But, still.
- It's not a dependency, btw. Nonetheless keeps everything more open-sourcy in its current form.
"It doesn't work"?
- Now that's not an actual error message. And this project might not be useful to you.