https://github.com/yhoungdev/kanshi-sha
Kanshisha is a simple file watcher for GO lang, no extra config need, no YAML , JSON configs.
https://github.com/yhoungdev/kanshi-sha
Last synced: 5 months ago
JSON representation
Kanshisha is a simple file watcher for GO lang, no extra config need, no YAML , JSON configs.
- Host: GitHub
- URL: https://github.com/yhoungdev/kanshi-sha
- Owner: yhoungdev
- Created: 2025-01-28T16:54:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T19:24:26.000Z (over 1 year ago)
- Last Synced: 2025-06-05T19:05:14.755Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Kanshi-sha ( Observer ) is a simple file watcher for .Go files (WIP)
Kanshi-sha (Observer) is a simple file watcher for .go files. (WIP)
I am trying out Go (Golang), and yes, nobody likes manually running their files all the time. Something like:
``` go run /cmd/main.go ```
*** For me, I don’t. I don’t know about you 🫵🏽. ***
So, I decided to write Kanshi-sha, a simple .go file watcher. (It is rudimentary now, but I hope it does the job.)
Yes, I know there are easier tools out there, but I just want to add something to my toolkit.
Yes, you might be thinking it is a memory black hole 🕳️, but no, it isn’t one because it kills the process and restarts it again 🤣. It might not be the best approach, but it should help for now.
Yeah, I hate writing such a tool on my Mac. I will move it to my Linux for testing.
On Mac👇👇

Yes, I saw it— notify.
On Linux 👇👇
