Wrapper for multiple commands #2249
Replies: 1 comment
-
RTK wrappers $HOME/.bashrc or .zshrcfor cmd in git tree ls cat gh glab aws psql pnpm find diff grep wget wc docker kubectl jest vitest prisma tsc next lint prettier cargo npm npx curl ruff pytest mypy rake rubocop rspec pip go gt golangci-lint gradlew; do git() { rtk git "$@"; } |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
exemple:
docker() {
rtk docker "$@"
}
kubectl() {
rtk kubectl "$@"
}
git() {
rtk git "$@"
}
Beta Was this translation helpful? Give feedback.
All reactions