This is a personal collection of my scripts which i use in my setup to make my life easier.
Make sure to chmod +x <scriptname>
them and set ther aliases for better accessibility
These may or may not work in WSL
- clone this repository using
git
- copy the scripts folder to your home directory.
- copy the aliases from
aliases.txt
and add them in your.zshrc
pre requisites: xclip
This is a simple script which can be used to copy the contents of a text or a file with ascii data or if the file is an image to your clipboard.
Assuming the alias for yoink.sh is yoink
To use it just do:
yoink <path_to_filename>
This script converts any input image files to a png image which temporarily stored in /tmp/ then its copied to your clipboard
pre requisites: scrot
A small script to take a screenshot of selected area of the screen then copying it to your clipboard. Its usage is simple:
Assuming the alias for the shot.sh is shot
to use it just do:
shot
or you could just set a keybind to run the script
Assuming the alias for bawal.sh is bawal
to set the wallpaper from a link:
bawal https://example.com/test.png
this download the wallpaper from the link and store it in your home directory as temp_wal.png to set the wallpaper from a local image file:
bawal path/to/your/image.png