https://github.com/hymkor/filelock
Keep the file in use until EOF is encountered on standard input for testing file locking.
https://github.com/hymkor/filelock
filelock go windows
Last synced: 24 days ago
JSON representation
Keep the file in use until EOF is encountered on standard input for testing file locking.
- Host: GitHub
- URL: https://github.com/hymkor/filelock
- Owner: hymkor
- License: mit
- Created: 2023-02-03T00:28:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T00:40:13.000Z (about 2 years ago)
- Last Synced: 2025-02-10T15:50:58.721Z (3 months ago)
- Topics: filelock, go, windows
- Language: Makefile
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
filelock
========`filelock` is a program that keeps the file specified by its first argument in use until EOF is encountered on standard input.
it was created for testing file locking.Install
-------Download the binary package from [Releases](https://github.com/hymkor/filelock/releases) and extract the executable.
### for scoop-installer
```
scoop install https://raw.githubusercontent.com/hymkor/filelock/master/filelock.json
```or
```
scoop bucket add hymkor https://github.com/hymkor/scoop-bucket
scoop install filelock
```