clear.cmd

Clear screen like Unix in Windows Command prompt.

https://github.com/nodef/clear.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 (5.3%) to scientific vocabulary

Keywords

clear cli command console cs linux prompt terminal unix windows
Last synced: 4 months ago · JSON representation ·

Repository

Clear screen like Unix in Windows Command prompt.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
clear cli command console cs linux prompt terminal unix windows
Created about 8 years ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

Clear screen like Unix in Windows Command prompt.
🖥️ Command prompt, 📜 Files,

clear is a builtin shell command in various Unix shells (such as bash), which clears the terminal by scrolling down (until old output is not visible) and resetting the cursor to the top-left corner of the screen. This package provides the same behaviour as Unix clear (as mentioned above) on the Windows Command prompt. Source code for the executable is written in C#.

Stability: Experimental.


```bash

Install on Windows

$ npm install -g clear.cmd ```


```bash

Push screen text to the top, reset cursor.

$ clear ```



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/clear.cmd: Clear screen like Unix in Windows Command prompt"
version: 1.0.0
doi: 10.5281/zenodo.6659064
date-released: 2022-06-18

GitHub Events

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

Committers

Last synced: 6 months ago

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

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • npm 20 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 14
  • Total maintainers: 1
npmjs.org: clear.cmd

Clear screen like Unix in Windows Command prompt.

  • Versions: 14
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 20 Last month
Rankings
Forks count: 20.5%
Dependent repos count: 25.3%
Stargazers count: 27.1%
Average: 32.8%
Dependent packages count: 32.9%
Downloads: 58.0%
Maintainers (1)
Last synced: 4 months ago

Dependencies

package-lock.json npm
  • 102 dependencies
package.json npm
  • extra-build ^1.3.31 development
.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v2 composite
.github/workflows/pr.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v2 composite
src/cs/Main.csproj nuget