GitXplorerGitXplorer
T

stackwatch

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
d70f30f779513fb790fb42e9cd56777a8690f5d6

chore(deps-dev): bump semantic-release from 24.2.0 to 24.2.1 (#107)

ddependabot[bot] committed 12 days ago
Verified
fc143a83dcdbb1d467a48ca4249e769174b5a404

chore(deps-dev): bump @hapi/lab from 25.3.2 to 26.0.0 (#106)

ddependabot[bot] committed 3 months ago
Verified
91308af8b16ee1683184cb1def5b287bfdc69594

chore(deps-dev): bump semantic-release from 24.1.3 to 24.2.0 (#105)

ddependabot[bot] committed 3 months ago
Verified
20120094bd35bb08c2953a129d77885ebbd135b9

chore(deps-dev): bump @hapi/lab from 25.3.1 to 25.3.2 (#104)

ddependabot[bot] committed 3 months ago
Verified
71a0216ac3dd8829584aeaf327cdcab26467e2da

chore(deps-dev): bump semantic-release from 24.1.2 to 24.1.3 (#103)

ddependabot[bot] committed 3 months ago
Verified
1c6c38b575587485173986415d2aade914471cce

chore(deps-dev): bump semantic-release from 24.1.1 to 24.1.2 (#102)

ddependabot[bot] committed 4 months ago

README

The README file for this repository.

stackwatch

Watch StackExchange sites and open a browser window when a new question of interest has been posted.

Installation

npm install -g stackwatch

Usage

stackwatch [options]

Options:
  --tag          Tag to search on [default: node.js]
  --wait         Seconds to wait between checks [default: 60]
  --version, -v  Show version
  --help, -h     Show this message

Running stackwatch with no options will check StackOverflow every 60 seconds to see if there is a new question that is tagged node.js. If it finds one or more, these questions will automatically open in your browser.

Use the tag option to specify a different tag to watch.

Use the wait value to check for new questions less frequently than once a minute. wait values less than 60 are ignore.

License

MIT