cls.sh

Clear screen and scrollback on Linux.

https://github.com/nodef/cls.sh

Science Score: 36.0%

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

  • 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.8%) to scientific vocabulary

Keywords

bash clear cli cls console screen scrollback sh shell terminal

Keywords from Contributors

composition
Last synced: 6 months ago · JSON representation

Repository

Clear screen and scrollback on Linux.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
bash clear cli cls console screen scrollback sh shell terminal
Created almost 5 years ago · Last pushed 11 months ago
Metadata Files
Readme License Citation

README.md

Clear screen and scrollback on Linux.
🐚 Bash, 📜 Files.

cls is a builtin command in Windows Command prompt, which clears the screen and scrollback (entire screen buffer), and resets the cursor to the top-left corner of the screen. The cls command actually has its origins in BASIC. This package provides the same behaviour as mentioned above on Linux (with bash shell). I often prefer this instead of clear when the output of a command is long. You can install this with npm install -g cls.sh.

Stability: Experimental.


```bash

Clear screen, reset cursor, clear scrollback

$ cls ```



References:



ORG DOI

Owner

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

A summary of programs made with Node.js.

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 18
  • Total Committers: 2
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.167
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 15
Abhishek Sahu a****2@g****m 3

Issues and Pull Requests

Last synced: 7 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 37 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 19
  • Total maintainers: 1
npmjs.org: cls.sh

Clear screen and scrollback on Linux.

  • Versions: 19
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 37 Last month
Rankings
Downloads: 14.6%
Dependent packages count: 16.2%
Forks count: 17.4%
Average: 19.1%
Stargazers count: 22.2%
Dependent repos count: 25.3%
Maintainers (1)
Last synced: 6 months ago

Dependencies

package-lock.json npm
  • 101 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