Commit graph

23 commits

Author SHA1 Message Date
060f2f0223
fix: script ptompt message 2023-05-19 19:46:08 +02:00
38eb93354f
feat: rename executable to scrl 2023-01-27 16:27:08 +01:00
dependabot[bot]
d10340a644
NuGet(deps): Bump Spectre.Console from 0.45.0 to 0.46.0 in /src (#5)
Bumps [Spectre.Console](https://github.com/spectreconsole/spectre.console) from 0.45.0 to 0.46.0.
- [Release notes](https://github.com/spectreconsole/spectre.console/releases)
- [Commits](https://github.com/spectreconsole/spectre.console/compare/0.45.0...0.46.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcello Lamonaca <marcello@lamonaca.eu>
2023-01-16 09:07:47 +01:00
dependabot[bot]
b75ad45aaa
NuGet(deps): Bump Spectre.Console.Cli from 0.45.0 to 0.46.0 in /src
Bumps [Spectre.Console.Cli](https://github.com/spectreconsole/spectre.console) from 0.45.0 to 0.46.0.
- [Release notes](https://github.com/spectreconsole/spectre.console/releases)
- [Commits](https://github.com/spectreconsole/spectre.console/compare/0.45.0...0.46.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-16 02:36:14 +00:00
2c02090a25
Feat: Switch to Spectre.Console.Cli as CLI framework (#3) 2022-10-15 12:24:30 +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
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
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
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
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