Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aliases: Move alias plugins to aliases #602

Closed
wants to merge 14 commits into from
12 changes: 2 additions & 10 deletions plugins/brew/README.md → aliases/brew.aliases.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# brew plugin
# Aliases `brew`

RobLoach marked this conversation as resolved.
Show resolved Hide resolved
The plugin adds several aliases for common [brew](https://brew.sh) commands.

To use it, add `brew` to the plugins array of your bashrc file:

```bash
plugins=(... brew)
```

## Aliases
Several aliases for common [brew](https://brew.sh) commands.

| Alias | Command | Description |
|--------|----------------------|---------------|
Expand Down
File renamed without changes.
6 changes: 2 additions & 4 deletions plugins/chezmoi/README.md → aliases/chezmoi.aliases.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Chezmoi plugin
# Aliases: `chezmoi`

The chezmoi plugin defines a number of useful aliases for you. [Consult the complete list](./chezmoi.plugin.sh)

## List of aliases
This adds a number of useful aliases for [chezmoi](https://www.chezmoi.io) usage. [Consult the complete list](./chezmoi.plugin.sh)

| Alias | Command | Description |
|-------|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|
Expand Down
File renamed without changes.
12 changes: 2 additions & 10 deletions plugins/golang/README.md → aliases/golang.aliases.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# Golang plugin
# Aliases: `golang`

The `golang plugin` plugin adds some aliases for common [Golang](https://golang.org/) commands.

To use it, add `golang` to the plugins array of your bashrc file:

```
plugins=(... golang)
```

## Aliases
This adds some aliases for common [Golang](https://golang.org/) commands.

| Alias | Command | Description |
| ------- | ----------------------- | ------------------------------------------------------------- |
Expand Down
File renamed without changes.
12 changes: 2 additions & 10 deletions plugins/kubectl/README.md → aliases/kubectl.aliases.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
# Kubectl plugin
# Aliases: `kubectl`

This plugin adds completion for the [Kubernetes cluster manager](https://kubernetes.io/docs/reference/kubectl/kubectl/),
This adds completion for the [Kubernetes cluster manager](https://kubernetes.io/docs/reference/kubectl/kubectl/),
as well as some aliases for common kubectl commands.

To use it, add `kubectl` to the plugins array in your bashrc file:

```bash
plugins=(... kubectl)
```

## Aliases

| Alias | Command | Description |
|:--------|:------------------------------------|:-------------------------------------------------------------------------------------------------|
| k | `kubectl` | The kubectl command |
Expand Down
File renamed without changes.
4 changes: 0 additions & 4 deletions plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,12 @@ By leveraging these plugins, you can streamline your workflow and tackle coding
| bash-preexec | Tool allowing execution of commands before they are executed in Bash. |
| bashmarks | Utility facilitating directory navigation via bookmarks in Bash. |
| battery | Plugin related to monitoring and managing battery on computer systems. |
| brew | Package manager for macOS and Linux facilitating software installation and management. |
| bu | Insufficient information provided to give a precise description. |
| chezmoi | Dotfile management tool enabling management of user environment configuration. |
| dotnet | This plugin provides completion and useful aliases for .NET Core CLI. |
| fasd | Utility easing filesystem navigation through shortcuts and abbreviated commands. |
| gcloud | Command-line tools for interacting with Google Cloud Platform (GCP). |
| git | Distributed version control system for managing the history of changes in software projects. |
| goenv | Tool for managing Go versions within a development environment. |
| golang | The Go programming language, along with its tools and standard libraries. |
| kubectl | Command-line tool for interacting with Kubernetes clusters. |
| npm | Package manager for Node.js facilitating installation and management of project dependencies. |
| nvm | Node.js version manager allowing easy switching between different Node.js versions. |
| progress | Insufficient information provided to give a precise description. |
Expand Down
Loading