Commit graph

28 commits

Author SHA1 Message Date
2c02090a25
Feat: Switch to Spectre.Console.Cli as CLI framework (#3) 2022-10-15 12:24:30 +02:00
39645c4c1c
Merge pull request #2 from m-lamonaca/dependabot/nuget/src/Spectre.Console-0.45.0
NuGet(deps): Bump Spectre.Console from 0.44.0 to 0.45.0 in /src
2022-09-12 18:05:52 +02:00
dependabot[bot]
5baff758ea
NuGet(deps): Bump Spectre.Console from 0.44.0 to 0.45.0 in /src
Bumps [Spectre.Console](https://github.com/spectreconsole/spectre.console) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/spectreconsole/spectre.console/releases)
- [Commits](https://github.com/spectreconsole/spectre.console/compare/0.44.0...0.45.0)

---
updated-dependencies:
- dependency-name: Spectre.Console
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-12 02:20:22 +00:00
7a4dc8dc8c
Fix: powershell install script
- add missing `Test-CommandExists` function definition
- add shebang
2022-06-13 09:23:50 +02:00
0c70ee0f1b
Update dependabot.yml 2022-06-12 11:36:54 +02:00
94973b872d
Merge pull request #1 from m-lamonaca/dependabot/nuget/src/Spectre.Console-0.44.0 2022-06-12 11:33:17 +02:00
dependabot[bot]
62fb1402a7
Composer(deps): Bump Spectre.Console from 0.43.0 to 0.44.0 in /src
Bumps [Spectre.Console](https://github.com/spectreconsole/spectre.console) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/spectreconsole/spectre.console/releases)
- [Commits](https://github.com/spectreconsole/spectre.console/compare/0.43.0...0.44.0)

---
updated-dependencies:
- dependency-name: Spectre.Console
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-11 15:24:24 +00:00
e9f2ad9bdd
Create dependabot.yml 2022-06-11 17:24:02 +02:00
6a01577912
Update README & install scripts 2022-06-10 17:45:24 +02:00
dc40ced033
Update install scripts to install or update 2022-06-10 17:10:41 +02:00
9c83f6e046
Split types in dedicated files 2022-06-10 16:30:57 +02:00
ae15e9abe4
Allow dispaly of the filename (& extension) only 2022-06-10 16:25:12 +02:00
a4fe1ba84a
Allow installation as dotnet tool 2022-05-25 18:20:53 +02:00
150685acee
Rename CLI args 2022-05-24 20:26:13 +02:00
dfd999dff4
Always use multiple script selection 2022-05-24 18:46:04 +02:00
1a6f72bf78
Update publish script 2022-04-26 21:54:10 +02:00
d3ab7aaa31
Move prompt handling in a common class 2022-03-16 12:27:33 +01:00
bd4683b110
Add error message if no files are found in grouped mode 2022-03-16 09:54:01 +01:00
555b65836a
Allow selection grouped by directory 2022-03-14 20:45:01 +01:00
c35a51d9a7
Show only relative script path in prompt 2022-03-14 19:23:24 +01:00
151ee1d6a0
Add publish script 2022-03-14 12:18:16 +01:00
ad2c894f15
Fix default extensions fallback when not specified 2022-03-12 12:23:18 +01:00
f8df61cad6
Add exception handling on script exec faliure 2022-03-12 10:46:20 +01:00
8f9fa240b6
Make script execution asyncronous 2022-03-11 18:04:07 +01:00
2e52e63c3f
Add style to selection prompt 2022-03-11 17:30:33 +01:00
1acf91adf5
Allow execution of various script types 2022-03-11 16:39:40 +01:00
ae80e950bf
Allow execution of multiple scripts 2022-03-11 16:32:53 +01:00
ffff67de30
initial commit 2022-03-09 22:42:40 +01:00