{"id":16747019,"url":"https://github.com/selfup/seal","last_synced_at":"2025-03-16T02:21:47.085Z","repository":{"id":71266609,"uuid":"203684088","full_name":"selfup/seal","owner":"selfup","description":"Windows, Linux, and macOS/Unix file extension watcher and command executor.","archived":false,"fork":false,"pushed_at":"2019-08-23T22:11:36.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T05:13:15.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/selfup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-22T00:26:10.000Z","updated_at":"2024-06-19T06:31:50.005Z","dependencies_parsed_at":null,"dependency_job_id":"bbb2ef5f-de3d-4010-b1a9-3d383f8a001a","html_url":"https://github.com/selfup/seal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfup%2Fseal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfup%2Fseal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfup%2Fseal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfup%2Fseal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selfup","download_url":"https://codeload.github.com/selfup/seal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243814949,"owners_count":20352073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T02:08:54.314Z","updated_at":"2025-03-16T02:21:46.585Z","avatar_url":"https://github.com/selfup.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seal\n\nWindows, Linux, and macOS/Unix file extension watcher and command executor.\n\nPolls files by default every 1000ms (1sec) and if any file has been updated (saved/created) it will run the given command.\n\nPerfect for spiking scripts!\n\n### Install\n\nCurrently just supports using go as a package manager/installer:\n\n```\ngo get github.com/selfup/seal\ngo install github.com/selfup/seal\n```\n\n### Expected Args\n\n```bash\nseal -ext=\".go,.proto\" -cmd=\"go run main.go\"\n```\n\n### Chained Commands\n\nIf you want to use a command like: `echo wow | grep ow \u0026\u0026 ls -lagh` you will need to write the script in a file and tell seal to execute said file.\n\nExample: `seal -ext=\".sh\" -cmd=\"./scripts/run.sh\"`\n\n### Overriding defaults\n\nWatched directory: `-dir=`\n\nPolling time in ms: `-poll=`\n\n```bash\nseal -dir=\"pkg\" -ext=\".go,.proto\" -cmd=\"go test ./pkg/...\" -poll=\"300\"\n```\n\n### Help\n\n```\n$ seal -h\nUsage of C:\\Users\\selfup\\go\\bin\\seal.exe:\n  -cmd string\n        REQUIRED\n                command written as it were to be written in the terminal surrounded in double quotes\n  -dir string\n        OPTIONAL\n                directory where seal will poll (default \".\")\n  -ext string\n        REQUIRED\n                a comma delimted list of file extensions to scan\n                if none are given all files will be searched\n  -poll string\n        OPTIONAL\n                time spent between directory scans (default \"1000\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfup%2Fseal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselfup%2Fseal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfup%2Fseal/lists"}