sleep.cmd

Sleep for specified time in Windows Command prompt.

https://github.com/nodef/sleep.cmd

Science Score: 54.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
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary

Keywords

application cli cmd command console interface line prompt sleep windows
Last synced: 4 months ago · JSON representation ·

Repository

Sleep for specified time in Windows Command prompt.

Basic Info
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Topics
application cli cmd command console interface line prompt sleep windows
Created over 7 years ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

Sleep for specified time in Windows Command prompt.
🖥️ Command prompt, 📜 Files.

sleep is a command in Unix-like operating systems that suspends program execution for specified time. This package provides the sleep command for Windows Command prompt, with exactly the same behaviour as in Unix-like systems. Please check examples below. Source code for the executable is written in C#. It should be noted small delays (few milliseconds) are less accurate.

Stability: Stable.


```bash

Install on Windows

$ npm install -g sleep.cmd ```


```bash $ sleep [unit] | [option]

Units:

s: sleep for number seconds.

m: sleep for number minutes.

h: sleep for number hours.

d: sleep for number days.

Options:

--help: get help

--version: get version details

```


```bash

sleep for 0.1 seconds

$ sleep 0.1

sleep for 1.23 minutes

$ sleep 1.23m

sleep for 1 day 23 hours

$ sleep 1d && sleep 23h ```



References



ORG DOI

Owner

  • Name: nodef
  • Login: nodef
  • Kind: organization

A summary of programs made with Node.js.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Sahu
    given-names: Subhajit
    orcid: https://orcid.org/0000-0001-5140-6578
title: "nodef/sleep.cmd: Sleep for specified time in Windows Command prompt"
version: 2.0.0
doi: 10.5281/zenodo.6659223
date-released: 2022-06-18

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 26
  • Total Committers: 1
  • Avg Commits per committer: 26.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Subhajit Sahu w****7@g****m 26

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 6
  • Total pull requests: 0
  • Average time to close issues: over 2 years
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 0.17
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 5
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • greenkeeper[bot] (5)
  • EhsanHerai (1)
Pull Request Authors
Top Labels
Issue Labels
greenkeeper (5)
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • npm 1,417 last-month
  • Total dependent packages: 1
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 52
  • Total maintainers: 1
npmjs.org: cli-sleep

Sleep for specified time in Windows Command prompt.

  • Versions: 24
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 131 Last month
Rankings
Dependent repos count: 10.3%
Downloads: 11.4%
Stargazers count: 13.1%
Average: 14.2%
Forks count: 15.4%
Dependent packages count: 20.9%
Maintainers (1)
Last synced: 4 months ago
npmjs.org: sleep.cmd

Sleep for specified time in Windows Command prompt.

  • Versions: 28
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1,286 Last month
Rankings
Downloads: 5.4%
Stargazers count: 17.7%
Average: 20.4%
Forks count: 20.5%
Dependent repos count: 25.3%
Dependent packages count: 32.9%
Maintainers (1)
Last synced: 4 months ago

Dependencies

package-lock.json npm
  • @octokit/auth-token 3.0.1 development
  • @octokit/core 4.0.5 development
  • @octokit/endpoint 7.0.2 development
  • @octokit/graphql 5.0.1 development
  • @octokit/openapi-types 13.10.0 development
  • @octokit/plugin-paginate-rest 4.3.0 development
  • @octokit/plugin-request-log 1.0.4 development
  • @octokit/plugin-rest-endpoint-methods 6.6.0 development
  • @octokit/request 6.2.1 development
  • @octokit/request-error 3.0.1 development
  • @octokit/rest 19.0.4 development
  • @octokit/types 7.4.0 development
  • balanced-match 1.0.2 development
  • before-after-hook 2.2.2 development
  • brace-expansion 2.0.1 development
  • deprecation 2.3.1 development
  • extra-build 2.2.28 development
  • extra-javascript-text 0.1.11 development
  • extra-jsdoc-text 0.1.11 development
  • extra-markdown-text 0.1.2 development
  • is-plain-object 5.0.0 development
  • jsonc-parser 3.2.0 development
  • kleur 4.1.5 development
  • lru-cache 6.0.0 development
  • lunr 2.3.9 development
  • marked 4.1.0 development
  • minimatch 5.1.0 development
  • node-fetch 2.6.7 development
  • once 1.4.0 development
  • semver 7.3.7 development
  • shiki 0.11.1 development
  • tr46 0.0.3 development
  • typedoc 0.23.14 development
  • typescript 4.8.3 development
  • universal-user-agent 6.0.0 development
  • vscode-oniguruma 1.6.2 development
  • vscode-textmate 6.0.0 development
  • webidl-conversions 3.0.1 development
  • whatwg-url 5.0.0 development
  • wrappy 1.0.2 development
  • yallist 4.0.0 development
package.json npm
  • extra-build ^2.2.28 development
.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v2 composite
  • nodef/npm-config.action v1.0.0 composite
.github/workflows/pr.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v2 composite
src/cs/sleep.csproj nuget