A CLI tool to launch applications in half the time
npm install -g yall-cli
Recommended:
- Setup of
code
alias to launch new windows of VSCode Installation
Run yall --edit
Run yall --math <eval>
Examples include:
yall --math 12,000 + 4,000
=> 12400
yall --math 12_000 + 4_000
=> 12400
yall --math 12.7 cm to inch
=> 5 inch
yall --math sin(45 deg) ^ 2
=> 0.5
yall --math 9 / 3 + 2i
=> 3 + 2i
Operating System | Support |
---|---|
macOS (Silicon M1) | Supported |
macOS (Intel chips) | Unknown |
Windows | Not supported |
Linux | Not supported |
Other OS | Not supported |
Application | Support |
---|---|
Chrome | Supported |
Visual Studio Code | Supported |
PyCharm | Supported |
Notion | Supported |