0.1.2 • Published 9 years ago

skypeit v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

SkypeIt

By: @staxmanade

Quickly and easily paste a conference call text at the command line and let SkypeIt dial the number and extension for you.

EX:

  • To a regular number skypeit "(555)555-5555"
  • To a conference call skypeit "(555)555-5555 ext #1234"

Requirements

How to Install

npm install -g skypeit

SkypeIt

SkypeIt takes the hassle out of dialing a long number and can be extraordinarily helpful when those long phone numbers have extensions as well.

Usage

  skypeit [phone# [ext]]

       --debug : Logs extra diagnostic debug info

       [--completion=zsh] : Prints completion commands

       --sampleConfig : Prints sample yaml config

       --version : Prints just the version

       --help : Prints this help info

Examples

  skypeit "(555)555-5555 ext:1234"

  skypeit "some garbage text (555) 555 5555 #1234"

  skypeit "(555)555-5555"              <-- (no extension)

  skypeit "(555)555-5555" --debug      <-- Use --debug to see a verbose log                                            and diagnoses issues.

  skypeit "(555)555-5555" --completion <-- Get a list of the auto-completion                                            options stored in ~/.skypeitrc or                                            your local project's .skypeitrc

Alias phone numbers for quick access

If you want to take advantage of skypeit's aliases:

  1. Create the following file ~/.skypeitrc or in your local project's .skypeitrc
  2. Fill it with the aliases you'd like.
alias:
  office:
    number: 555-555-5555 ext 5555
  mom:
    number: 555-555-5555 ext 5555

# Places the skype command into the clipboard
# for easily sharing with your team
copyCommandToClipboard: true

the local .skypeitrc is merged with the global ~/.skypeitrc file to determine the final result of auto-completion options provided by skypeit --completion

Tab Completion

If you've setup a ~/.skypeitrc config file with the above structure, you can check out how to install tab completion.

Troubleshoot?

If you're having trouble first try using the --debug parameter which will print a bit of log info.

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.19

9 years ago

0.0.18

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago