cuc

Command-line URL Checker (and notifier)

https://github.com/davidaparicio/cuc

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Command-line URL Checker (and notifier)

Basic Info
  • Host: GitHub
  • Owner: davidaparicio
  • License: mit
  • Language: Go
  • Default Branch: main
  • Size: 1.01 MB
Statistics
  • Stars: 1
  • Watchers: 3
  • Forks: 1
  • Open Issues: 1
  • Releases: 1
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation Security

README.md

CUC - Command-line URL Checker (and notifier)

CUC logo / A gopher playing with streams of data, logo, digital art, drawing

| Citation | | --------:| | In Go we trust, its power we wield, | | A language simple, yet revealed, | | With concurrency at its core, | | It's efficiency we adore. | | | | "Clear is better than clever," | | Golang's mantra we deliver, | | For code that's easy to read, | | Is the key to success, indeed. | | Like Go Proverbs - Simple, Poetic, Pithy |

Go Report Card GoDoc Github Docker Pulls Maintenance

License FOSSA Status Known Vulnerabilities Security Rating Vulnerabilities Twitter

CUC (English pronunciation: [cuc] / λευκός) is a very simple CLI tool to check various HTTP status for example if a webpage is available (200) or not found (404).

It's delicious like a TUC (cracker), Biscuit of the French company LU, but with a C, for the Console.


. Overview . Quickstart . Credits .


Overview

Quickstart

You need Go and all dependencies

CGO_ENABLED=1 go run ./main.go https://www.example.com/ loop --URL -s 10 -c 200 -f assets/mp3/ubuntu_dialog_info.mp3

For more information, you can see examples here

Credits

"A gopher playing with streams of data, logo, digital art, drawing" generated by DALL·E (OpenAI)

Owner

  • Name: David Aparicio
  • Login: davidaparicio
  • Kind: user
  • Location: Lyon
  • Company: OVHcloud

Seeking challenging projects ♟ I fell into it when I was a kid, so I can define my start in IT. Since then, new tech have been developed.. #onEstLaTech

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit (https://bit.ly/cffinit)
cff-version: 1.2.0
title: "CUC - Command-line URL Checker"
message: "CLI / Command-line URL Checker"
authors:
  - family-names: Aparicio
    given-names: David
    #orcid: https://orcid.org/0000-0003-4925-7248
repository-code: 'https://github.com/davidaparicio/cuc'
license: MIT
version: 0.0.2
#doi: 10.5281/zenodo.1234
date-released: 2023-03-13

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 months
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.33
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 months
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • davidaparicio (1)
Pull Request Authors
  • dependabot[bot] (4)
  • davidaparicio (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (4)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
proxy.golang.org: github.com/davidaparicio/cuc

Copyright © 2023 David Aparicio david.aparicio@free.fr Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 7.0%
Average: 8.2%
Dependent repos count: 9.3%
Last synced: 11 months ago

Dependencies

.github/workflows/lint_golangci.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v4 composite
  • golangci/golangci-lint-action v3 composite
.github/workflows/rel_goreleaser.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v3 composite
  • anchore/sbom-action/download-syft v0.13.3 composite
  • awalsh128/cache-apt-pkgs-action latest composite
  • docker/login-action v2 composite
  • docker/setup-qemu-action v2 composite
  • goreleaser/goreleaser-action v4 composite
  • sigstore/cosign-installer v3.0.1 composite
.github/workflows/sec_codeql.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/sec_gosec.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/upload-sarif v2 composite
  • securego/gosec v2.15.0 composite
.github/workflows/sec_sonar.yml actions
  • SonarSource/sonarcloud-github-action master composite
  • actions/checkout v3 composite
Dockerfile docker
  • alpine latest build
  • scratch latest build
go.mod go
  • github.com/faiface/beep v1.1.0
  • github.com/hajimehoshi/go-mp3 v0.3.4
  • github.com/hajimehoshi/oto v1.0.1
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.7.0
  • github.com/spf13/pflag v1.0.5
  • github.com/stretchr/testify v1.8.4
  • go.uber.org/atomic v1.11.0
  • go.uber.org/multierr v1.11.0
  • go.uber.org/zap v1.24.0
  • golang.org/x/exp/shiny v0.0.0-20230713183714-613f0c0eb8a1
  • golang.org/x/image v0.10.0
  • golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda
  • golang.org/x/sys v0.10.0
go.sum go
  • github.com/DATA-DOG/go-sqlmock v1.3.3
  • github.com/benbjohnson/clock v1.1.0
  • github.com/cpuguy83/go-md2man/v2 v2.0.2
  • github.com/d4l3k/messagediff v1.2.2-0.20190829033028-7e0a312ae40b
  • github.com/davecgh/go-spew v1.1.1
  • github.com/faiface/beep v1.1.0
  • github.com/gdamore/encoding v1.0.0
  • github.com/gdamore/tcell v1.3.0
  • github.com/go-audio/audio v1.0.0
  • github.com/go-audio/riff v1.0.0
  • github.com/go-audio/wav v1.0.0
  • github.com/hajimehoshi/go-mp3 v0.3.0
  • github.com/hajimehoshi/go-mp3 v0.3.4
  • github.com/hajimehoshi/oto v0.6.1
  • github.com/hajimehoshi/oto v0.7.1
  • github.com/hajimehoshi/oto v1.0.1
  • github.com/hajimehoshi/oto/v2 v2.3.1
  • github.com/icza/bitio v1.0.0
  • github.com/icza/mighty v0.0.0-20180919140131-cfd07d671de6
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/jfreymuth/oggvorbis v1.0.1
  • github.com/jfreymuth/vorbis v1.0.0
  • github.com/lucasb-eyer/go-colorful v1.0.2
  • github.com/mattn/go-runewidth v0.0.4
  • github.com/mewkiz/flac v1.0.7
  • github.com/mewkiz/pkg v0.0.0-20190919212034-518ade7978e2
  • github.com/pkg/errors v0.8.1
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/spf13/cobra v1.7.0
  • github.com/spf13/pflag v1.0.5
  • github.com/stretchr/testify v1.8.4
  • github.com/yuin/goldmark v1.4.13
  • go.uber.org/atomic v1.11.0
  • go.uber.org/goleak v1.1.11
  • go.uber.org/multierr v1.11.0
  • go.uber.org/zap v1.24.0
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
  • golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8
  • golang.org/x/exp/shiny v0.0.0-20230713183714-613f0c0eb8a1
  • golang.org/x/image v0.0.0-20190220214146-31aff87c08e9
  • golang.org/x/image v0.0.0-20190227222117-0694c2d4d067
  • golang.org/x/image v0.10.0
  • golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6
  • golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda
  • golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
  • golang.org/x/mod v0.8.0
  • golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
  • golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  • golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
  • golang.org/x/net v0.0.0-20220722155237-a158d28d115b
  • golang.org/x/net v0.6.0
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
  • golang.org/x/sync v0.1.0
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190312061237-fead79001313
  • golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872
  • golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
  • golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
  • golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e
  • golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
  • golang.org/x/sys v0.5.0
  • golang.org/x/sys v0.10.0
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
  • golang.org/x/term v0.5.0
  • golang.org/x/text v0.3.0
  • golang.org/x/text v0.3.3
  • golang.org/x/text v0.3.7
  • golang.org/x/text v0.7.0
  • golang.org/x/text v0.11.0
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
  • golang.org/x/tools v0.1.12
  • golang.org/x/tools v0.6.0
  • golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1