Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Tiny File Watcher for C#View project page

A dead simple file watcher that waits for C# file changes.
Submitted by Screamquency (@screamquency) — 1 day, 2 hours before the deadline
Add to collection

Play tool

Tiny File Watcher for C#'s itch.io page

Results

CriteriaRankScore*Raw Score
How innovative or original it is#143.3574.333
How much I could potentially use it in the future#162.5823.333
Overall#172.9263.778
How nice or fun it is to use#202.8403.667

Ranked from 3 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Host(+1)

I’m not going to use this because I don’t use C#, but reading the description it seems very useful. I’m glad if you managed to create the simple tool that solved your dev problem. And thanks for sharing it with us!

♥ Thanks for taking part in the tool jam. Don’t forget to try, comment and rate other tools! tools are made to be used! ♥

Developer

Thanks for the kind words and thanks for the great Jam!
Yeah, the idea is to make it more "universal" and have the default be for C#, but have the option to set custom file types / paths and commands to run.

Submitted(+1)

This is a great start for something I’ve low-key needed myself. I use other tools to achieve similar but this is, with one command, focused on only c# files, and doesn’t take any arguments.

The one argument I would suggest having is –help/-h, that would print out the same description that is provided here on itch.io.

Developer (1 edit)

Thanks, I'm glad you liked it!
And I totally agree, I had that it mind but it must have slipped away haha. I will include that when I'm updating the tool.