yall-cli
v2.3.1
Published
A CLI tool to launch applications in half the time
Downloads
9
Maintainers
Readme
Yall
A CLI tool to launch applications in half the time
Installation
npm install -g yall-cli
Recommended:
- Setup of
code
alias to launch new windows of VSCode Installation
Customize your flow
Run yall --edit
Run math evaluations from your terminal
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
Support
| 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 |