Skip to content

Commit 581cb2e

Browse files
committed
build: Release updated docs
1 parent fc541d9 commit 581cb2e

File tree

3 files changed

+8
-19
lines changed

3 files changed

+8
-19
lines changed

docs-web/versioned_docs/version-stable/main/features/10-terminal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ There are couple of useful plugins installed there (you can find them in `ansibl
1818
- fuzzy search/go to directory
1919
- aliases autosuggestions - tells you that you have an alias for particular commands
2020
- easily traversing through **visited** directories (using [zoxide](https://github.com/ajeetdsouza/zoxide))
21-
- (turned off temporarily) ~correct your commands automatically with [thefuck](https://github.com/nvbn/thefuck)~
21+
- correct your commands automatically with [pay-respects](https://github.com/iffse/pay-respects)
2222
- finding files with FZF
2323
- Windows clipboard support - also works from VIM (copying in VIM makes it available in Windows clipboard)

docs-web/versioned_docs/version-stable/main/features/40-devops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
There is some pre-installed DevOps-related software:
44

55
- [Docker](https://www.docker.com/) with [docker-compose](https://docs.docker.com/compose/)
6-
- [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) - manage kubernetes cluster
6+
- [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) with [kubeswitch](https://github.com/danielfoehrKn/kubeswitch) - manage kubernetes clusters
77
- [KinD](https://kind.sigs.k8s.io/) - Kubernetes in docker - create a cluster locally
88
- [k9s](https://github.com/derailed/k9s) - Terminal GUI for managing kubernetes clusters
99
- [Helm](https://github.com/helm/helm) - Kubernetes package manager
1010
- [Terraform](https://github.com/hashicorp/terraform) - infrastructure as code tool
1111
- [Terragrunt](https://github.com/gruntwork-io/terragrunt) - wrapper for Terraform to deal with multiple environments
12-
- [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/) - CLI interface for Azure management
12+
- [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/) with [az-account-switcher](https://github.com/abij/az-account-switcher) - CLI interface for Azure management
1313
- [AWS CLI](https://github.com/aws/aws-cli) - CLI interface to interact with AWS
1414

docs-web/versioned_docs/version-stable/usage/20-terminal.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -71,26 +71,15 @@ There is an alias `btail <file>`, which will use BAT as tail command. This gives
7171
</div>
7272
</details>
7373

74-
## Correct commands with `thefuck`
74+
## Correct commands with `pay-respects`
7575

76-
:::warning[thefuck dropped support]
77-
Please note that for now thefuck installation is turned off until it supports Python 3.12.x.
78-
:::
79-
80-
Uses: [thefuck](https://github.com/nvbn/thefuck)
76+
Uses: [pay-respects](https://github.com/iffse/pay-respects)
8177

82-
Misspelling a command is a real pain in the ass. Here comes the solution. When you misspell a command, try hitting `ESC ESC` or just type `fuck` and hit enter.
78+
Misspelling a command is a real pain in the ass. Here comes the solution. When you misspell a command, try hitting `f` (and Enter).
8379

84-
`thefuck` will try to correct this command for you. This is handy especially in git commands, for example if you want to push new branch to the remote:
85-
86-
<details>
87-
<summary><b>Example:</b> Correct new branch push with `thefuck`</summary>
88-
<div align="center">
89-
<img src="https://ziwi01.github.io/proveasio/assets/thefuck.png" />
90-
</div>
91-
</details>
80+
`pay-respects` will try to correct this command for you. This is handy especially in git commands, for example if you want to push new branch to the remote
9281

93-
There are lots of rules - see [rules list](https://github.com/nvbn/thefuck/tree/master/thefuck/rules) (you can also add you own rules in `~/.config/thefuck/rules/`)
82+
You can add your own rules easily in TOML file - see the repository for details.
9483

9584
## Docker/Kubernetes
9685

0 commit comments

Comments
 (0)