Skip to content

michaelsousajr/zshcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

zshcp: Zsh Clipboard Manager Plugin

A lightweight and intuitive clipboard management plugin for Zsh that enhances your command-line workflow with easy copy-paste operations.

Features

  • Copy current command line to clipboard
  • Copy file contents directly to clipboard
  • Create/overwrite files with clipboard contents
  • Copy entire folder paths
  • Copy current working directory path
  • Access command history in clipboard
  • Keyboard shortcuts for quick operations

Prerequisites

  • Oh My Zsh

Installation

  1. Clone this repository into your Oh My Zsh custom plugins directory:

    git clone https://github.com/michaelsousajr/zshcp ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zshcp
  2. Add the plugin to your .zshrc:

    plugins=(... zshcp)
  3. Reload your shell:

    source ~/.zshrc

Usage

Use the

cphelp

command in the terminal.

Contributing

  1. Fork the repository.

  2. Create your feature branch:

    git checkout -b feature/amazing-feature
  3. Commit your changes:

    git commit -m 'Add amazing feature'
  4. Push to the branch:

    git push origin feature/amazing-feature
  5. Open a Pull Request.

About

A zsh clipboard manager plugin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages