snipe-yourself
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

snipe-yourself

Generate a report of your osu! chokes to snipe them with ease!

Version Downloads/week License

Usage

$ npm install -g snipe-yourself
$ snipe COMMAND
running command...
$ snipe (--version)
snipe-yourself/1.0.1 linux-x64 node-v16.13.1
$ snipe --help [COMMAND]
USAGE
  $ snipe COMMAND
...

Commands

snipe autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ snipe autocomplete [SHELL] [-r]

ARGUMENTS
  SHELL  shell type

FLAGS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

DESCRIPTION
  display autocomplete installation instructions

EXAMPLES
  $ snipe autocomplete

  $ snipe autocomplete bash

  $ snipe autocomplete zsh

  $ snipe autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

snipe commands

list all the commands

USAGE
  $ snipe commands [-h] [-j] [--hidden] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
    csv|json|yaml |  | [--csv | --no-truncate]] [--no-header | ]

FLAGS
  -h, --help         Show CLI help.
  -j, --json         display unfiltered api data in json format
  -x, --extended     show extra columns
  --columns=<value>  only show provided columns (comma-separated)
  --csv              output is csv format [alias: --output=csv]
  --filter=<value>   filter property by partial string matching, ex: name=foo
  --hidden           show hidden commands
  --no-header        hide table header from output
  --no-truncate      do not truncate output to fit screen
  --output=<option>  output in a more machine friendly format
                     <options: csv|json|yaml>
  --sort=<value>     property to sort by (prepend '-' for descending)

DESCRIPTION
  list all the commands

See code: @oclif/plugin-commands

snipe config list

list all of the available settings!

USAGE
  $ snipe config list

DESCRIPTION
  list all of the available settings!

ALIASES
  $ snipe config view

EXAMPLES
  $ snipe config list

snipe config reset [SETTING]

reset the config!

USAGE
  $ snipe config reset [SETTING]

ARGUMENTS
  SETTING  the setting to clear

DESCRIPTION
  reset the config!

ALIASES
  $ snipe config clear

EXAMPLES
  $ snipe config reset

snipe config set SETTING VALUE

update a setting with a new value!

USAGE
  $ snipe config set [SETTING] [VALUE]

ARGUMENTS
  SETTING  setting to update
  VALUE    value to update the setting to

DESCRIPTION
  update a setting with a new value!

ALIASES
  $ snipe config update

EXAMPLES
  $ snipe config set client_id 11655

  $ snipe config set secret your-epic-secret

  $ snipe config set profile 16009610

snipe help [COMMAND]

Display help for snipe.

USAGE
  $ snipe help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for snipe.

See code: @oclif/plugin-help

snipe profile [QUERY] [MODE]

rate a profile's chokes in terms of fixability

USAGE
  $ snipe profile [QUERY] [MODE] [-c] [-j <value>] [-m osu|mania|taiko|fruits]

ARGUMENTS
  QUERY  the profile's ID or username
  MODE   the chosen osu! gamemode

FLAGS
  -c, --console    output the results to the console
  -j, --json=path  output the results as JSON
  -m, --mode=mode  the mode to calculate for

DESCRIPTION
  rate a profile's chokes in terms of fixability

ALIASES
  $ snipe calculate

EXAMPLES
  $ snipe profile 16009610

  $ snipe profile 16009610 -j

  $ snipe profile 16009610 -c --json

  $ snipe profile "Newt x3"

  $ snipe profile

See code: dist/commands/profile/index.ts

Readme

Keywords

Package Sidebar

Install

npm i snipe-yourself

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

36 kB

Total Files

24

Last publish

Collaborators

  • newtykins