An open API service indexing awesome lists of open source software.

https://github.com/denolfe/zsh-prepend

Zsh plugin to add prepend command
https://github.com/denolfe/zsh-prepend

zsh zsh-plugins

Last synced: 29 days ago
JSON representation

Zsh plugin to add prepend command

Awesome Lists containing this project

README

          

# zsh-prepend

ZSH plugin to prepend text to any file

## Usage

```sh
$ prepend "text to prepend" filename
```

## Installation

#### Using antibody:

```sh
$ antibody bundle denolfe/zsh-prepend
```

#### Using antigen:

```sh
$ antigen bundle denolfe/zsh-prepend
```

#### Using zgen:

```sh
$ zgen load denolfe/zsh-prepend
```

## Contributing

1. Fork it!
2. Create your feature branch: \`git checkout -b my-new-feature\`
3. Commit your changes: \`git commit -am 'Add some feature'\`
4. Push to the branch: \`git push origin my-new-feature\`
5. Submit a pull request :D