@sebastienrousseau/dotfiles 0.2.469 → 0.2.499
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/ARCHITECTURE.md +62 -0
- package/docs/COMPLIANCE.md +47 -0
- package/docs/COPYRIGHT +6 -0
- package/docs/OPERATIONS.md +103 -0
- package/docs/PLAN.md +161 -0
- package/docs/PR_DESCRIPTION.md +150 -0
- package/docs/ROADMAP.md +148 -0
- package/docs/ROADMAP_legacy.md +556 -0
- package/docs/SECURITY_CHECKLIST.md +25 -0
- package/docs/TASK.md +99 -0
- package/docs/WALKTHROUGH.md +46 -0
- package/package.json +64 -76
- package/scripts/backup.sh +142 -0
- package/{dist/scripts → scripts}/banner.sh +1 -1
- package/scripts/benchmark.sh +20 -0
- package/{dist/scripts → scripts}/build.sh +1 -1
- package/{dist/scripts → scripts}/clean.sh +1 -1
- package/{dist/scripts → scripts}/compile.sh +1 -1
- package/{dist/scripts → scripts}/copy.sh +1 -1
- package/scripts/detect-collisions.py +84 -0
- package/scripts/doctor.sh +79 -0
- package/{dist/scripts → scripts}/dotfiles.sh +1 -1
- package/{dist/scripts → scripts}/download.sh +1 -1
- package/{dist/scripts → scripts}/help.sh +1 -1
- package/scripts/lock-configs.sh +57 -0
- package/scripts/package.sh +46 -0
- package/{dist/scripts → scripts}/ssh.sh +1 -1
- package/scripts/teleport.sh +23 -0
- package/scripts/test-aliases.sh +25 -0
- package/scripts/test_smoke.sh +88 -0
- package/{dist/scripts → scripts}/unpack.sh +1 -1
- package/scripts/verify_state.sh +60 -0
- package/templates/projects/go/README.md +3 -0
- package/templates/projects/go/cmd/__PROJECT_NAME__/main.go +7 -0
- package/templates/projects/go/go.mod +3 -0
- package/templates/projects/node/README.md +3 -0
- package/templates/projects/node/package.json +10 -0
- package/templates/projects/node/src/index.js +2 -0
- package/templates/projects/python/README.md +3 -0
- package/templates/projects/python/pyproject.toml +10 -0
- package/templates/projects/python/src/__PROJECT_NAME__/__init__.py +1 -0
- package/templates/projects/python/tests/test_basic.py +2 -0
- package/LICENSE +0 -1283
- package/README.md +0 -398
- package/dist/Makefile +0 -140
- package/dist/bin/backup.d.ts +0 -3
- package/dist/bin/backup.d.ts.map +0 -1
- package/dist/bin/backup.js +0 -4
- package/dist/bin/backup.js.map +0 -1
- package/dist/bin/constants.d.ts +0 -7
- package/dist/bin/constants.d.ts.map +0 -1
- package/dist/bin/constants.js +0 -2
- package/dist/bin/constants.js.map +0 -1
- package/dist/bin/copy.d.ts +0 -3
- package/dist/bin/copy.d.ts.map +0 -1
- package/dist/bin/copy.js +0 -3
- package/dist/bin/copy.js.map +0 -1
- package/dist/bin/dotfiles.d.ts +0 -3
- package/dist/bin/dotfiles.d.ts.map +0 -1
- package/dist/bin/dotfiles.js +0 -2
- package/dist/bin/dotfiles.js.map +0 -1
- package/dist/bin/download.d.ts +0 -3
- package/dist/bin/download.d.ts.map +0 -1
- package/dist/bin/download.js +0 -2
- package/dist/bin/download.js.map +0 -1
- package/dist/bin/index.d.ts +0 -2
- package/dist/bin/index.d.ts.map +0 -1
- package/dist/bin/index.js +0 -1
- package/dist/bin/index.js.map +0 -1
- package/dist/bin/transfer.d.ts +0 -3
- package/dist/bin/transfer.d.ts.map +0 -1
- package/dist/bin/transfer.js +0 -4
- package/dist/bin/transfer.js.map +0 -1
- package/dist/bin/unpack.d.ts +0 -3
- package/dist/bin/unpack.d.ts.map +0 -1
- package/dist/bin/unpack.js +0 -3
- package/dist/bin/unpack.js.map +0 -1
- package/dist/filesizes.txt +0 -382
- package/dist/lib/README.md +0 -86
- package/dist/lib/aliases/README.md +0 -57
- package/dist/lib/aliases/archives/README.md +0 -145
- package/dist/lib/aliases/archives/archives.aliases.sh +0 -114
- package/dist/lib/aliases/cd/README.md +0 -146
- package/dist/lib/aliases/cd/cd.aliases.sh +0 -51
- package/dist/lib/aliases/chmod/README.md +0 -160
- package/dist/lib/aliases/chmod/chmod.aliases.sh +0 -107
- package/dist/lib/aliases/clear/README.md +0 -37
- package/dist/lib/aliases/clear/clear.aliases.sh +0 -71
- package/dist/lib/aliases/configuration/README.md +0 -39
- package/dist/lib/aliases/configuration/configuration.aliases.sh +0 -70
- package/dist/lib/aliases/default/README.md +0 -40
- package/dist/lib/aliases/default/default.aliases.sh +0 -139
- package/dist/lib/aliases/dig/README.md +0 -37
- package/dist/lib/aliases/dig/dig.aliases.sh +0 -43
- package/dist/lib/aliases/disk-usage/README.md +0 -36
- package/dist/lib/aliases/disk-usage/du.aliases.sh +0 -84
- package/dist/lib/aliases/editor/README.md +0 -53
- package/dist/lib/aliases/editor/editor.aliases.sh +0 -26
- package/dist/lib/aliases/find/README.md +0 -46
- package/dist/lib/aliases/find/find.aliases.sh +0 -60
- package/dist/lib/aliases/gcloud/README.md +0 -63
- package/dist/lib/aliases/gcloud/gcloud.aliases.sh +0 -335
- package/dist/lib/aliases/git/README.md +0 -153
- package/dist/lib/aliases/git/git.aliases.sh +0 -544
- package/dist/lib/aliases/gnu/README.md +0 -89
- package/dist/lib/aliases/gnu/gnucoreutils-aliases.sh +0 -150
- package/dist/lib/aliases/heroku/README.md +0 -430
- package/dist/lib/aliases/heroku/heroku.aliases.sh +0 -1053
- package/dist/lib/aliases/interactive/README.md +0 -55
- package/dist/lib/aliases/interactive/interactive.aliases.sh +0 -50
- package/dist/lib/aliases/list/README.md +0 -131
- package/dist/lib/aliases/list/list.aliases.sh +0 -132
- package/dist/lib/aliases/macOS/README.md +0 -42
- package/dist/lib/aliases/macOS/macos.aliases.sh +0 -65
- package/dist/lib/aliases/make/README.md +0 -32
- package/dist/lib/aliases/make/make.aliases.sh +0 -35
- package/dist/lib/aliases/mkdir/README.md +0 -30
- package/dist/lib/aliases/mkdir/mkdir.aliases.sh +0 -29
- package/dist/lib/aliases/npm/README.md +0 -41
- package/dist/lib/aliases/npm/npm.aliases.sh +0 -61
- package/dist/lib/aliases/permission/README.md +0 -47
- package/dist/lib/aliases/permission/permission.aliases.sh +0 -73
- package/dist/lib/aliases/pnpm/README.md +0 -53
- package/dist/lib/aliases/pnpm/pnpm.aliases.sh +0 -76
- package/dist/lib/aliases/ps/README.md +0 -29
- package/dist/lib/aliases/ps/ps.aliases.sh +0 -20
- package/dist/lib/aliases/python/python.aliases.sh +0 -141
- package/dist/lib/aliases/rsync/README.md +0 -25
- package/dist/lib/aliases/rsync/rsync.aliases.sh +0 -17
- package/dist/lib/aliases/rust/README.md +0 -182
- package/dist/lib/aliases/rust/rust.aliases.sh +0 -119
- package/dist/lib/aliases/subversion/README.md +0 -66
- package/dist/lib/aliases/subversion/subversion.aliases.sh +0 -47
- package/dist/lib/aliases/sudo/README.md +0 -27
- package/dist/lib/aliases/sudo/sudo.aliases.sh +0 -20
- package/dist/lib/aliases/tmux/README.md +0 -31
- package/dist/lib/aliases/tmux/tmux.aliases.sh +0 -36
- package/dist/lib/aliases/update/README.md +0 -38
- package/dist/lib/aliases/update/update.aliases.sh +0 -310
- package/dist/lib/aliases/uuid/README.md +0 -24
- package/dist/lib/aliases/uuid/uuid.aliases.sh +0 -19
- package/dist/lib/aliases/wget/README.md +0 -27
- package/dist/lib/aliases/wget/wget.aliases.sh +0 -22
- package/dist/lib/aliases.sh +0 -50
- package/dist/lib/configurations/README.md +0 -18
- package/dist/lib/configurations/bash/bashrc +0 -167
- package/dist/lib/configurations/curl/cacert.pem +0 -3460
- package/dist/lib/configurations/curl/curlrc +0 -53
- package/dist/lib/configurations/default/color.sh +0 -24
- package/dist/lib/configurations/default/constants.sh +0 -43
- package/dist/lib/configurations/default/editor.sh +0 -18
- package/dist/lib/configurations/default/prompt.sh +0 -48
- package/dist/lib/configurations/gem/gemrc +0 -9
- package/dist/lib/configurations/input/inputrc +0 -23
- package/dist/lib/configurations/jshint/jshintrc +0 -37
- package/dist/lib/configurations/nano/nanorc +0 -35
- package/dist/lib/configurations/profile/profile +0 -37
- package/dist/lib/configurations/prompt/prompt.sh +0 -81
- package/dist/lib/configurations/tmux/default +0 -18
- package/dist/lib/configurations/tmux/display +0 -30
- package/dist/lib/configurations/tmux/linux +0 -18
- package/dist/lib/configurations/tmux/navigation +0 -30
- package/dist/lib/configurations/tmux/panes +0 -10
- package/dist/lib/configurations/tmux/theme +0 -29
- package/dist/lib/configurations/tmux/tmux +0 -21
- package/dist/lib/configurations/vim/vimrc +0 -193
- package/dist/lib/configurations/wget/wgetrc +0 -40
- package/dist/lib/configurations/zsh/zshrc +0 -50
- package/dist/lib/configurations.sh +0 -45
- package/dist/lib/functions/README.md +0 -92
- package/dist/lib/functions/apihealth.sh +0 -277
- package/dist/lib/functions/apilatency.sh +0 -157
- package/dist/lib/functions/apiload.sh +0 -165
- package/dist/lib/functions/backup.sh +0 -143
- package/dist/lib/functions/cdls.sh +0 -60
- package/dist/lib/functions/curlheader.sh +0 -78
- package/dist/lib/functions/curlstatus.sh +0 -74
- package/dist/lib/functions/curltime.sh +0 -75
- package/dist/lib/functions/encode64.sh +0 -107
- package/dist/lib/functions/environment.sh +0 -78
- package/dist/lib/functions/extract.sh +0 -86
- package/dist/lib/functions/freespace.sh +0 -67
- package/dist/lib/functions/genpwd.sh +0 -105
- package/dist/lib/functions/goto.sh +0 -67
- package/dist/lib/functions/hexdump.sh +0 -96
- package/dist/lib/functions/hiddenfiles.sh +0 -77
- package/dist/lib/functions/hostinfo.sh +0 -98
- package/dist/lib/functions/hstats.sh +0 -75
- package/dist/lib/functions/httpdebug.sh +0 -113
- package/dist/lib/functions/kebabcase.sh +0 -61
- package/dist/lib/functions/keygen.sh +0 -194
- package/dist/lib/functions/last.sh +0 -112
- package/dist/lib/functions/logout.sh +0 -120
- package/dist/lib/functions/lowercase.sh +0 -61
- package/dist/lib/functions/matrix.sh +0 -216
- package/dist/lib/functions/mount_read_only.sh +0 -11
- package/dist/lib/functions/myproc.sh +0 -9
- package/dist/lib/functions/prependpath.sh +0 -21
- package/dist/lib/functions/ql.sh +0 -9
- package/dist/lib/functions/rd.sh +0 -17
- package/dist/lib/functions/remove_disk.sh +0 -11
- package/dist/lib/functions/ren.sh +0 -73
- package/dist/lib/functions/sentencecase.sh +0 -63
- package/dist/lib/functions/showhiddenfiles.sh +0 -14
- package/dist/lib/functions/size.sh +0 -16
- package/dist/lib/functions/snakecase.sh +0 -61
- package/dist/lib/functions/stopwatch.sh +0 -15
- package/dist/lib/functions/sysinfo.sh +0 -145
- package/dist/lib/functions/titlecase.sh +0 -65
- package/dist/lib/functions/uppercase.sh +0 -61
- package/dist/lib/functions/view-source.sh +0 -9
- package/dist/lib/functions/vscode.sh +0 -32
- package/dist/lib/functions/whoisport.sh +0 -14
- package/dist/lib/functions/zipf.sh +0 -16
- package/dist/lib/functions.sh +0 -46
- package/dist/lib/history.sh +0 -90
- package/dist/lib/paths/README.md +0 -52
- package/dist/lib/paths/custom.paths.sh +0 -40
- package/dist/lib/paths/default.paths.sh +0 -37
- package/dist/lib/paths.sh +0 -46
- package/dist/scripts/backup.sh +0 -95
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
# Author: Sebastien Rousseau
|
|
4
|
-
# Copyright (c) 2015-2025. All rights reserved
|
|
5
|
-
# Description: Sets Disk Usage Aliases
|
|
6
|
-
# License: MIT
|
|
7
|
-
# Script: du.aliases.sh
|
|
8
|
-
# Version: 0.2.469
|
|
9
|
-
# Website: https://dotfiles.io
|
|
10
|
-
|
|
11
|
-
# 🅳🅸🆂🅺 🆄🆂🅰🅶🅴 🅰🅻🅸🅰🆂🅴🆂
|
|
12
|
-
|
|
13
|
-
if command -v 'du' >/dev/null; then
|
|
14
|
-
|
|
15
|
-
# Display the disk usage of the current directory.
|
|
16
|
-
alias du="du -h"
|
|
17
|
-
|
|
18
|
-
# File size of files and directories in current directory.
|
|
19
|
-
alias du1='du -hxd 1 | sort -h'
|
|
20
|
-
|
|
21
|
-
# Top 10 largest files and directories in current directory.
|
|
22
|
-
alias ducks="du -cks * .* | sort -rn | head -n 10"
|
|
23
|
-
|
|
24
|
-
# File size of files and directories.
|
|
25
|
-
alias duh='du'
|
|
26
|
-
|
|
27
|
-
# File size human readable output sorted by size.
|
|
28
|
-
alias dus='du -hs *'
|
|
29
|
-
|
|
30
|
-
# File size of files and directories in current directory including
|
|
31
|
-
# symlinks.
|
|
32
|
-
alias dusym="du * -hsLc"
|
|
33
|
-
|
|
34
|
-
# Total file size of current directory.
|
|
35
|
-
alias dut='dus'
|
|
36
|
-
|
|
37
|
-
# DNS aliases
|
|
38
|
-
|
|
39
|
-
# Run the dig command with the default options.
|
|
40
|
-
alias d='$(which dig)'
|
|
41
|
-
|
|
42
|
-
# Perform a DNS lookup for CNAME records.
|
|
43
|
-
alias dc='$(which dig) +short -t CNAME'
|
|
44
|
-
|
|
45
|
-
# Perform a DNS lookup for all records.
|
|
46
|
-
alias dga='$(which dig) +all ANY'
|
|
47
|
-
|
|
48
|
-
# Dig with Google's DNS.
|
|
49
|
-
alias digg='$(which dig) @8.8.8.8 +nocmd any +multiline +noall +answer'
|
|
50
|
-
|
|
51
|
-
# Perform a DNS lookup for a short answer.
|
|
52
|
-
alias dgs='$(which dig) +short'
|
|
53
|
-
|
|
54
|
-
# Perform a DNS lookup for NS records.
|
|
55
|
-
alias dns='$(which dig) +short -t NS'
|
|
56
|
-
|
|
57
|
-
# Perform a DNS lookup for MX records.
|
|
58
|
-
alias dmx='$(which dig) +short -t MX'
|
|
59
|
-
|
|
60
|
-
# Perform a DNS lookup for PTR records.
|
|
61
|
-
alias dptr='$(which dig) +short -x'
|
|
62
|
-
|
|
63
|
-
# Perform a DNS lookup for TXT records.
|
|
64
|
-
alias dt='$(which dig) +short -t TXT'
|
|
65
|
-
|
|
66
|
-
# Perform a DNS lookup for an IPv4 address.
|
|
67
|
-
alias d4='$(which dig) +short -4'
|
|
68
|
-
|
|
69
|
-
# Perform a DNS lookup for an IPv6 address.
|
|
70
|
-
alias d6='$(which dig) +short -6'
|
|
71
|
-
|
|
72
|
-
# Get your public IPv4 address.
|
|
73
|
-
alias ip4='$(which dig) +short myip.opendns.com @resolver1.opendns.com -4'
|
|
74
|
-
|
|
75
|
-
# Get your public IPv6 address.
|
|
76
|
-
alias ip6='$(which dig) -6 AAAA +short myip.opendns.com. @resolver1.opendns.com.'
|
|
77
|
-
|
|
78
|
-
# Get your public IPv4 and IPv6 addresses.
|
|
79
|
-
alias ips='ip4; ip6'
|
|
80
|
-
|
|
81
|
-
# Get your public IP address.
|
|
82
|
-
alias wip='$(which dig) +short myip.opendns.com @resolver1.opendns.com'
|
|
83
|
-
|
|
84
|
-
fi
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
<!-- markdownlint-disable MD033 MD041 MD043 -->
|
|
2
|
-
|
|
3
|
-
<img
|
|
4
|
-
src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
|
|
5
|
-
alt="dotfiles logo"
|
|
6
|
-
width="66"
|
|
7
|
-
align="right"
|
|
8
|
-
/>
|
|
9
|
-
|
|
10
|
-
<!-- markdownlint-enable MD033 MD041 -->
|
|
11
|
-
|
|
12
|
-
# Dotfiles (v0.2.469)
|
|
13
|
-
|
|
14
|
-
Simply designed to fit your shell life 🐚
|
|
15
|
-
|
|
16
|
-
![Dotfiles banner][banner]
|
|
17
|
-
|
|
18
|
-
## 🅴🅳🅸🆃🅾🆁 🅰🅻🅸🅰🆂🅴🆂
|
|
19
|
-
|
|
20
|
-
This code provides command aliases for editing files on a Unix-based
|
|
21
|
-
system using various text editors.
|
|
22
|
-
|
|
23
|
-
The following editors are supported:
|
|
24
|
-
|
|
25
|
-
- nano (GNU nano)
|
|
26
|
-
- vim (Vim)
|
|
27
|
-
- vi (Vi)
|
|
28
|
-
- code (Visual Studio Code)
|
|
29
|
-
- gedit (gedit)
|
|
30
|
-
- notepad++ (Notepad++)
|
|
31
|
-
|
|
32
|
-
The aliases are designed to make it easy for users to quickly open and
|
|
33
|
-
edit files with their preferred text editor. The aliases are:
|
|
34
|
-
|
|
35
|
-
- `e`: Edit a file
|
|
36
|
-
- `edit`: Edit a file
|
|
37
|
-
- `editor`: Edit a file
|
|
38
|
-
- `mate`: Edit a file
|
|
39
|
-
- `n`: Edit a file
|
|
40
|
-
- `v`: Edit a file
|
|
41
|
-
|
|
42
|
-
The code checks if any of the supported editors are installed on the
|
|
43
|
-
system and sets the corresponding alias to open the file in the
|
|
44
|
-
available editor.
|
|
45
|
-
|
|
46
|
-
This makes it easy for users to switch between editors or use their
|
|
47
|
-
preferred editor without having to remember the specific command for
|
|
48
|
-
each editor.
|
|
49
|
-
|
|
50
|
-
Enjoy the convenience of quickly editing files with these command
|
|
51
|
-
aliases!
|
|
52
|
-
|
|
53
|
-
[banner]: https://kura.pro/dotfiles/v2/images/titles/title-dotfiles.svg
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.469) - <https://dotfiles.io>
|
|
4
|
-
# Made with ♥ in London, UK by Sebastien Rousseau
|
|
5
|
-
# Copyright (c) 2015-2025. All rights reserved
|
|
6
|
-
# License: MIT
|
|
7
|
-
# Script: editor.aliases.sh
|
|
8
|
-
# Version: 0.2.469
|
|
9
|
-
# Website: https://dotfiles.io
|
|
10
|
-
|
|
11
|
-
# 🅴🅳🅸🆃🅾🆁 🅰🅻🅸🅰🆂🅴🆂
|
|
12
|
-
|
|
13
|
-
editors="nano vim vi code gedi notepad++"
|
|
14
|
-
for editor in ${editors}; do
|
|
15
|
-
if command -v "${editor}" &>/dev/null; then
|
|
16
|
-
# Edit aliases
|
|
17
|
-
alias e='${editor}'
|
|
18
|
-
alias edit='${editor}'
|
|
19
|
-
alias editor='${editor}'
|
|
20
|
-
alias mate='${editor}'
|
|
21
|
-
alias n='${editor}'
|
|
22
|
-
alias v='${editor}'
|
|
23
|
-
|
|
24
|
-
break
|
|
25
|
-
fi
|
|
26
|
-
done
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
<!-- markdownlint-disable MD033 MD041 MD043 -->
|
|
2
|
-
|
|
3
|
-
<img
|
|
4
|
-
src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
|
|
5
|
-
alt="dotfiles logo"
|
|
6
|
-
width="66"
|
|
7
|
-
align="right"
|
|
8
|
-
/>
|
|
9
|
-
|
|
10
|
-
<!-- markdownlint-enable MD033 MD041 -->
|
|
11
|
-
|
|
12
|
-
# Dotfiles (v0.2.469)
|
|
13
|
-
|
|
14
|
-
Simply designed to fit your shell life 🐚
|
|
15
|
-
|
|
16
|
-
![Dotfiles banner][banner]
|
|
17
|
-
|
|
18
|
-
## 🅵🅸🅽🅳 🅰🅻🅸🅰🆂🅴🆂
|
|
19
|
-
|
|
20
|
-
This code provides a set of command aliases for the `fd` utility that is
|
|
21
|
-
an alternative to the `find` command on Unix-based systems.
|
|
22
|
-
|
|
23
|
-
`fd` is a simple, fast, and user-friendly tool that can be used to
|
|
24
|
-
search for files and directories in a given path. These aliases make it
|
|
25
|
-
easier to use `fd` by providing simple and memorable commands for common
|
|
26
|
-
use cases.
|
|
27
|
-
|
|
28
|
-
Here are some of the available aliases:
|
|
29
|
-
|
|
30
|
-
- `fd` is the default alias for `fd --color always` that lists all files
|
|
31
|
-
with colorized output.
|
|
32
|
-
- `fda` lists all files with absolute paths.
|
|
33
|
-
- `fdc` lists all files with case-insensitive search.
|
|
34
|
-
- `fdd` lists all files with details.
|
|
35
|
-
- `fde` lists all files with a specified extension.
|
|
36
|
-
- `fdf` lists all files while following symbolic links.
|
|
37
|
-
- `fdh` shows help for `fd`.
|
|
38
|
-
- `fdh` lists all files, including hidden files.
|
|
39
|
-
- `fdn` lists all files that match a specified glob.
|
|
40
|
-
- `fdo` lists all files with owner information.
|
|
41
|
-
- `fds` lists all files with size.
|
|
42
|
-
- `fdu` lists all files with exclusion rules.
|
|
43
|
-
- `fdv` shows the version of `fd`.
|
|
44
|
-
- `fdx` executes a command for each search result.
|
|
45
|
-
|
|
46
|
-
[banner]: https://kura.pro/dotfiles/v2/images/titles/title-dotfiles.svg
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.469) - <https://dotfiles.io>
|
|
4
|
-
# Made with ♥ in London, UK by Sebastien Rousseau
|
|
5
|
-
# Copyright (c) 2015-2025. All rights reserved
|
|
6
|
-
# License: MIT
|
|
7
|
-
# Script: find.aliases.sh
|
|
8
|
-
# Version: 0.2.469
|
|
9
|
-
# Website: https://dotfiles.io
|
|
10
|
-
|
|
11
|
-
# 🅵🅸🅽🅳 🅰🅻🅸🅰🆂🅴🆂
|
|
12
|
-
|
|
13
|
-
if command -v fd &>/dev/null; then
|
|
14
|
-
# fd: a simple, fast and user-friendly alternative to find
|
|
15
|
-
# Always colorize output by default.
|
|
16
|
-
alias fd='fd --color always'
|
|
17
|
-
|
|
18
|
-
# List all files with absolute path.
|
|
19
|
-
alias fda='fd --absolute-path'
|
|
20
|
-
|
|
21
|
-
# List all files with case-insensitive search.
|
|
22
|
-
alias fdc='fd --ignore-case'
|
|
23
|
-
|
|
24
|
-
# List all files with details.
|
|
25
|
-
alias fdd='fd --list-details'
|
|
26
|
-
|
|
27
|
-
# List all files with extension.
|
|
28
|
-
alias fde='fd --extension'
|
|
29
|
-
|
|
30
|
-
# List all files with follow symlinks.
|
|
31
|
-
alias fdf='fd --follow'
|
|
32
|
-
|
|
33
|
-
# List all files with help.
|
|
34
|
-
alias fdh='fd --help'
|
|
35
|
-
|
|
36
|
-
# List all files, including hidden files.
|
|
37
|
-
alias fdh='fd --hidden'
|
|
38
|
-
|
|
39
|
-
# List all files with glob.
|
|
40
|
-
alias fdn='fd --glob'
|
|
41
|
-
|
|
42
|
-
# List all files with owner.
|
|
43
|
-
alias fdo='fd --owner'
|
|
44
|
-
|
|
45
|
-
# List all files with size.
|
|
46
|
-
alias fds='fd --size'
|
|
47
|
-
|
|
48
|
-
# List all files with exclude.
|
|
49
|
-
alias fdu='fd --exclude'
|
|
50
|
-
|
|
51
|
-
# List all files with version.
|
|
52
|
-
alias fdv='fd --version'
|
|
53
|
-
|
|
54
|
-
# Execute a command for each search result.
|
|
55
|
-
alias fdx='fd --exec'
|
|
56
|
-
|
|
57
|
-
# Use fd as a replacement for find.
|
|
58
|
-
alias find='fd'
|
|
59
|
-
|
|
60
|
-
fi
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
<!-- markdownlint-disable MD033 MD041 MD043 -->
|
|
2
|
-
|
|
3
|
-
<img
|
|
4
|
-
src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
|
|
5
|
-
alt="dotfiles logo"
|
|
6
|
-
width="66"
|
|
7
|
-
align="right"
|
|
8
|
-
/>
|
|
9
|
-
|
|
10
|
-
<!-- markdownlint-enable MD033 MD041 -->
|
|
11
|
-
|
|
12
|
-
# Dotfiles (v0.2.469)
|
|
13
|
-
|
|
14
|
-
Simply designed to fit your shell life 🐚
|
|
15
|
-
|
|
16
|
-
![Dotfiles banner][banner]
|
|
17
|
-
|
|
18
|
-
## 🅶🅾🅾🅶🅻🅴 🅲🅻🅾🆄🅳 🅰🅻🅸🅰🆂🅴🆂
|
|
19
|
-
|
|
20
|
-
This code provides a set of command aliases for managing various Google
|
|
21
|
-
Cloud services, such as Compute Engine, Identity and Access Management,
|
|
22
|
-
and Cloud SQL. These aliases help streamline the process of managing
|
|
23
|
-
Google Cloud resources by providing simple and memorable commands for
|
|
24
|
-
common use cases.
|
|
25
|
-
|
|
26
|
-
- `gca` authenticates with Google Cloud.
|
|
27
|
-
- `gcb` accesses beta commands.
|
|
28
|
-
- `gcb` manages Google Cloud Build.
|
|
29
|
-
- `gcca` manages Compute Engine IP addresses.
|
|
30
|
-
- `gccc` creates a new virtual machine instance.
|
|
31
|
-
- `gcco` connects to a virtual machine instance by using SSH.
|
|
32
|
-
- `gcd` sets the default project to the current directory name.
|
|
33
|
-
- `gcdb` manages Google Cloud Datastore.
|
|
34
|
-
- `gcdp` manages Google Cloud Dataproc.
|
|
35
|
-
- `gce` manages Google Cloud Endpoints.
|
|
36
|
-
- `gcem` manages Google Cloud Eventarc.
|
|
37
|
-
- `gcf` manages Google Cloud Functions.
|
|
38
|
-
- `gci` manages Google Cloud Compute Engine instances.
|
|
39
|
-
- `gcic` manages Google Cloud Identity and Access Management.
|
|
40
|
-
- `gcir` manages Google Cloud IoT Core.
|
|
41
|
-
- `gck` lists all configurations.
|
|
42
|
-
- `gcki` manages Google Cloud KMS.
|
|
43
|
-
- `gcla` manages Google Cloud Logging.
|
|
44
|
-
- `gcma` manages Google Cloud Monitoring.
|
|
45
|
-
- `gcn` manages Google Cloud Networks.
|
|
46
|
-
- `gcp` manages Google Cloud projects.
|
|
47
|
-
- `gcpd` deletes a Google Cloud project.
|
|
48
|
-
- `gcpha` displays details for a Compute Engine IP address.
|
|
49
|
-
- `gcps` manages Google Cloud Pub/Sub.
|
|
50
|
-
- `gcr` deletes a container image from Google Container Registry.
|
|
51
|
-
- `gcrm` manages Google Cloud resources.
|
|
52
|
-
- `gcro` manages Google Cloud Run.
|
|
53
|
-
- `gcs` manages Google Cloud Kubernetes Engine clusters.
|
|
54
|
-
- `gcsa` sets the account for the current configuration.
|
|
55
|
-
- `gcsc` manages Google Cloud Source Repositories.
|
|
56
|
-
- `gcso` opens the Google Cloud Console for the current project.
|
|
57
|
-
- `gcsq` manages Google Cloud SQL.
|
|
58
|
-
- `gcss` manages Google Cloud Storage.
|
|
59
|
-
- `gcst` enables or disables Google Cloud services.
|
|
60
|
-
- `gct` manages Google Cloud Tasks.
|
|
61
|
-
- `gcu` manages Google Cloud App Engine.
|
|
62
|
-
|
|
63
|
-
[banner]: https://kura.pro/dotfiles/v2/images/titles/title-dotfiles.svg
|
|
@@ -1,335 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.469) - <https://dotfiles.io>
|
|
4
|
-
# Made with ♥ in London, UK by Sebastien Rousseau
|
|
5
|
-
# Copyright (c) 2015-2025. All rights reserved
|
|
6
|
-
# License: MIT
|
|
7
|
-
# Script: gcloud.aliases.sh
|
|
8
|
-
# Version: 0.2.469
|
|
9
|
-
# Website: https://dotfiles.io
|
|
10
|
-
|
|
11
|
-
# 🅶🅲🅻🅾🆄🅳 🅰🅻🅸🅰🆂🅴🆂 - Google Cloud aliases.
|
|
12
|
-
if command -v gcloud &>/dev/null; then
|
|
13
|
-
# Sections:
|
|
14
|
-
#
|
|
15
|
-
# 1.0 Google Cloud Aliases.
|
|
16
|
-
# 1.1 Aliases to get going with the gcloud command-line tool.
|
|
17
|
-
# 1.2 Aliases to make the Cloud SDK your own; personalize your
|
|
18
|
-
# configuration with properties.
|
|
19
|
-
# 1.3 Aliases to grant and revoke authorization to Cloud SDK.
|
|
20
|
-
# 1.4 Aliases to configuring Cloud Identity & Access Management
|
|
21
|
-
# (IAM) preferences and service accounts.
|
|
22
|
-
# 1.5 Aliases to manage project access policies.
|
|
23
|
-
# 1.6 Aliases to manage containerized applications on Kubernetes.
|
|
24
|
-
# 1.7 Aliases to create, run, and manage VMs on Google
|
|
25
|
-
# infrastructure.
|
|
26
|
-
# 1.8 Aliases to build highly scalable applications on a fully
|
|
27
|
-
# managed serverless platform.
|
|
28
|
-
# 1.9 Aliases to commands that might come in handy.
|
|
29
|
-
# 1.10 Additional Google Cloud Aliases.
|
|
30
|
-
|
|
31
|
-
## ------------------------------------------------------------------
|
|
32
|
-
## 1.0 Google Cloud Aliases
|
|
33
|
-
## ------------------------------------------------------------------
|
|
34
|
-
## ------------------------------------------------------------------
|
|
35
|
-
## 1.1 Aliases to get going with the gcloud command-line tool.
|
|
36
|
-
## ------------------------------------------------------------------
|
|
37
|
-
|
|
38
|
-
# Install specific components.
|
|
39
|
-
alias gcci='gcloud components install'
|
|
40
|
-
|
|
41
|
-
# Set a default Google Cloud project to work on.
|
|
42
|
-
alias gccsp='gcloud config set project'
|
|
43
|
-
|
|
44
|
-
# Update your Cloud SDK to the latest version.
|
|
45
|
-
alias gccu='gcloud components update'
|
|
46
|
-
|
|
47
|
-
# Initialize, authorize, and configure the gcloud tool.
|
|
48
|
-
alias gci='gcloud init'
|
|
49
|
-
|
|
50
|
-
# Display current gcloud tool environment details.
|
|
51
|
-
alias gcinf='gcloud info'
|
|
52
|
-
|
|
53
|
-
# Display version and installed components.
|
|
54
|
-
alias gcv='gcloud version'
|
|
55
|
-
|
|
56
|
-
## ------------------------------------------------------------------
|
|
57
|
-
## 1.2 Aliases to make the Cloud SDK your own; personalize your
|
|
58
|
-
## configuration with properties.
|
|
59
|
-
## ------------------------------------------------------------------
|
|
60
|
-
|
|
61
|
-
# Switch to an existing named configuration.
|
|
62
|
-
alias gccca='gcloud config configurations activate'
|
|
63
|
-
|
|
64
|
-
# Create a new named configuration.
|
|
65
|
-
alias gcccc='gcloud config configurations create'
|
|
66
|
-
|
|
67
|
-
# Display a list of all available configurations.
|
|
68
|
-
alias gcccl='gcloud config configurations list'
|
|
69
|
-
|
|
70
|
-
# Fetch value of a Cloud SDK property.
|
|
71
|
-
alias gccgv='gcloud config get-value'
|
|
72
|
-
|
|
73
|
-
# Display all the properties for the current configuration.
|
|
74
|
-
alias gccl='gcloud config list'
|
|
75
|
-
|
|
76
|
-
# Define a property (like compute/zone) for the current configuration.
|
|
77
|
-
alias gccs='gcloud config set'
|
|
78
|
-
|
|
79
|
-
## ------------------------------------------------------------------
|
|
80
|
-
## 1.3 Aliases to grant and revoke authorization to Cloud SDK
|
|
81
|
-
## ------------------------------------------------------------------
|
|
82
|
-
|
|
83
|
-
# Like gcloud auth login but with service account credentials.
|
|
84
|
-
alias gcaasa='gcloud auth activate-service-account'
|
|
85
|
-
|
|
86
|
-
# Register the gcloud tool as a Docker credential helper.
|
|
87
|
-
alias gcacd='gcloud auth configure-docker'
|
|
88
|
-
|
|
89
|
-
# List all credentialed accounts.
|
|
90
|
-
alias gcal='gcloud auth list'
|
|
91
|
-
|
|
92
|
-
# Authorize Google Cloud access for the gcloud tool with Google user
|
|
93
|
-
# credentials and set current account as active.
|
|
94
|
-
alias gcal='gcloud auth login'
|
|
95
|
-
|
|
96
|
-
# Display the current account's access token.
|
|
97
|
-
alias gcapat='gcloud auth print-access-token'
|
|
98
|
-
|
|
99
|
-
# Remove access credentials for an account.
|
|
100
|
-
alias gcar='gcloud auth revoke'
|
|
101
|
-
|
|
102
|
-
## ------------------------------------------------------------------
|
|
103
|
-
## 1.4 Aliases to configuring Cloud Identity & Access Management
|
|
104
|
-
## (IAM) preferences and service accounts.
|
|
105
|
-
## ------------------------------------------------------------------
|
|
106
|
-
|
|
107
|
-
# List a service account's keys.
|
|
108
|
-
alias gciamk='gcloud iam service-accounts keys list'
|
|
109
|
-
|
|
110
|
-
# List IAM grantable roles for a resource.
|
|
111
|
-
alias gciaml='gcloud iam list-grantable-roles'
|
|
112
|
-
|
|
113
|
-
# Add an IAM policy binding to a service account.
|
|
114
|
-
alias gciamp='gcloud iam service-accounts add-iam-policy-binding'
|
|
115
|
-
|
|
116
|
-
# Create a custom role for a project or org.
|
|
117
|
-
alias gciamr='gcloud iam roles create'
|
|
118
|
-
|
|
119
|
-
# Replace existing IAM policy binding.
|
|
120
|
-
alias gciams='gcloud iam service-accounts set-iam-policy'
|
|
121
|
-
|
|
122
|
-
# Create a service account for a project.
|
|
123
|
-
alias gciamv='gcloud iam service-accounts create'
|
|
124
|
-
|
|
125
|
-
## ------------------------------------------------------------------
|
|
126
|
-
## 1.5 Aliases to manage project access policies
|
|
127
|
-
## ------------------------------------------------------------------
|
|
128
|
-
|
|
129
|
-
# Add an IAM policy binding to a specified project.
|
|
130
|
-
alias gcpa='gcloud projects add-iam-policy-binding'
|
|
131
|
-
|
|
132
|
-
# Display metadata for a project (including its ID).
|
|
133
|
-
alias gcpd='gcloud projects describe'
|
|
134
|
-
|
|
135
|
-
## -------------------------------------------------------------------
|
|
136
|
-
## 1.6 Aliases to manage containerized applications on Kubernetes
|
|
137
|
-
## -------------------------------------------------------------------
|
|
138
|
-
|
|
139
|
-
# Create a cluster to run GKE containers.
|
|
140
|
-
alias gcccc='gcloud container clusters create'
|
|
141
|
-
|
|
142
|
-
# Update kubeconfig to get kubectl to use a GKE cluster.
|
|
143
|
-
alias gcccg='gcloud container clusters get-credentials'
|
|
144
|
-
|
|
145
|
-
# List clusters for running GKE containers.
|
|
146
|
-
alias gcccl='gcloud container clusters list'
|
|
147
|
-
|
|
148
|
-
# List tag and digest metadata for a container image.
|
|
149
|
-
alias gccil='gcloud container images list-tags'
|
|
150
|
-
|
|
151
|
-
## -------------------------------------------------------------------
|
|
152
|
-
## 1.7 Aliases to create, run, and manage VMs on
|
|
153
|
-
## Google infrastructure.
|
|
154
|
-
## -------------------------------------------------------------------
|
|
155
|
-
|
|
156
|
-
# Copy files
|
|
157
|
-
alias gcpc='gcloud compute copy-files'
|
|
158
|
-
|
|
159
|
-
# Stop instance
|
|
160
|
-
alias gcpdown='gcloud compute instances stop'
|
|
161
|
-
|
|
162
|
-
# Create snapshot of persistent disks.
|
|
163
|
-
alias gcpds='gcloud compute disks snapshot'
|
|
164
|
-
|
|
165
|
-
# Display a VM instance's details.
|
|
166
|
-
alias gcpid='gcloud compute instances describe'
|
|
167
|
-
|
|
168
|
-
# List all VM instances in a project.
|
|
169
|
-
alias gcpil='gcloud compute instances list'
|
|
170
|
-
|
|
171
|
-
# Delete instance
|
|
172
|
-
alias gcprm='gcloud compute instances delete'
|
|
173
|
-
|
|
174
|
-
# Delete a snapshot.
|
|
175
|
-
alias gcpsk='gcloud compute snapshots delete'
|
|
176
|
-
|
|
177
|
-
# Connect to a VM instance by using SSH.
|
|
178
|
-
alias gcpssh='gcloud compute ssh'
|
|
179
|
-
|
|
180
|
-
# Start instance.
|
|
181
|
-
alias gcpup='gcloud compute instances start'
|
|
182
|
-
|
|
183
|
-
# List Compute Engine zones.
|
|
184
|
-
alias gcpzl='gcloud compute zones list'
|
|
185
|
-
|
|
186
|
-
## -------------------------------------------------------------------
|
|
187
|
-
## 1.8 Aliases to build highly scalable applications on a fully
|
|
188
|
-
## managed serverless platform.
|
|
189
|
-
## -------------------------------------------------------------------
|
|
190
|
-
|
|
191
|
-
# Open the current app in a web browser.
|
|
192
|
-
alias gcapb='gcloud app browse'
|
|
193
|
-
|
|
194
|
-
# Create an App Engine app within your current project.
|
|
195
|
-
alias gcapc='gcloud app create'
|
|
196
|
-
|
|
197
|
-
# Deploy your app's code and configuration to the App Engine server.
|
|
198
|
-
alias gcapd='gcloud app deploy'
|
|
199
|
-
|
|
200
|
-
# Display the latest App Engine app logs.
|
|
201
|
-
alias gcapl='gcloud app logs read'
|
|
202
|
-
|
|
203
|
-
# List all versions of all services deployed to the App Engine server.
|
|
204
|
-
alias gcapv='gcloud app versions list'
|
|
205
|
-
|
|
206
|
-
## -------------------------------------------------------------------
|
|
207
|
-
## 1.9 Aliases to commands that might come in handy
|
|
208
|
-
## -------------------------------------------------------------------
|
|
209
|
-
|
|
210
|
-
# Decrypt ciphertext (to a plaintext file) using a Cloud Key
|
|
211
|
-
# Management Service (Cloud KMS) key.
|
|
212
|
-
alias gckmsd='gcloud kms decrypt'
|
|
213
|
-
|
|
214
|
-
# List your project's logs.
|
|
215
|
-
alias gclll='gcloud logging logs list'
|
|
216
|
-
|
|
217
|
-
# Display info about a Cloud SQL instance backup.
|
|
218
|
-
alias gcsqlb='gcloud sql backups describe'
|
|
219
|
-
|
|
220
|
-
# Export data from a Cloud SQL instance to a SQL file.
|
|
221
|
-
alias gcsqle='gcloud sql export sql'
|
|
222
|
-
|
|
223
|
-
## -------------------------------------------------------------------
|
|
224
|
-
## 1.10 Aliases to commands that might come in handy
|
|
225
|
-
## -------------------------------------------------------------------
|
|
226
|
-
|
|
227
|
-
# Authenticate with Google Cloud.
|
|
228
|
-
alias gca='gcloud auth'
|
|
229
|
-
|
|
230
|
-
# Access to beta commands.
|
|
231
|
-
alias gcb='gcloud beta'
|
|
232
|
-
|
|
233
|
-
# Manage Google Cloud Build.
|
|
234
|
-
alias gcb='gcloud builds'
|
|
235
|
-
|
|
236
|
-
# Manage Compute Engine IP addresses.
|
|
237
|
-
alias gcca='gcloud compute addresses'
|
|
238
|
-
|
|
239
|
-
# Create a new virtual machine instance.
|
|
240
|
-
alias gccc='gcloud compute instances create'
|
|
241
|
-
|
|
242
|
-
# Connect to a virtual machine instance by using SSH.
|
|
243
|
-
alias gcco='gcloud compute ssh'
|
|
244
|
-
|
|
245
|
-
# Set default project to current directory name.
|
|
246
|
-
alias gcd='gcloud config set project $(gcloud projects list --format="value(projectId)" --filter="name:${PWD##\*/}")'
|
|
247
|
-
|
|
248
|
-
# Manage Google Cloud Datastore.
|
|
249
|
-
alias gcdb='gcloud datastore'
|
|
250
|
-
|
|
251
|
-
# Manage Google Cloud Dataproc.
|
|
252
|
-
alias gcdp='gcloud dataproc'
|
|
253
|
-
|
|
254
|
-
# Manage Google Cloud Endpoints.
|
|
255
|
-
alias gce='gcloud endpoints'
|
|
256
|
-
|
|
257
|
-
# Manage Google Cloud Eventarc.
|
|
258
|
-
alias gcem='gcloud eventarc'
|
|
259
|
-
|
|
260
|
-
# Manage Google Cloud Functions.
|
|
261
|
-
alias gcf='gcloud functions'
|
|
262
|
-
|
|
263
|
-
# Manage Google Cloud Compute Engine instances.
|
|
264
|
-
alias gci='gcloud compute instances'
|
|
265
|
-
|
|
266
|
-
# Manage Google Cloud Identity and Access Management.
|
|
267
|
-
alias gcic='gcloud iam'
|
|
268
|
-
|
|
269
|
-
# Manage Google Cloud IoT Core.
|
|
270
|
-
alias gcir='gcloud iot'
|
|
271
|
-
|
|
272
|
-
# List all configurations.
|
|
273
|
-
alias gck='gcloud config configurations list'
|
|
274
|
-
|
|
275
|
-
# Manage Google Cloud KMS.
|
|
276
|
-
alias gcki='gcloud kms'
|
|
277
|
-
|
|
278
|
-
# Manage Google Cloud Logging.
|
|
279
|
-
alias gcla='gcloud logging'
|
|
280
|
-
|
|
281
|
-
# Manage Google Cloud Monitoring.
|
|
282
|
-
alias gcma='gcloud monitoring'
|
|
283
|
-
|
|
284
|
-
# Manage Google Cloud Networks.
|
|
285
|
-
alias gcn='gcloud networks'
|
|
286
|
-
|
|
287
|
-
# Manage Google Cloud projects.
|
|
288
|
-
alias gcp='gcloud projects'
|
|
289
|
-
|
|
290
|
-
# Delete a Google Cloud project.
|
|
291
|
-
alias gcpd='gcloud projects delete'
|
|
292
|
-
|
|
293
|
-
# Display details for a Compute Engine IP address.
|
|
294
|
-
alias gcpha='gcloud compute addresses describe'
|
|
295
|
-
|
|
296
|
-
# Manage Google Cloud Pub/Sub.
|
|
297
|
-
alias gcps='gcloud pubsub'
|
|
298
|
-
|
|
299
|
-
# Delete a container image from Google Container Registry
|
|
300
|
-
alias gcr='gcloud container images delete'
|
|
301
|
-
|
|
302
|
-
# Manage Google Cloud resources.
|
|
303
|
-
alias gcrm='gcloud resource-manager'
|
|
304
|
-
|
|
305
|
-
# Manage Google Cloud Run.
|
|
306
|
-
alias gcro='gcloud run'
|
|
307
|
-
|
|
308
|
-
# Manage Google Cloud Kubernetes Engine clusters.
|
|
309
|
-
alias gcs='gcloud container clusters'
|
|
310
|
-
|
|
311
|
-
# Set the account for the current configuration.
|
|
312
|
-
alias gcsa='gcloud config set account'
|
|
313
|
-
|
|
314
|
-
# Manage Google Cloud Source Repositories.
|
|
315
|
-
alias gcsc='gcloud source'
|
|
316
|
-
|
|
317
|
-
# Open the Google Cloud Console for the current project.
|
|
318
|
-
alias gcso='gcloud organizations'
|
|
319
|
-
|
|
320
|
-
# Manage Google Cloud SQL.
|
|
321
|
-
alias gcsq='gcloud sql'
|
|
322
|
-
|
|
323
|
-
# Manage Google Cloud Storage.
|
|
324
|
-
alias gcss='gcloud storage'
|
|
325
|
-
|
|
326
|
-
# Enable or disable Google Cloud services.
|
|
327
|
-
alias gcst='gcloud services'
|
|
328
|
-
|
|
329
|
-
# Manage Google Cloud Tasks.
|
|
330
|
-
alias gct='gcloud tasks'
|
|
331
|
-
|
|
332
|
-
# Manage Google Cloud App Engine.
|
|
333
|
-
alias gcu='gcloud app'
|
|
334
|
-
|
|
335
|
-
fi
|