Skip to content

ayusjayaswal/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

These are Collection of Shell scripts I often use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages