Description: A command line tool to provide shortcut
Yogo is a simple command line tool written in Node.js that provides shortcut to many platforms.
To install Yogo, make sure you have Node.js installed on your machine. Then, you can install Yogo globally using npm:
git clone https://github.com/algebra2boy/Yogo
cd Yogo
npm run build
npm link
yo -v
or yo --version
: outputs the current versionyo -h
or yo --help
: lists all the command and flagsyo open <site>
src/commands/openSite/websiteURL.ts
.# Examples
yo open canvas
yo open notion
yo open gpt
yo contribution [options]
Options:
-a, --all
: Get total contributions on GitHub calendar.-n, --name <name>
: Specify your GitHub username.--today
: Get today's contributions.--week
: Get this week's contributions.--month
: Get this month's contributions (excluding the current week).-c, --count <count>
: Get the number of contributions for the first/last n week(s) on the calendar.-f, --filter <filter>
: Filter by the number of contributions on the calendar.Examples:
# To get the total contributions for a user:
yo contribution --name <github username> -a
# To get today contributions for a user:
yo contribution --name <github username> --today
# To get contributions for current week:
yo contribution --name <github username> --week
# To get contributions for last four weeks/one month:
yo contribution --name <github username> --month
# To get contributions for a specific number of weeks:
yo contribution --name <github username> -c 3
yo contribution --name <github username> --count -2
# To filter contribution
yo contribution --name <github username> -f 20
images
folder.yo image
It is possible that you need to manually grant write access to exectute the file.
cd /home/codespace/nvm/current/bin/
chmod +x yo