Skip to content

Releases: Ramzay/file-is-my-command

File is my command v1.2

20 Jul 13:43
0927b01
Compare
Choose a tag to compare

Configuration file loading improvements:

  • When changes are detected in configuration file it will be loaded, no need to restart the application !
  • Unit tests to make sure future improvements won't break the current behavior

File is my command v1.1

16 Jul 15:12
c761ed2
Compare
Choose a tag to compare
Pre-release

Application logs:

  • Logs can be viewed in the console or in a generated log file: fileIsMyCommand.log
  • Log file is reset everytime the application is started
  • User can configure to display more logs (by default set to false)

File is my command v1.0

08 Jul 16:45
3a6cc25
Compare
Choose a tag to compare
Pre-release

Working and configurable version for this application.

This application allows users to execute desired script when a command file is detected.

We can:

  • Configure the folder where the command files will be placed
  • Configure the associated script to be executed when we detect a command file
  • Configure the script directory

Command file is deleted prior to executing the command