https://github.com/robotomize/url-manager
Console application for test exam
https://github.com/robotomize/url-manager
concurrency manager network url
Last synced: about 2 months ago
JSON representation
Console application for test exam
- Host: GitHub
- URL: https://github.com/robotomize/url-manager
- Owner: robotomize
- License: apache-2.0
- Created: 2023-11-16T20:56:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-26T00:52:10.000Z (11 months ago)
- Last Synced: 2025-02-08T14:15:58.875Z (4 months ago)
- Topics: concurrency, manager, network, url
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# url manager
The console application for fetching urls from file
## Install
### Go
```sh
go install github.com/robotomize/url-manager/cmd/url-manager@latest
```### Docker
```sh
cd tests
docker pull robotomize/urlmanager:latest
docker run --rm -v $(pwd):/app -w /app robotomize/urlmanager urlmanager -s ./fixtures.txt
```## Usage
```shell
Check websites console applicationUsage:
url-manager [flags]Flags:
-d, --debug debug logging
-h, --help help for url-manager
-s, --source string source file with urls
-c, --sync sync mode with one thread
```