Skip to content

komugi1211s/furry-succotash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

furry-succotash

(wheel reinvent jam participant)

Basic File watcher that runs specified command each time when there's a change in something.

Usage

Windows

requires MSVC.

modify build.bat for appropriate SDL / GLFW path and run build.bat.

./build.bat

run /dist/main.exe, specify appropriate directory to watch for / process to run.

it fires the specified command whenever detects new file creation / modification. (TODO: deletion)

Unix

requires Clang to compile, and Zenity to function properly (for selecting folder / files)

./build.sh

run /dist/FurrySuccotash, specify appropriate directory to watch for / process to run.

it fires the specified command whenever detects new file creation / modification. (TODO: deletion)

TODO

  • reading stdout and logging
  • many folder to multiple command relationship (watch N folder, run M command in parallel / sequentially when there's any kind of change)
  • multiple folder/command pair.
  • resizing
  • minimizing / staying on task bar
  • overlayed logging screen (shows up whenever restart happens and slowly fades away?)

About

(wheel reinvent jam participant)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages