luismayta / zsh-trash

Implement command trash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh-trash

trash functions zsh

Build Status GitHub issues GitHub license

Version

0.0.0

Web

https://github.com/luismayta/zsh-trash

Download

https://github.com/luismayta/zsh-trash

Source

https://github.com/luismayta/zsh-trash

Keywords

zsh-trash

Table of Contents:

Features

  • Task

Dependencies

Installation

oh-my-zsh users

If you're using oh-my-zsh, install this plugin by doing the following:

  1. Go to your oh-my-zsh custom plugins directory -cd ~/.oh-my-zsh/custom/plugins
  2. Clone the plugin bash git clone https://github.com/luismayta/zsh-trashbash
  3. Edit your .zshrc and add plugins=( ... zsh-trash ) to your list of plugins
  4. Open a new terminal and enjoy!

antigen users

If you're using Antigen, install this plugin by doing the following:

  1. Add antigen bundle luismayta/zsh-trash to your .zshrc where you're adding your other plugins.
  2. Either open a new terminal to force zsh to load the new plugin, or run antigen bundle luismayta/zsh-trash in a running zsh session.
  3. Enjoy!

antibody users

If you're using Antigen, install this plugin by doing the following:

  1. Add antibody bundle luismayta/zsh-trash to your .zshrc where you're adding your other plugins.
  2. Either open a new terminal to force zsh to load the new plugin, or run antibody bundle luismayta/zsh-trash in a running zsh session.
  3. Enjoy!

Quick Start

  • Fork this repository

Usage

  • Install dependences

Support

If you want to support this project, i only accept IOTA :p.

Team

Luis Mayta
Luis Mayta

License

MIT

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Contributions are welcome!

Review the CONTRIBUTING for details on how to:

  • Submit issues
  • Submit pull requests

Contact Info

Feel free to contact me to discuss any issues, questions, or comments.

linkedin beacon made

Made with ☕ and 🍕 by Luis Mayta and equipindustry.

About

Implement command trash

License:GNU Lesser General Public License v3.0


Languages

Language:Makefile 71.0%Language:Dockerfile 15.7%Language:Shell 9.7%Language:JavaScript 3.7%