Skip to content

Commit

Permalink
Build badges in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrottel committed Jun 2, 2024
1 parent 1ebfd08 commit 84ade7c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/FolderSummary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: FolderSummary Build Action

on:
push:
branches: [ "main", "ci-actions" ]
branches: [ "main" ]
paths:
- .github/workflows/FolderSummary.yaml
- FolderSummary/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/poltermouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: poltermouse Build Action

on:
push:
branches: [ "main", "ci-actions" ]
branches: [ "main" ]
paths:
- .github/workflows/poltermouse.yaml
- poltermouse/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scfeu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: scfeu Build Action

on:
push:
branches: [ "main", "ci-actions" ]
branches: [ "main" ]
paths:
- .github/workflows/scfeu.yaml
- scfeu/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shutdownplannergui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: shutdownplannergui Build Action

on:
push:
branches: [ "main", "ci-actions" ]
branches: [ "main" ]
paths:
- .github/workflows/shutdownplannergui.yaml
- shutdownplannergui/**
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ C# app to dim monitors by displaying an transparent black overlaying window.
The idea is to dim "other" monitors when watching a video or playing a game one only one of the monitors.

## FolderSummary <img align="left" src="./FolderSummary/FolderSummary_x48.png" style="height:1em" alt="FolderSummary">
[![FolderSummary Build Action](https://github.com/sgrottel/tiny-tools-collection/actions/workflows/FolderSummary.yaml/badge.svg)](https://github.com/sgrottel/tiny-tools-collection/actions/workflows/FolderSummary.yaml)

Simple C# app to summarize the content of a folder (recursively) into a Json file, or compares the content of a folder (recursively) to a Json file reporting differences in file existance, size, and write date.
Can use Everything, if available.

Expand Down Expand Up @@ -63,15 +65,21 @@ Queries the Windows event log to print when the user sessions logged in and logg
Powershell script using [IcoTools](https://github.com/jtippet/IcoTools) to make an `.ico` file from multiple image files in one call.

## poltermouse
[![poltermouse Build Action](https://github.com/sgrottel/tiny-tools-collection/actions/workflows/poltermouse.yaml/badge.svg)](https://github.com/sgrottel/tiny-tools-collection/actions/workflows/poltermouse.yaml)

Little tool to move the mouse around by itself, faking activity.

## scfeu <img align="left" src="./scfeu/doc/icon/scfeu_48.png" style="height:1em" alt="scfeu">
[![scfeu Build Action](https://github.com/sgrottel/tiny-tools-collection/actions/workflows/scfeu.yaml/badge.svg)](https://github.com/sgrottel/tiny-tools-collection/actions/workflows/scfeu.yaml)

Source Code Files Encoding Unifier -- encoding and line endings fixed in code files. Sort of.

## Scripts
Unsorted useful scripts, e.g. Pwsh.

## shutdownplannergui <img align="left" src="./shutdownplannergui/shutdownplannergui_x48.png" style="height:1em" alt="shutdownplannergui">
[![shutdownplannergui Build Action](https://github.com/sgrottel/tiny-tools-collection/actions/workflows/shutdownplannergui.yaml/badge.svg)](https://github.com/sgrottel/tiny-tools-collection/actions/workflows/shutdownplannergui.yaml)

A small GUI, slapped together in C#, around the Shutdown command-line utility.

## StartPwsh <img align="left" src="./StartPwsh/Powershell_black_x48.png" style="height:1em" alt="StartPwsh">
Expand Down

0 comments on commit 84ade7c

Please sign in to comment.