@sebastienrousseau/dotfiles 0.2.452 → 0.2.454
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/README.md +268 -189
- package/{Makefile → dist/Makefile} +7 -8
- package/dist/bin/compile.sh +16 -0
- package/dist/bin/copy.sh +21 -0
- package/{bin → dist/bin}/dotfiles.sh +67 -32
- package/dist/filesizes.txt +176 -0
- package/{shell → dist/shell}/README.md +0 -0
- package/{shell → dist/shell}/aliases/default/default.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/gcloud/gcloud.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/heroku/heroku.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/jekyll/jekyll.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/pnpm/pnpm.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/subversion/subversion.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/tmux/tmux.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases.sh +1 -1
- package/{shell/aliases/pnpm → dist/shell/configurations}/README.md +0 -0
- package/{shell → dist/shell}/configurations/bash/bashrc +2 -2
- package/{shell → dist/shell}/configurations/curl/cacert.pem +0 -0
- package/{shell → dist/shell}/configurations/curl/curlrc +1 -1
- package/{shell → dist/shell}/configurations/default/color.sh +1 -1
- package/{shell → dist/shell}/configurations/default/editor.sh +1 -1
- package/{shell → dist/shell}/configurations/default/prompt.sh +6 -6
- package/{shell → dist/shell}/configurations/inputrc/inputrc +2 -2
- package/{shell → dist/shell}/configurations/jshint/jshintrc +0 -0
- package/{shell → dist/shell}/configurations/profile/profile +1 -1
- package/{shell → dist/shell}/configurations/tmux/tmux +2 -2
- package/{shell → dist/shell}/configurations/vim/vimrc +1 -1
- package/{shell → dist/shell}/configurations/wget/wgetrc +1 -1
- package/{shell → dist/shell}/configurations/zsh/zshrc +12 -2
- package/{shell → dist/shell}/configurations.sh +1 -1
- package/{shell → dist/shell}/exit.sh +1 -1
- package/{shell/configurations → dist/shell/functions}/README.md +0 -0
- package/{shell → dist/shell}/functions/cdls.sh +1 -1
- package/{shell → dist/shell}/functions/curlheader.sh +1 -1
- package/{shell → dist/shell}/functions/curltime.sh +1 -1
- package/{shell → dist/shell}/functions/encode64.sh +1 -1
- package/{shell → dist/shell}/functions/environment.sh +8 -8
- package/{shell → dist/shell}/functions/extract.sh +2 -2
- package/{shell → dist/shell}/functions/filehead.sh +0 -0
- package/{shell → dist/shell}/functions/genpwd.sh +1 -1
- package/{shell → dist/shell}/functions/goto.sh +2 -2
- package/{shell → dist/shell}/functions/hidehiddenfiles.sh +1 -1
- package/{shell → dist/shell}/functions/hostinfo.sh +1 -1
- package/{shell → dist/shell}/functions/hstats.sh +1 -1
- package/{shell → dist/shell}/functions/httpdebug.sh +1 -1
- package/{shell → dist/shell}/functions/keygen.sh +4 -4
- package/{shell → dist/shell}/functions/last.sh +1 -1
- package/{shell → dist/shell}/functions/logout.sh +1 -1
- package/{shell → dist/shell}/functions/lowercase.sh +1 -1
- package/{shell → dist/shell}/functions/macos.sh +1 -1
- package/{shell → dist/shell}/functions/matrix.sh +1 -1
- package/{shell → dist/shell}/functions/mcd.sh +1 -1
- package/{shell → dist/shell}/functions/mount_read_only.sh +1 -1
- package/{shell → dist/shell}/functions/myproc.sh +2 -2
- package/{shell → dist/shell}/functions/prependpath.sh +1 -1
- package/{shell → dist/shell}/functions/ql.sh +1 -1
- package/{shell → dist/shell}/functions/rd.sh +1 -1
- package/{shell → dist/shell}/functions/remove_disk.sh +1 -1
- package/{shell → dist/shell}/functions/ren.sh +2 -2
- package/{shell → dist/shell}/functions/showhiddenfiles.sh +1 -1
- package/{shell → dist/shell}/functions/size.sh +1 -1
- package/{shell → dist/shell}/functions/stopwatch.sh +1 -1
- package/{shell → dist/shell}/functions/uppercase.sh +2 -2
- package/{shell → dist/shell}/functions/view-source.sh +1 -1
- package/{shell → dist/shell}/functions/vscode.sh +1 -1
- package/{shell → dist/shell}/functions/whoisport.sh +1 -1
- package/{shell → dist/shell}/functions/zipf.sh +1 -1
- package/{shell → dist/shell}/functions.sh +1 -1
- package/{shell → dist/shell}/history.sh +3 -6
- package/dist/shell/index.d.ts +2 -0
- package/dist/shell/index.d.ts.map +1 -0
- package/dist/shell/index.js +2 -0
- package/dist/shell/index.js.map +1 -0
- package/{shell → dist/shell}/paths/ant/ant.paths.sh +1 -1
- package/{shell → dist/shell}/paths/default/default.paths.sh +1 -1
- package/{shell → dist/shell}/paths/homebrew/homebrew.paths.sh +4 -1
- package/{shell → dist/shell}/paths/java/java.paths.sh +1 -1
- package/{shell → dist/shell}/paths/maven/maven.paths.sh +3 -2
- package/{shell → dist/shell}/paths/node/node.paths.sh +2 -2
- package/{shell → dist/shell}/paths/nvm/nvm.paths.sh +1 -1
- package/{shell → dist/shell}/paths/pnpm/pnpm.paths.sh +2 -2
- package/dist/shell/paths/python/python.paths.sh +29 -0
- package/{shell → dist/shell}/paths/ruby/ruby.paths.sh +1 -1
- package/{shell → dist/shell}/paths/tmux/tmux.paths.sh +3 -3
- package/{shell → dist/shell}/paths.sh +1 -1
- package/package.json +33 -27
- package/COPYRIGHT +0 -5
- package/index.js +0 -24
- package/pnpm-lock.yaml +0 -178
- package/pnpm-workspace.yaml +0 -2
- package/shell/aliases/README.md +0 -327
- package/shell/aliases/default/README.md +0 -0
- package/shell/aliases/gcloud/README.md +0 -117
- package/shell/aliases/git/README.md +0 -279
- package/shell/aliases/git/git.aliases.wip +0 -586
- package/shell/aliases/heroku/README.md +0 -457
- package/shell/aliases/jekyll/README.md +0 -32
- package/shell/aliases/subversion/README.md +0 -54
- package/shell/aliases/tmux/README.md +0 -0
- package/shell/functions/README.md +0 -3
- package/shell/functions/changediskpwd.sh +0 -19
- package/shell/functions/code.sh +0 -18
- package/shell/functions/countdown.sh +0 -33
- package/shell/functions/headers.sh +0 -4
- package/shell/functions/history-all.sh +0 -7
- package/shell/functions/print.sh +0 -13
- package/shell/functions/rm.sh +0 -13
- package/shell/functions/rps.sh +0 -103
- package/shell/functions/trash.sh +0 -13
- package/shell/functions/tree.sh +0 -13
- package/shell/functions/uuidgen.sh +0 -27
|
@@ -1,457 +0,0 @@
|
|
|
1
|
-
# Dotfiles aliases
|
|
2
|
-
|
|
3
|
-

|
|
4
|
-
|
|
5
|
-
The `heroku.plugin.zsh` file creates helpful shortcut aliases for many commonly
|
|
6
|
-
[Heroku](https://www.heroku.com/) commands.
|
|
7
|
-
|
|
8
|
-
## Table of Contents
|
|
9
|
-
|
|
10
|
-
### 1. Heroku aliases
|
|
11
|
-
|
|
12
|
-
#### 1.1 Heroku Access aliases
|
|
13
|
-
|
|
14
|
-
| Alias | Command | Description |
|
|
15
|
-
| ------- | ------------------------- | ---------------------------------------------------------- |
|
|
16
|
-
| h | `heroku` | h: Heroku CLI command shortcut. |
|
|
17
|
-
| ha | `heroku access:add` | ha: Add new users to your app. |
|
|
18
|
-
| hau | `heroku access:update` | hau: Update existing collaborators on an team app. |
|
|
19
|
-
| hh | `heroku help` | hh: Display help for heroku. |
|
|
20
|
-
| hj | `heroku join` | hj: Add yourself to a team app. |
|
|
21
|
-
| hl | `heroku commands` | hl: List all the commands. |
|
|
22
|
-
| hla | `heroku access` | hla: List who has access to an app. |
|
|
23
|
-
| hlg | `heroku logs` | hlg: Display recent log output. |
|
|
24
|
-
| hn | `heroku notifications` | hn: Display notifications. |
|
|
25
|
-
| ho | `heroku orgs` | ho: List the teams that you are a member of. |
|
|
26
|
-
| hoo | `heroku orgs:open` | hoo: Open the team interface in a browser. |
|
|
27
|
-
| hp | `heroku psql` | hp: Open a psql shell to the database. |
|
|
28
|
-
| hq | `heroku leave` | hq: Remove yourself from a team app. |
|
|
29
|
-
| hr | `heroku access:remove` | hr: Remove users from a team app. |
|
|
30
|
-
| hrg | `heroku regions` | hrg: List available regions for deployment. |
|
|
31
|
-
| hs | `heroku status` | hs: Display current status of the Heroku platform. |
|
|
32
|
-
| ht | `heroku teams` | ht: List the teams that you are a member of. |
|
|
33
|
-
| hu | `heroku update` | hu: Update the heroku CLI. |
|
|
34
|
-
| hulk | `heroku unlock` | hulk: Unlock an app so any team member can join. |
|
|
35
|
-
| hw | `heroku which` | hw: Show which plugin a command is in. |
|
|
36
|
-
|
|
37
|
-
#### 1.2 Heroku Add-ons aliases
|
|
38
|
-
|
|
39
|
-
| Alias | Command | Description |
|
|
40
|
-
| ------- | ------------------------- | ---------------------------------------------------------- |
|
|
41
|
-
| hada | `heroku addons:attach` | Attach an existing add-on resource to an app. |
|
|
42
|
-
| hadc | `heroku addons:create` | Create a new add-on resource. |
|
|
43
|
-
| hadd | `heroku addons:detach` | Detach an existing add-on resource from an app. |
|
|
44
|
-
| haddoc | `heroku addons:docs` | Open an add-on's Dev Center documentation in your browser. |
|
|
45
|
-
| haddown | `heroku addons:downgrade` | Change add-on plan. |
|
|
46
|
-
| hadi | `heroku addons:info` | Show detailed add-on resource and attachment information. |
|
|
47
|
-
| hadk | `heroku addons:destroy` | Permanently destroy an add-on resource. |
|
|
48
|
-
| hadl | `heroku addons` | Lists your add-ons and attachments. |
|
|
49
|
-
| hado | `heroku addons:open` | Open an add-on's dashboard in your browser. |
|
|
50
|
-
| hadp | `heroku addons:plans` | List all available plans for an add-on services. |
|
|
51
|
-
| hadr | `heroku addons:rename` | Rename an add-on. |
|
|
52
|
-
| hads | `heroku addons:services` | List all available add-on services. |
|
|
53
|
-
| hadu | `heroku addons:upgrade ` | Change add-on plan. |
|
|
54
|
-
| hadw | `heroku addons:wait` | Show provisioning status of the add-ons on the app. |
|
|
55
|
-
|
|
56
|
-
#### 1.3 Heroku Apps aliases
|
|
57
|
-
|
|
58
|
-
| Alias | Command | Description |
|
|
59
|
-
| -------- | ------------------------------ | ---------------------------------------------- |
|
|
60
|
-
| hapc | `heroku apps:create` | Creates a new app. |
|
|
61
|
-
| hape | `heroku apps:errors` | View app errors. |
|
|
62
|
-
| hapfav | `heroku apps:favorites` | List favorites apps. |
|
|
63
|
-
| hapfava | `heroku apps:favorites:add` | Favorites an app. |
|
|
64
|
-
| hapunfav | `heroku apps:favorites:remove` | Unfavorite an app. |
|
|
65
|
-
| hapi | `heroku apps:info` | Show detailed app information. |
|
|
66
|
-
| hapj | `heroku apps:join` | Add yourself to a team app. |
|
|
67
|
-
| hapk | `heroku apps:destroy` | Permanently destroy an app. |
|
|
68
|
-
| hapl | `heroku apps` | List your apps. |
|
|
69
|
-
| haplk | `heroku apps:lock` | Prevent team members from joining an app. |
|
|
70
|
-
| hapo | `heroku apps:open` | Open the app in a web browser. |
|
|
71
|
-
| hapq | `heroku apps:leave` | Remove yourself from a team app. |
|
|
72
|
-
| hapr | `heroku apps:rename` | Rename an app. |
|
|
73
|
-
| haps | `heroku apps:stacks` | Show the list of available stacks. |
|
|
74
|
-
| hapss | `heroku apps:stacks:set` | Set the stack of an app. |
|
|
75
|
-
| hapt | `heroku apps:transfer` | Transfer applications to another user or team. |
|
|
76
|
-
| hapulck | `heroku apps:unlock` | unlock an app so any team member can join. |
|
|
77
|
-
|
|
78
|
-
#### 1.4 Heroku Auth 2fa aliases
|
|
79
|
-
|
|
80
|
-
| Alias | Command | Description |
|
|
81
|
-
| ------- | ------------------------- | ----------------------------------------------------------- |
|
|
82
|
-
| h2fa | `heroku auth:whoami` | Display the current logged in user. |
|
|
83
|
-
| h2fad | `heroku auth:2fa:disable` | Disables 2fa on account. |
|
|
84
|
-
| h2fain | `heroku auth:login` | Login with your Heroku credentials. |
|
|
85
|
-
| h2faout | `heroku auth:logout` | Clears local login credentials and invalidates API session. |
|
|
86
|
-
| h2fas | `heroku auth:2fa` | Check 2fa status. |
|
|
87
|
-
| h2fat | `heroku auth:token` | Outputs current CLI authentication token. |
|
|
88
|
-
|
|
89
|
-
#### 1.5 Heroku Authorizations aliases
|
|
90
|
-
|
|
91
|
-
| Alias | Command | Description |
|
|
92
|
-
| ----- | ------------------------------ | ------------------------------------- |
|
|
93
|
-
| hauc | `heroku authorizations:create` | Create a new OAuth authorization. |
|
|
94
|
-
| haui | `heroku authorizations:info` | Show an existing OAuth authorization. |
|
|
95
|
-
| haul | `heroku authorizations` | List OAuth authorizations. |
|
|
96
|
-
| haur | `heroku authorizations:revoke` | Revoke OAuth authorization. |
|
|
97
|
-
| hauro | `heroku authorizations:rotate` | Updates an OAuth authorization token. |
|
|
98
|
-
| hauu | `heroku authorizations:update` | Updates an OAuth authorization. |
|
|
99
|
-
|
|
100
|
-
#### 1.6 Heroku Build packs aliases
|
|
101
|
-
|
|
102
|
-
| Alias | Command | Description |
|
|
103
|
-
| ----- | ---------------------------- | ------------------------------------------------------------------------ |
|
|
104
|
-
| hbpac | `heroku autocomplete` | Display autocomplete installation instructions. |
|
|
105
|
-
| hbpad | `heroku buildpacks:add` | Add new app build-pack, inserting into list of build-packs if necessary. |
|
|
106
|
-
| hbpcl | `heroku buildpacks:clear` | Clear all build-packs set on the app. |
|
|
107
|
-
| hbpi | `heroku buildpacks:info` | Fetch info about a build-pack. |
|
|
108
|
-
| hbpl | `heroku buildpacks` | Display the build-packs for an app. |
|
|
109
|
-
| hbpr | `heroku buildpacks:remove` | Remove a build-pack set on the app. |
|
|
110
|
-
| hbps | `heroku buildpacks:search` | Search for build-packs. |
|
|
111
|
-
| hbpv | `heroku buildpacks:versions` | List versions of a build-pack. |
|
|
112
|
-
|
|
113
|
-
#### 1.7 Heroku Certs aliases
|
|
114
|
-
|
|
115
|
-
| Alias | Command | Description |
|
|
116
|
-
| ----- | --------------------------- | ---------------------------------------------------- |
|
|
117
|
-
| hca | `heroku certs:auto` | Show ACM status for an app. |
|
|
118
|
-
| hcad | `heroku certs:add` | Add an SSL certificate to an app. |
|
|
119
|
-
| hcae | `heroku certs:auto:enable` | Enable ACM status for an app. |
|
|
120
|
-
| hcak | `heroku certs:auto:disable` | Disable ACM for an app. |
|
|
121
|
-
| hcar | `heroku certs:auto:refresh` | Refresh ACM for an app. |
|
|
122
|
-
| hcc | `heroku certs:chain` | Print an ordered & complete chain for a certificate. |
|
|
123
|
-
| hcg | `heroku certs:generate` | Generate a key and a CSR or self-signed certificate. |
|
|
124
|
-
| hci | `heroku certs:info` | Show certificate information for an SSL certificate. |
|
|
125
|
-
| hck | `heroku certs:key` | Print the correct key for the given certificate. |
|
|
126
|
-
| hcl | `heroku certs` | List SSL certificates for an app. |
|
|
127
|
-
| hcr | `heroku certs:remove` | Remove an SSL certificate from an app. |
|
|
128
|
-
| hcu | `heroku certs:update` | Update an SSL certificate on an app. |
|
|
129
|
-
|
|
130
|
-
#### 1.8 Heroku ci aliases
|
|
131
|
-
|
|
132
|
-
| Alias | Command | Description |
|
|
133
|
-
| ----- | ---------------------------- | ---------------------------------------------------------------------------------------------- |
|
|
134
|
-
| hcicg | `heroku ci:config:get` | Get a CI config var. |
|
|
135
|
-
| hcics | `heroku ci:config:set` | Set CI config vars. |
|
|
136
|
-
| hcicu | `heroku ci:config:unset` | Unset CI config vars. |
|
|
137
|
-
| hcicv | ` ci:config` | Display CI config vars. |
|
|
138
|
-
| hcid | `heroku ci:debug` | Opens an interactive test debugging session with the contents of the current directory. |
|
|
139
|
-
| hcie | `heroku ci:last` | Looks for the most recent run and returns the output of that run. |
|
|
140
|
-
| hcii | `heroku ci:info` | Show the status of a specific test run. |
|
|
141
|
-
| hcil | `heroku ci` | Display the most recent CI runs for the given pipeline. |
|
|
142
|
-
| hcim | `heroku ci:migrate-manifest` | `app-ci.json` is deprecated. Run this command to migrate to app.json with an environments key. |
|
|
143
|
-
| hcio | `heroku ci:open` | Open the Dashboard version of Heroku CI. |
|
|
144
|
-
| hcir | `heroku ci:run` | Run tests against current directory. |
|
|
145
|
-
| hcir2 | `heroku ci:rerun` | Rerun tests against current directory. |
|
|
146
|
-
|
|
147
|
-
#### 1.9 Heroku config aliases
|
|
148
|
-
|
|
149
|
-
| Alias | Command | Description |
|
|
150
|
-
| ----- | ------------------------ | -------------------------------- |
|
|
151
|
-
| hclc | `heroku clients:create` | Create a new OAuth client. |
|
|
152
|
-
| hcli | `heroku clients:info` | Show details of an oauth client. |
|
|
153
|
-
| hclk | `heroku clients:destroy` | Delete client by ID. |
|
|
154
|
-
| hcll | `heroku clients` | List your OAuth clients. |
|
|
155
|
-
| hcls | `heroku clients:rotate` | Rotate OAuth client secret. |
|
|
156
|
-
| hclu | `heroku clients:update` | Update OAuth client. |
|
|
157
|
-
|
|
158
|
-
### 2. Heroku Configuration aliases
|
|
159
|
-
|
|
160
|
-
| Alias | Command | Description |
|
|
161
|
-
| ----- | --------------------- | ----------------------------------------- |
|
|
162
|
-
| hcfe | `heroku config:edit` | Interactively edit config vars. |
|
|
163
|
-
| hcfg | `heroku config:get` | Display a single config value for an app. |
|
|
164
|
-
| hcfs | `heroku config:set` | Set one or more config vars. |
|
|
165
|
-
| hcfu | `heroku config:unset` | Unset one or more config vars. |
|
|
166
|
-
| hcfv | `heroku config` | Display the config vars for an app. |
|
|
167
|
-
|
|
168
|
-
#### 2.1 Heroku Container aliases
|
|
169
|
-
|
|
170
|
-
| Alias | Command | Description |
|
|
171
|
-
| ---------- | -------------------------- | ------------------------------------------------------------ |
|
|
172
|
-
| hct | `heroku container` | Use containers to build and deploy Heroku apps. |
|
|
173
|
-
| hctin | `heroku container:login` | Log in to Heroku Container Registry. |
|
|
174
|
-
| hctout | `heroku container:logout` | Log out from Heroku Container Registry. |
|
|
175
|
-
| hctpull | `heroku container:pull` | Pulls an image from an app's process type. |
|
|
176
|
-
| hctpush | `heroku container:push` | Builds, then pushes Docker images to deploy your Heroku app. |
|
|
177
|
-
| hctrelease | `heroku container:release` | Releases previously pushed Docker images to your Heroku app. |
|
|
178
|
-
| hctrm | `heroku container:rm` | Remove the process type from your app. |
|
|
179
|
-
| hctrun | `heroku container:run` | Builds, then runs the docker image locally. |
|
|
180
|
-
|
|
181
|
-
#### 2.2 Heroku Domains aliases
|
|
182
|
-
|
|
183
|
-
| Alias | Command | Description |
|
|
184
|
-
| ----- | ----------------------- | ------------------------------------------------------------- |
|
|
185
|
-
| hdo | `heroku domains` | List domains for an app. |
|
|
186
|
-
| hdoa | `heroku domains:add` | Add a domain to an app. |
|
|
187
|
-
| hdoc | `heroku domains:clear` | Remove all domains from an app. |
|
|
188
|
-
| hdoi | `heroku domains:info` | Show detailed information for a domain on an app. |
|
|
189
|
-
| hdor | `heroku domains:remove` | Remove a domain from an app. |
|
|
190
|
-
| hdou | `heroku domains:update` | Update a domain to use a different SSL certificate on an app. |
|
|
191
|
-
| hdow | `heroku domains:wait` | Wait for domain to be active for an app. |
|
|
192
|
-
|
|
193
|
-
#### 2.3 Heroku Drains aliases
|
|
194
|
-
|
|
195
|
-
| Alias | Command | Description |
|
|
196
|
-
| ----- | ---------------------- | --------------------------------- |
|
|
197
|
-
| hdr | `heroku drains` | Display the log drains of an app. |
|
|
198
|
-
| hdra | `heroku drains:add` | Adds a log drain to an app. |
|
|
199
|
-
| hdrr | `heroku drains:remove` | Removes a log drain from an app. |
|
|
200
|
-
|
|
201
|
-
#### 2.4 Heroku Dyno aliases
|
|
202
|
-
|
|
203
|
-
| Alias | Command | Description |
|
|
204
|
-
| ----- | --------------------- | ------------------------------- |
|
|
205
|
-
| hdyk | `heroku dyno:kill` | Stop app dyno. |
|
|
206
|
-
| hdyrz | `heroku dyno:resize` | Manage dyno sizes. |
|
|
207
|
-
| hdyrs | `heroku dyno:restart` | Restart app dynos. |
|
|
208
|
-
| hdysc | `heroku dyno:scale` | Scale dyno quantity up or down. |
|
|
209
|
-
| hdyst | `heroku dyno:stop` | Stop app dyno. |
|
|
210
|
-
|
|
211
|
-
#### 2.5 Heroku Features aliases
|
|
212
|
-
|
|
213
|
-
| Alias | Command | Description |
|
|
214
|
-
| ------ | ------------------------- | ------------------------------------ |
|
|
215
|
-
| hfeat | `heroku features` | List available app features. |
|
|
216
|
-
| hfeatd | `heroku features:disable` | Disables an app feature. |
|
|
217
|
-
| hfeate | `heroku features:enable` | Enables an app feature. |
|
|
218
|
-
| hfeati | `heroku features:info` | Display information about a feature. |
|
|
219
|
-
|
|
220
|
-
#### 2.6 Heroku Git aliases
|
|
221
|
-
|
|
222
|
-
| Alias | Command | Description |
|
|
223
|
-
| ----- | ------------------- | ------------------------------------------------------------------------------ |
|
|
224
|
-
| hgitc | `heroku git:clone` | Clones a heroku app to your local machine at DIRECTORY (defaults to app name). |
|
|
225
|
-
| hgitr | `heroku git:remote` | Adds a git remote to an app repo. |
|
|
226
|
-
|
|
227
|
-
#### 2.7 Heroku Keys aliases
|
|
228
|
-
|
|
229
|
-
| Alias | Command | Description |
|
|
230
|
-
| ----- | -------------------- | ------------------------------------- |
|
|
231
|
-
| hk | `heroku keys` | Display your SSH keys. |
|
|
232
|
-
| hk:a | `heroku keys:add` | Add an SSH key for a user. |
|
|
233
|
-
| hk:cl | `heroku keys:clear` | Remove all SSH keys for current user. |
|
|
234
|
-
| hk:r | `heroku keys:remove` | Remove an SSH key from the user. |
|
|
235
|
-
|
|
236
|
-
#### 2.8 Heroku Labs aliases
|
|
237
|
-
|
|
238
|
-
| Alias | Command | Description |
|
|
239
|
-
| ------ | --------------------- | --------------------------------- |
|
|
240
|
-
| hlab | `heroku labs` | List experimental features. |
|
|
241
|
-
| hlab:d | `heroku labs:disable` | Disables an experimental feature. |
|
|
242
|
-
| hlab:e | `heroku labs:enable` | Enables an experimental feature. |
|
|
243
|
-
| hlab:i | `heroku labs:info` | Show feature info. |
|
|
244
|
-
|
|
245
|
-
### 3. Heroku Advanced aliases
|
|
246
|
-
|
|
247
|
-
#### 3.1 Heroku Local aliases
|
|
248
|
-
|
|
249
|
-
| Alias | Command | Description |
|
|
250
|
-
| ------- | ---------------------- | ----------------------------------------- |
|
|
251
|
-
| hloc | `heroku local` | Run heroku app locally. |
|
|
252
|
-
| hlocr | `heroku local:run` | Run a one-off command. |
|
|
253
|
-
| hlocv | `heroku local:version` | Display node-foreman version. |
|
|
254
|
-
| hloclck | `heroku lock` | Prevent team members from joining an app. |
|
|
255
|
-
|
|
256
|
-
#### 3.2 Heroku Maintenance aliases
|
|
257
|
-
|
|
258
|
-
| Alias | Command | Description |
|
|
259
|
-
| ------ | ------------------------ | ---------------------------------------------- |
|
|
260
|
-
| hmt | `heroku maintenance` | Display the current maintenance status of app. |
|
|
261
|
-
| hmtoff | `heroku maintenance:off` | take the app out of maintenance mode. |
|
|
262
|
-
| hmton | `heroku maintenance:on` | Put the app into maintenance mode. |
|
|
263
|
-
|
|
264
|
-
#### 3.3 Heroku Members aliases
|
|
265
|
-
|
|
266
|
-
| Alias | Command | Description |
|
|
267
|
-
| ----- | ----------------------- | ------------------------------ |
|
|
268
|
-
| hmb | `heroku members` | List members of a team. |
|
|
269
|
-
| hmba | `heroku members:add` | Adds a user to a team. |
|
|
270
|
-
| hmbr | `heroku members:remove` | Removes a user from a team. |
|
|
271
|
-
| hmbs | `heroku members:set` | Sets a members role in a team. |
|
|
272
|
-
|
|
273
|
-
#### 3.4 Heroku Postgres aliases
|
|
274
|
-
|
|
275
|
-
| Alias | Command | Description |
|
|
276
|
-
| ---------- | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
277
|
-
| hpg | `heroku pg` | Show database information. |
|
|
278
|
-
| hpgb | `heroku pg:bloat` | Show table and index bloat in your database ordered by most wasteful. |
|
|
279
|
-
| hpgbk | `heroku pg:backups` | List database backups. |
|
|
280
|
-
| hpgbkcl | `heroku pg:backups:cancel` | Cancel an in-progress backup or restore (default newest). |
|
|
281
|
-
| hpgbkc | `heroku pg:backups:capture` | Capture a new backup. |
|
|
282
|
-
| hpgbkdl | `heroku pg:backups:delete` | Delete a backup. |
|
|
283
|
-
| hpgbkdw | `heroku pg:backups:download` | Downloads database backup. |
|
|
284
|
-
| hpgbki | `heroku pg:backups:info` | Get information about a specific backup. |
|
|
285
|
-
| hpgbkr | `heroku pg:backups:restore` | Restore a backup (default latest) to a database. |
|
|
286
|
-
| hpgbks | `heroku pg:backups:schedule` | Schedule daily backups for given database. |
|
|
287
|
-
| hpgbksh | `heroku pg:backups:schedules` | List backup schedule. |
|
|
288
|
-
| hpgbkurl | `heroku pg:backups:url` | Get secret but publicly accessible URL of a backup. |
|
|
289
|
-
| hpgbkk | `heroku pg:backups:unschedule` | Stop daily backups. |
|
|
290
|
-
| hpgblk | `heroku pg:blocking` | Display queries holding locks other queries are waiting to be released. |
|
|
291
|
-
| hpgc | `heroku pg:copy` | Copy all data from source db to target. |
|
|
292
|
-
| hpgcpa | `heroku pg:connection-pooling:attach` | Add an attachment to a database using connection pooling. |
|
|
293
|
-
| hpgcr | `heroku pg:credentials` | Show information on credentials in the database. |
|
|
294
|
-
| hpgcrc | `heroku pg:credentials:create` | Create credential within database. |
|
|
295
|
-
| hpgcrd | `heroku pg:credentials:destroy` | Destroy credential within database. |
|
|
296
|
-
| hpgcrr | `heroku pg:credentials:rotate` | Rotate the database credentials. |
|
|
297
|
-
| hpgcrrd | `heroku pg:credentials:repair-default` | Repair the permissions of the default credential within database. |
|
|
298
|
-
| hpgcrurl | `heroku pg:credentials:url` | Show information on a database credential. |
|
|
299
|
-
| hpgdg | `heroku pg:diagnose` | Run or view diagnostics report. |
|
|
300
|
-
| hpgi | `heroku pg:info` | Show database information. |
|
|
301
|
-
| hpgk | `heroku pg:kill` | Kill a query. |
|
|
302
|
-
| hpgka | `heroku pg:killall` | Terminates all connections for all credentials. |
|
|
303
|
-
| hpglks | `heroku pg:locks` | Display queries with active locks. |
|
|
304
|
-
| hpglnk | `heroku pg:links` | Lists all databases and information on link. |
|
|
305
|
-
| hpglnkc | `heroku pg:links:create` | Create a link between data stores. |
|
|
306
|
-
| hpglnkd | `heroku pg:links:destroy` | Destroys a link between data stores. |
|
|
307
|
-
| hpgmt | `heroku pg:maintenance` | Show current maintenance information. |
|
|
308
|
-
| hpgmtr | `heroku pg:maintenance:run` | Start maintenance. |
|
|
309
|
-
| hpgmtw | `heroku pg:maintenance:window` | Set weekly maintenance window. |
|
|
310
|
-
| hpgo | `heroku pg:outliers` | Show 10 queries that have longest execution time in aggregate. |
|
|
311
|
-
| hpgp | `heroku pg:promote` | Sets DATABASE as your DATABASE_URL. |
|
|
312
|
-
| hpgps | `heroku pg:ps` | View active queries with execution time. |
|
|
313
|
-
| hpgpsql | `heroku pg:psql` | Open a psql shell to the database. |
|
|
314
|
-
| hpgpull | `heroku pg:pull` | Pull Heroku database into local or remote database. |
|
|
315
|
-
| hpgpush | `heroku pg:push` | Push local or remote into Heroku database. |
|
|
316
|
-
| hpgreset | `heroku pg:reset` | Delete all data in DATABASE. |
|
|
317
|
-
| hpgset | `heroku pg:settings` | Show your current database settings. |
|
|
318
|
-
| hpgsetllw | `heroku pg:settings:log-lock-waits` | Controls whether a log message is produced when a session waits longer than the deadlock_timeout to acquire a lock. deadlock_timeout is se... . |
|
|
319
|
-
| hpgsetlmds | `heroku pg:settings:log-min-duration-statement` | The duration of each completed statement will be logged if the statement completes after the time specified by VALUE. |
|
|
320
|
-
| hpgsetlgs | `heroku pg:settings:log-statement` | `log_statement` controls which SQL statements are logged. |
|
|
321
|
-
| hpguf | `heroku pg:unfollow` | Stop a replica from following and make it a writeable database. |
|
|
322
|
-
| hpgup | `heroku pg:upgrade` | Unfollow a database and upgrade it to the latest stable PostgreSQL version. |
|
|
323
|
-
| hpgvs | `heroku pg:vacuum-stats` | Show dead rows and whether an automatic vacuum is expected to be triggered. |
|
|
324
|
-
| hpgww | `heroku pg:wait` | Blocks until database is available. |
|
|
325
|
-
|
|
326
|
-
#### 3.5 Heroku Pipelines aliases
|
|
327
|
-
|
|
328
|
-
| Alias | Command | Description |
|
|
329
|
-
| --------- | --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
|
|
330
|
-
| hpipe | `heroku pipelines` | List pipelines you have access to. |
|
|
331
|
-
| hpipea | `heroku pipelines:add` | Add this app to a pipeline. |
|
|
332
|
-
| hpipec | `heroku pipelines:create` | Create a new pipeline. |
|
|
333
|
-
| hpipect | `heroku pipelines:connect` | Connect a github repo to an existing pipeline. |
|
|
334
|
-
| hpipediff | `heroku pipelines:diff` | Compares the latest release of this app to its downstream app(s). |
|
|
335
|
-
| hpipei | `heroku pipelines:info` | Show list of apps in a pipeline. |
|
|
336
|
-
| hpipek | `heroku pipelines:destroy` | Destroy a pipeline. |
|
|
337
|
-
| hpipeo | `heroku pipelines:open` | Open a pipeline in dashboard. |
|
|
338
|
-
| hpipep | `heroku pipelines:promote` | Promote the latest release of this app to its downstream app(s). |
|
|
339
|
-
| hpiper | `heroku pipelines:remove` | Remove this app from its pipeline. |
|
|
340
|
-
| hpipern | `heroku pipelines:rename` | Rename a pipeline. |
|
|
341
|
-
| hpipes | `heroku pipelines:setup` | Bootstrap a new pipeline with common settings and create a production and staging app (requires a fully formed app.json in the repo). |
|
|
342
|
-
| hpipett | `heroku pipelines:transfer` | Transfer ownership of a pipeline. |
|
|
343
|
-
| hpipeu | `heroku pipelines:update` | Update the app's stage in a pipeline. |
|
|
344
|
-
|
|
345
|
-
#### 3.6 Heroku Plugins aliases
|
|
346
|
-
|
|
347
|
-
| Alias | Command | Description |
|
|
348
|
-
| -------- | -------------------------- | -------------------------------------------- |
|
|
349
|
-
| hplugs | `heroku plugins` | List installed plugins. |
|
|
350
|
-
| hplugsi | `heroku plugins:install` | Installs a plugin into the CLI. |
|
|
351
|
-
| hplugslk | `heroku plugins:link` | Links a plugin into the CLI for development. |
|
|
352
|
-
| hplugsui | `heroku plugins:uninstall` | Removes a plugin from the CLI. |
|
|
353
|
-
| hplugsu | `heroku plugins:update` | Update installed plugins. |
|
|
354
|
-
|
|
355
|
-
#### 3.7 Heroku `ps` aliases
|
|
356
|
-
|
|
357
|
-
| Alias | Command | Description |
|
|
358
|
-
| ------ | ----------------------------- | ---------------------------------------------------------------- |
|
|
359
|
-
| hps | `heroku ps` | List dynos for an app. |
|
|
360
|
-
| hpsad | `heroku ps:autoscale:disable` | Disable web dyno autoscaling. |
|
|
361
|
-
| hpsae | `heroku ps:autoscale:enable ` | Enable web dyno autoscaling. |
|
|
362
|
-
| hpsc | `heroku ps:copy` | Copy a file from a dyno to the local filesystem. |
|
|
363
|
-
| hpse | `heroku ps:exec` | Create an SSH session to a dyno. |
|
|
364
|
-
| hpsf | `heroku ps:forward` | Forward traffic on a local port to a dyno. |
|
|
365
|
-
| hpsk | `heroku ps:kill` | Stop app dyno. |
|
|
366
|
-
| hpsr | `heroku ps:restart` | Restart app dynos. |
|
|
367
|
-
| hpsrs | `heroku ps:resize` | Manage dyno sizes. |
|
|
368
|
-
| hpss | `heroku ps:stop` | Stop app dyno. |
|
|
369
|
-
| hpssc | `heroku ps:scale` | Scale dyno quantity up or down. |
|
|
370
|
-
| hpssck | `heroku ps:socks` | Launch a SOCKS proxy into a dyno. |
|
|
371
|
-
| hpst | `heroku ps:type` | Manage dyno sizes. |
|
|
372
|
-
| hpsw | `heroku ps:wait` | Wait for all dynos to be running latest version after a release. |
|
|
373
|
-
|
|
374
|
-
#### 3.8 Heroku redis aliases
|
|
375
|
-
|
|
376
|
-
| Alias | Command | Description |
|
|
377
|
-
| ------- | ------------------------------------- | ------------------------------------------------------------------------------------ |
|
|
378
|
-
| hred | `heroku redis` | Gets information about redis. |
|
|
379
|
-
| hredcli | `heroku redis:cli` | Opens a redis prompt. |
|
|
380
|
-
| hredcr | `heroku redis:credentials` | Display credentials information. |
|
|
381
|
-
| hredi | `heroku redis:info` | Gets information about redis. |
|
|
382
|
-
| hredkn | `heroku redis:keyspace-notifications` | Set the keyspace notifications configuration. |
|
|
383
|
-
| hredmm | `heroku redis:maxmemory` | Set the key eviction policy. |
|
|
384
|
-
| hredmt | `heroku redis:maintenance` | Manage maintenance windows. |
|
|
385
|
-
| hredp | `heroku redis:promote` | Sets DATABASE as your REDIS_URL. |
|
|
386
|
-
| hredsr | `heroku redis:stats-reset` | Reset all stats covered by RESETSTAT (<https://redis.io/commands/config-resetstat>). |
|
|
387
|
-
| hredt | `heroku redis:timeout` | Set the number of seconds to wait before killing idle connections. |
|
|
388
|
-
| hredw | `heroku redis:wait` | Wait for Redis instance to be available. |
|
|
389
|
-
|
|
390
|
-
#### 3.9 Heroku Releases aliases
|
|
391
|
-
|
|
392
|
-
| Alias | Command | Description |
|
|
393
|
-
| ----- | -------------------------- | ---------------------------------------- |
|
|
394
|
-
| hrel | `heroku releases` | Display the releases for an app. |
|
|
395
|
-
| hreli | `heroku releases:info` | View detailed information for a release. |
|
|
396
|
-
| hrelo | `heroku releases:output` | View the release command output. |
|
|
397
|
-
| hrelr | `heroku releases:rollback` | Rollback to a previous release. |
|
|
398
|
-
|
|
399
|
-
#### 3.10.1 Heroku Spaces aliases
|
|
400
|
-
|
|
401
|
-
| Alias | Command | Description |
|
|
402
|
-
| ----- | --------------------------- | ------------------------------------------------------------ |
|
|
403
|
-
| hrvad | `heroku reviewapps:disable` | Disable review apps and/or settings on an existing pipeline. |
|
|
404
|
-
| hrvae | `heroku reviewapps:enable` | Enable review apps and/or settings on an existing pipeline. |
|
|
405
|
-
|
|
406
|
-
#### 3.10.2 Heroku Run aliases
|
|
407
|
-
|
|
408
|
-
| Alias | Command | Description |
|
|
409
|
-
| ----- | --------------------- | ------------------------------------------------------- |
|
|
410
|
-
| hrun | `heroku run` | Run a one-off process inside a heroku dyno. |
|
|
411
|
-
| hrund | `heroku run:detached` | Run a detached dyno, where output is sent to your logs. |
|
|
412
|
-
|
|
413
|
-
#### 3.10.3 Heroku Sessions aliases
|
|
414
|
-
|
|
415
|
-
| Alias | Command | Description |
|
|
416
|
-
| ---------- | ------------------------- | ------------------------------------ |
|
|
417
|
-
| hsessions | `heroku sessions` | List your OAuth sessions. |
|
|
418
|
-
| hsessionsd | `heroku sessions:destroy` | Delete (logout) OAuth session by ID. |
|
|
419
|
-
|
|
420
|
-
#### 3.10.4 Heroku Spaces aliases
|
|
421
|
-
|
|
422
|
-
| Alias | Command | Description |
|
|
423
|
-
| ------- | -------------------------------- | ------------------------------------------------------------------- |
|
|
424
|
-
| hsp | `heroku spaces` | List available spaces. |
|
|
425
|
-
| hspc | `heroku spaces:create` | Create a new space. |
|
|
426
|
-
| hspd | `heroku spaces:destroy` | Destroy a space. |
|
|
427
|
-
| hspi | `heroku spaces:info` | Show info about a space. |
|
|
428
|
-
| hsppi | `heroku spaces:peering:info` | Display the information necessary to initiate a peering connection. |
|
|
429
|
-
| hspp | `heroku spaces:peerings` | List peering connections for a space. |
|
|
430
|
-
| hsppa | `heroku spaces:peerings:accept ` | Accepts a pending peering request for a private space. |
|
|
431
|
-
| hsppd | `heroku spaces:peerings:destroy` | Destroys an active peering connection in a private space. |
|
|
432
|
-
| hspps | `heroku spaces:ps` | List dynos for a space. |
|
|
433
|
-
| hspr | `heroku spaces:rename` | Renames a space. |
|
|
434
|
-
| hsptop | `heroku spaces:topology` | Show space topology. |
|
|
435
|
-
| hspt | `heroku spaces:transfer` | Transfer a space to another team. |
|
|
436
|
-
| hspconf | `heroku spaces:vpn:config` | Display the configuration information for VPN. |
|
|
437
|
-
| hspvc | `heroku spaces:vpn:connect` | Create VPN. |
|
|
438
|
-
| hspvcs | `heroku spaces:vpn:connections` | List the VPN Connections for a space. |
|
|
439
|
-
| hspvk | `heroku spaces:vpn:destroy` | Destroys VPN in a private space. |
|
|
440
|
-
| hspvi | `heroku spaces:vpn:info` | Display the information for VPN. |
|
|
441
|
-
| hspvu | `heroku spaces:vpn:update` | Update VPN. |
|
|
442
|
-
| hspvw | `heroku spaces:vpn:wait` | Wait for VPN Connection to be created. |
|
|
443
|
-
| hspw | `heroku spaces:wait` | Wait for a space to be created. |
|
|
444
|
-
|
|
445
|
-
#### 3.10.5 Heroku Webhooks aliases
|
|
446
|
-
|
|
447
|
-
| Alias | Command | Description |
|
|
448
|
-
| ------ | --------------------------------- | ----------------------------------- |
|
|
449
|
-
| hwh | `heroku webhooks` | list webhooks on an app. |
|
|
450
|
-
| hwha | `heroku webhooks:add` | add a webhook to an app. |
|
|
451
|
-
| hwhdv | `heroku webhooks:deliveries` | list webhook deliveries on an app. |
|
|
452
|
-
| hwhdvi | `heroku webhooks:deliveries:info` | info for a webhook event on an app. |
|
|
453
|
-
| hwhev | `heroku webhooks:events` | list webhook events on an app. |
|
|
454
|
-
| hwhevi | `heroku webhooks:events:info` | info for a webhook event on an app. |
|
|
455
|
-
| hwhi | `heroku webhooks:info` | info for a webhook on an app. |
|
|
456
|
-
| hwhr | `heroku webhooks:remove` | removes a webhook from an app. |
|
|
457
|
-
| hwhu | `heroku webhooks:update` | updates a webhook in an app. |
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# Dotfiles aliases
|
|
2
|
-
|
|
3
|
-

|
|
4
|
-
|
|
5
|
-
This `jekyll.plugin.zsh` file creates helpful shortcut aliases for many commonly
|
|
6
|
-
used [Jekyll](https://jekyllrb.com/) commands.
|
|
7
|
-
|
|
8
|
-
## Table of Contents
|
|
9
|
-
|
|
10
|
-
- [Dotfiles aliases](#dotfiles-aliases)
|
|
11
|
-
- [Table of Contents](#table-of-contents)
|
|
12
|
-
- [1. Jekyll Core aliases](#1-jekyll-core-aliases)
|
|
13
|
-
- [1.1 Jekyll development aliases](#11-jekyll-development-aliases)
|
|
14
|
-
- [1.2 Jekyll release aliases](#12-jekyll-release-aliases)
|
|
15
|
-
|
|
16
|
-
### 1. Jekyll Core aliases
|
|
17
|
-
|
|
18
|
-
#### 1.1 Jekyll development aliases
|
|
19
|
-
|
|
20
|
-
| Alias | Command | Description |
|
|
21
|
-
|-----------|---------------------|--------------------------------------------|
|
|
22
|
-
| jkb | `JEKYLL_ENV=development bundle exec jekyll build` | Performs a one off build your site to ./_site. |
|
|
23
|
-
| jkc | `JEKYLL_ENV=development bundle exec jekyll clean` | Removes all generated files: destination folder, metadata file, Sass and Jekyll caches. |
|
|
24
|
-
| jkd | `JEKYLL_ENV=development bundle exec jekyll serve --watch --trace` | Does a development build of the site to '_site' and runs a local development server. |
|
|
25
|
-
| jkl | `JEKYLL_ENV=development bundle exec jekyll serve --livereload` | Does a development build of the site to '_site' and runs a local development server. |
|
|
26
|
-
| jko | `open http://localhost:4000/` | Open local development server. |
|
|
27
|
-
|
|
28
|
-
#### 1.2 Jekyll release aliases
|
|
29
|
-
|
|
30
|
-
| Alias | Command | Description |
|
|
31
|
-
|-----------|---------------------|--------------------------------------------|
|
|
32
|
-
| jkp | `JEKYLL_ENV=production bundle exec jekyll serve --watch --trace` | Does a production build of the site to '_site' and runs a local development server.|
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# Dotfiles aliases
|
|
2
|
-
|
|
3
|
-

|
|
4
|
-
|
|
5
|
-
The `suversion.plugin.zsh` file creates helpful shortcut aliases for many commonly
|
|
6
|
-
[Suversion](https://subversion.apache.org) commands.
|
|
7
|
-
|
|
8
|
-
## Table of Contents
|
|
9
|
-
|
|
10
|
-
- [Dotfiles aliases](#dotfiles-aliases)
|
|
11
|
-
- [Table of Contents](#table-of-contents)
|
|
12
|
-
- [1.0 Subversion Core aliases](#10-subversion-core-aliases)
|
|
13
|
-
|
|
14
|
-
### 1.0 Subversion Core aliases
|
|
15
|
-
|
|
16
|
-
| Alias | Command | Description |
|
|
17
|
-
| ----- | ---------------------------------------- | -------------------------------------------------- |
|
|
18
|
-
| sad | `svn add` | sad: Put new files and directories under version control. |
|
|
19
|
-
| sau | `svn auth` | sau: Manage cached authentication credentials. |
|
|
20
|
-
| sbl | `svn blame` | sbl: Show when each line of a file was last (or next) changed. |
|
|
21
|
-
| scg | `svn changelist` | scg: Associate (or dissociate) changelist CLNAME with the named files. |
|
|
22
|
-
| sco | `svn checkout` | sco: Check out a working copy from a repository. |
|
|
23
|
-
| scl | `svn cleanup` | scl: Either recover from an interrupted operation that left the working copy locked, or remove unwanted file |
|
|
24
|
-
| sci | `svn commit` | sci: Send changes from your working copy to the repository. |
|
|
25
|
-
| scp | `svn copy` | scp: Copy files and directories in a working copy or repository. |
|
|
26
|
-
| sct | `svn cat` | sct: Output the content of specified files or URLs. |
|
|
27
|
-
| sdi | `svn diff` | sdi: Display local changes or differences between two revisions or paths. |
|
|
28
|
-
| sdl | `svn delete` | sdl: Remove files and directories from version control. |
|
|
29
|
-
| shp | `svn help` | shp: Describe the usage of this program or its subcommands. |
|
|
30
|
-
| sin | `svn info` | sin: Display information about a local or remote item. |
|
|
31
|
-
| sip | `svn import` | sip: Commit an unversioned file or tree into the repository. |
|
|
32
|
-
| slg | `svn log` | slg: Show the log messages for a set of revision(s) and/or path(s). |
|
|
33
|
-
| slk | `svn lock` | slock: Lock working copy paths or URLs in the repository, no other user can commit changes to them. |
|
|
34
|
-
| sls | `svn list` | sls: List directory entries in the repository. |
|
|
35
|
-
| smd | `svn mkdir` | smd: Create a new directory under version control. |
|
|
36
|
-
| smg | `svn merge` | smg: Merge changes into a working copy. |
|
|
37
|
-
| smgi | `svn mergeinfo` | smgi: Display merge-related information. |
|
|
38
|
-
| smv | `svn move` | smv: Move (rename) an item in a working copy or repository. |
|
|
39
|
-
| sp | `svn propset` | sp: Set the value of a property on files, dirs, or revisions. |
|
|
40
|
-
| spdl | `svn propdel` | spdl: Remove a property from files, dirs, or revisions. |
|
|
41
|
-
| spdt | `svn propedit` | spdt: Edit a property with an external editor. |
|
|
42
|
-
| spgt | `svn propget` | spgt: Print the value of a property on files, dirs, or revisions. |
|
|
43
|
-
| sph | `svn patch` | sph: Apply a patch to a working copy. |
|
|
44
|
-
| spls | `svn proplist` | spls: List all properties on files, dirs, or revisions. |
|
|
45
|
-
| srl | `svn relocate` | srl: Relocate the working copy to point to a different repository root URL. |
|
|
46
|
-
| srs | `svn resolve` | srs: Resolve conflicts on working copy files or directories. |
|
|
47
|
-
| srsd | `svn resolved` | srsd: Remove 'conflicted' state on working copy files or directories. |
|
|
48
|
-
| srv | `svn revert` | srv: Restore pristine working copy state (undo local changes). |
|
|
49
|
-
| sst | `svn status` | sst: Print the status of working copy files and directories. |
|
|
50
|
-
| ssw | `svn switch` | ssw: Update the working copy to a different URL within the same repository. |
|
|
51
|
-
| sulk | `svn unlock` | sulk: Unlock working copy paths or URLs. |
|
|
52
|
-
| sup | `svn update` | sup: Bring changes from the repository into the working copy. |
|
|
53
|
-
| supg | `svn upgrade` | supg: Upgrade the metadata storage format for a working copy. |
|
|
54
|
-
| sxp | `svn export` | sxp: Create an unversioned copy of a tree. |
|
|
File without changes
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
|
|
3
|
-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
4
|
-
# License: MIT
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
# https://dotfiles.io
|
|
8
|
-
#
|
|
9
|
-
# Description: Mac OS X Dotfiles - Simply designed to fit your shell life.
|
|
10
|
-
#
|
|
11
|
-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
12
|
-
# Licensed under the MIT license
|
|
13
|
-
#
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
# changediskpwd: Function to change the password on an encrypted disk image
|
|
17
|
-
# changediskpwd() {
|
|
18
|
-
# hdiutil chpass "$1"
|
|
19
|
-
# }
|
package/shell/functions/code.sh
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
|
|
3
|
-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
4
|
-
# License: MIT
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
# https://dotfiles.io
|
|
8
|
-
#
|
|
9
|
-
# Description: Mac OS X Dotfiles - Simply designed to fit your shell life.
|
|
10
|
-
#
|
|
11
|
-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
12
|
-
# Licensed under the MIT license
|
|
13
|
-
#
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
# TODO: Fix code function
|
|
17
|
-
# Add Visual Studio Code (code)
|
|
18
|
-
# code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $"*" ;}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
|
|
3
|
-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
4
|
-
# License: MIT
|
|
5
|
-
|
|
6
|
-
# countdown: Function for countdown
|
|
7
|
-
|
|
8
|
-
# TODO: Fix countdown function
|
|
9
|
-
# countdown() {
|
|
10
|
-
|
|
11
|
-
# if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
|
|
12
|
-
# echo "usage:
|
|
13
|
-
# countdown [SECONDS]
|
|
14
|
-
# countdown"
|
|
15
|
-
# exit 0
|
|
16
|
-
# fi
|
|
17
|
-
# if [ -z "$1" ]; then
|
|
18
|
-
# read -rp "Enter a number of seconds to countdown from: " seconds
|
|
19
|
-
# else
|
|
20
|
-
# seconds=$1
|
|
21
|
-
# fi
|
|
22
|
-
# : "${x=60}"
|
|
23
|
-
# for ((c = 1; c <= seconds; c++)); do
|
|
24
|
-
# sleep 1
|
|
25
|
-
# seconds_remaining=$((seconds - c))
|
|
26
|
-
# echo -ne "\033[2k\rCountdown: $seconds_remaining seconds"
|
|
27
|
-
# done
|
|
28
|
-
# echo -ne "\033[2k\r"
|
|
29
|
-
# echo "Countdown finished on $(date)"
|
|
30
|
-
# }
|
|
31
|
-
|
|
32
|
-
# alias cntd='countdown' # Alias for countdown
|
|
33
|
-
# alias ctd='countdown' # Alias for countdown
|