https://github.com/sercheo87/developer-tool
Plugin ZSH with productivity tools.
https://github.com/sercheo87/developer-tool
Last synced: 2 months ago
JSON representation
Plugin ZSH with productivity tools.
- Host: GitHub
- URL: https://github.com/sercheo87/developer-tool
- Owner: sercheo87
- License: apache-2.0
- Created: 2022-07-13T13:04:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T16:16:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T05:28:52.253Z (4 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# developer-tool - Plugin
## Introduction
This [oh my zsh](https://github.com/ohmyzsh/ohmyzsh) plugin has utility and alias for environment developer.
## Requirements
Commands are required for this plugin:
* [clip](https://github.com/ohmyzsh/ohmyzsh/blob/master/lib/clipboard.zsh)
* [fzf](https://github.com/junegunn/fzf)
* [bat](https://github.com/sharkdp/bat)
* grep
* curl## Installation 👾
### Installation Automatically
|Method |Description |
|:--------------------|:------------------------------------------------------------------------------------------------------------------------------------------------|
|`curl` |`zsh -c "$(curl -fsSL https://raw.githubusercontent.com/sercheo87/developer-tool/main/installation/install.sh)"` |### Installation Manual
For use open:
```bash
vi ~/.zshrc
```And add:
```bash
plugins=(
...
developer-tool
...
)
```## Tools 🛠
### Functions
|Command |Description |Example |
|:-------------|:-------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------|
|`devtool` |Update plugin. | |
|`gltc` |Get line number from ***file*** and copy to clipboard. Usage `gltc [Line_Number] [File_Path]` |`gltc 1 README.md` |### Aliases
|Command |Description |
|:-------------|:----------------------------------------------------------------------------------------|
|`fzfp` |Command ***fzf*** and ***bat*** with preview by default. |## Maintainer 🐱💻
* Contributor: [sercheo87](https://github.com/sercheo87)
* Repository: [https://github.com/sercheo87/developer-tool](https://github.com/sercheo87/developer-tool)