Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robotomize/url-manager
Console application for test exam
https://github.com/robotomize/url-manager
concurrency manager network url
Last synced: 7 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T09:56:32.000Z (8 months ago)
- Last Synced: 2024-06-25T11:22:17.513Z (8 months ago)
- Topics: concurrency, manager, network, url
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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
```