GitXplorerGitXplorer
T

stackwatch

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
e9ae780477c7dbe5c2180eb0e4897967e102a141

chore(deps-dev): bump standard from 17.1.0 to 17.1.2 (#100)

ddependabot[bot] committed 4 months ago
Verified
3799f05c24c80b2e0ddc2c5c092af59a246cd931

chore(deps-dev): bump semantic-release from 24.1.0 to 24.1.1 (#101)

ddependabot[bot] committed 4 months ago
Verified
3598e7ef083ed21a42aac3b0efc4ed6d3fcedd07

chore(deps-dev): bump semantic-release from 24.0.0 to 24.1.0 (#99)

ddependabot[bot] committed 5 months ago
Verified
f10768590677dd3ee624f37ff629b840630a51c7

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

ddependabot[bot] committed 6 months ago
Verified
1fbf902bf2ae912ff6cad4a126764165efd41f68

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#97)

ddependabot[bot] committed 7 months ago
Verified
2951ae9f50537f2b3f2eced53202047532ffe437

chore(deps-dev): bump semantic-release from 23.1.1 to 24.0.0 (#96)

ddependabot[bot] committed 8 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