skypeit v0.1.2
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
- OS:
- Mac
- Windows (Beta Support)
- NPM - Node Package Manager
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:
- Create the following file
~/.skypeitrcor in your local project's.skypeitrc - 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: truethe local
.skypeitrcis merged with the global~/.skypeitrcfile to determine the final result of auto-completion options provided byskypeit --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.
10 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago