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
- Host: GitHub
- URL: https://github.com/denolfe/zsh-prepend
- Owner: denolfe
- Created: 2017-01-25T07:41:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T07:52:23.000Z (over 9 years ago)
- Last Synced: 2025-08-08T19:07:34.670Z (11 months ago)
- Topics: zsh, zsh-plugins
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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