Skip to content

Latest commit

 

History

History
69 lines (67 loc) · 1.63 KB

File metadata and controls

69 lines (67 loc) · 1.63 KB

Ayush’s Shell Scripts

Scripts

These are Collection of Shell scripts I often use

Installation

Clone the repository

cd && git clone https://github.com/ayusjayaswal/scripts.git

Move to PATH

cp ~/scripts/* /usr/local/bin/

Contents

Color

A script that allows you to put Hex codes of gruvbox colors in your clipboard

Note

The Script is only compatible with X11 Environment for Wayland, replace dmenu with wofi etc.

Dependencies

Arch
sudo pacman -S dmenu xclip
Debian
sudo apt install dmenu xclip
Fedora
sudo dnf install dmenu xclip

Colorscripts

A Script that prints cool ASCII Art on your terminal Randomly.

Emoji

A Script that allows to select an emoji and copy it to clipboard

Note

The Script is only compatible with X11 Environment for Wayland, replace dmenu with wofi etc.

Dependencies

Arch
sudo pacman -S dmenu xclip
Debian
sudo apt install dmenu xclip
Fedora
sudo dnf install dmenu xclip

Search

A Script that allows you to Quickly Search among important websites and search engines directly and open in desired browser.

Note

The Script is only compatible with X11 Environment for Wayland, replace dmenu with wofi etc.

Dependencies

Arch
sudo pacman -S dmenu xclip
Debian
sudo apt install dmenu xclip
Fedora
sudo dnf install dmenu xclip