Albin Kauffmann
27015ffa5e
feat(scw): allow to set profile to "default"
2025-05-02 11:01:59 +02:00
Albin Kauffmann
b47107c120
docs(scw): fix and reindent README file correctly
2025-05-02 11:01:59 +02:00
alysscendre
80e3d1313e
docs(scw): update scw-plugin README.md
2025-05-02 11:01:59 +02:00
Albin Kauffmann
f8254668e0
feat(scw): add a scw_upgrade command
...
Upgrade can only be used if scw is installed under the $HOME.
2025-05-02 11:01:59 +02:00
Albin Kauffmann
a577aedc0b
feat(scw): export other SCW_* vars based on the selected profile
...
This commit makes the `ssp` command also export the following
variables:
- SCW_DEFAULT_ORGANIZATION_ID
- SCW_DEFAULT_PROJECT_ID
- SCW_DEFAULT_REGION
- SCW_DEFAULT_ZONE
- SCW_API_URL
- SCW_ACCESS_KEY (only exported if SCW_EXPORT_TOKENS set to "true")
- SCW_SECRET_KEY (only exported if SCW_EXPORT_TOKENS set to "true")
2025-05-02 11:01:59 +02:00
Albin Kauffmann
23578143d7
feat(scw): display the current profile in the prompt
2025-05-02 11:01:59 +02:00
Albin Kauffmann
5c9dc0cfdd
feat(scw): add new functions to handle profiles
...
This commit adds the following commands:
- ssp (Scaleway Set Profile) allows to set the current SCW_PROFILE
- sgp (Scaleway Get Profile) allows to show the current SCW_PROFILE
- scw_profiles allows to list available profiles
Completion and error handling is supported for the ssp command.
2025-05-02 11:01:59 +02:00
Carlo Sala
f6a7bbf81a
fix(debian): avoid aptitude hardcoding
...
Closes #13095
2025-04-29 10:42:28 +02:00
Anand Buddhdev
2ee4f9808f
docs(python): fix typo ( #13096 )
2025-04-29 10:34:33 +02:00
ohmyzsh[bot]
44913a1f16
feat(wd): update to v0.10.0 ( #13093 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-04-27 10:25:02 +02:00
Carlo Sala
959b6cf5ee
fix(emacs): do not emit ANSI escape codes in vterm
...
Closes #13067
2025-04-24 15:42:26 +02:00
Adam Page
de1ca65dca
feat(procs): support completion for procs<0.14 ( #13053 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-04-19 21:08:03 +02:00
Arthur
92bad89f8a
docs(asdf): update usage example ( #13055 )
2025-04-19 20:55:23 +02:00
Roeniss Moon
9957e4e8be
feat(git): add gcfu alias for commit --fixup ( #13027 )
2025-04-19 20:48:34 +02:00
deimosian
b92874c716
fix(archlinux): properly check keyring version ( #12979 )
2025-04-19 20:44:45 +02:00
Kat R.
a7426f0b38
fix(git-prompt): use --git-common-dir to load stash count ( #13072 )
2025-04-19 19:49:16 +02:00
swivelmargarita
c1e5ff3169
fix(branch): handle branches with / properly ( #13063 )
...
Co-authored-by: Takha Polat <takha.polat@bell-sw.com>
2025-04-17 16:57:53 +02:00
Sidar
750d3ac4b4
fix(macos): use command man instead of man ( #13046 )
2025-04-03 16:38:51 +02:00
Carlo Sala
a78d006faa
fix(asdf)!: remove legacy <0.16 integration
...
`asdf` plugin only supports asdf 0.16 and ahead from now on.
2025-03-29 10:47:03 +01:00
Kartik Vashistha
2f3a141f65
docs(asdf): match README with 0.16 ( #13026 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-03-29 10:42:46 +01:00
Mikrz
346c09d469
fix(dnf): function name typo ( #13040 )
2025-03-29 10:40:25 +01:00
Roeniss Moon
506cedb7ca
chore(alias-finder): code style ( #13038 )
2025-03-29 10:38:29 +01:00
Chriss
fa396ad771
feat(docker): add alias for stats ( #12988 )
2025-03-25 18:04:39 +01:00
Roeniss Moon
4efdc90dba
docs(docker): add section for podman's docker wrapper ( #13024 )
2025-03-25 18:03:02 +01:00
Roeniss Moon
1de190e439
fix(alias-finder): early return on cmd len <2 ( #13030 )
2025-03-25 17:56:06 +01:00
Carlo Sala
eeaf9f89b0
fix(tmux): disable AUTOREFRESH by default ( #13034 )
2025-03-24 20:52:31 +01:00
Benjamin Neff
899af6328b
fix(bgnotify): detect if sway is running and not just installed ( #12989 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-03-21 12:47:25 +01:00
Adil Erchouk
ac1335125c
feat(macos): add support for Ghostty ( #12890 )
2025-03-20 20:36:07 +01:00
Marc Cornellà
407be8f036
feat(dirhistory): preserve forward directories with cde alias ( #9328 )
...
Closes #11954
Co-authored-by: Jeff Williams <jeffsmessages@gmail.com>
2025-03-20 20:29:47 +01:00
Carlo Sala
0c8c7bf2a8
docs(tmux): add note to README for #5282
2025-03-20 20:26:18 +01:00
Xin Li
ec07c79d7e
feat(tmux): refresh global environments automatically ( #5282 )
2025-03-20 20:25:40 +01:00
Marc Cornellà
068299685c
fix(dirhistory): support iTerm2 natural text key bindings ( #11026 )
...
Fixes #11026
Fixes #11407
2025-03-20 20:10:04 +01:00
Kristijan
85d60d489c
feat(dirhistory): add support for ghostty ( #12868 )
2025-03-20 19:47:01 +01:00
bretello
070f823a84
feat(uv): alias uv with noglob ( #12866 )
2025-03-20 19:44:01 +01:00
Ken van der Eerden
6591606d56
feat(jira): add project command to open project ( #12851 )
2025-03-20 19:43:08 +01:00
Robert Dober
bea0dd2ca0
feat(mix): autocomplete format command ( #13012 )
2025-03-20 11:30:05 +01:00
Linda TJ
34e9830dd3
fix(ranq-quote): use https for quote retrieval ( #13021 )
2025-03-20 11:22:12 +01:00
Gary Wei
f97e871c33
fix(conda): correct typo in alias parameter ( #13010 )
...
Closes #13009
2025-03-11 09:51:15 +01:00
nasso
1c2127727a
feat(jj): enable dynamic completion ( #13003 )
2025-03-04 11:46:29 +01:00
nasso
30e516a3aa
feat(jj): add jujutsu plugin ( #12292 )
2025-03-03 17:15:43 +01:00
Dennis Dashkevich
8074eb8b46
fix(chruby): update brew sourcing for Apple Silicon ( #12941 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-02-12 20:24:56 +01:00
Carlo Sala
4d9d346718
feat(asdf): support asdf v0.16 ahead
...
Co-authored-by: Valgard Trontheim <github@trontheim.de>
Closes #12964
Closes #12967
2025-02-12 20:15:25 +01:00
Daniel Mensinger
db32c6ccce
fix(mvn): handle directories in <relativePath> ( #12957 )
2025-02-04 13:37:02 +01:00
ohmyzsh[bot]
2343ad517d
feat(wd): update to v0.9.3 ( #12954 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-02-02 07:50:33 +01:00
soemiran
1c34b0e67d
feat(terraform): support TF_DATA_DIR in tf_prompt_info ( #12949 )
2025-01-30 16:14:04 +01:00
Guspan Tanadi
33d4db7fee
docs(ember-cli): fix typo ( #12945 )
2025-01-29 14:59:04 +01:00
Carlo Sala
ce9a4a0196
feat(dnf): add dnf5 completion
...
Closes #12939
2025-01-26 14:25:45 +01:00
Marcus Voltolim
cc9259d6ad
docs(git-auto-fetch): fix typo ( #12937 )
2025-01-24 21:40:58 +01:00
Ken van der Eerden
5fd2059e5e
feat(jira): allow branch name customization ( #12850 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-01-23 21:08:55 +01:00
shun095
d2e79501b2
fix(timer): minutes calculation logic ( #12857 )
2025-01-23 21:04:45 +01:00