Skip to content
/ bin Public

collection of some shitty and stolen scripts of mine, that belongs in the bin 🗑️

Notifications You must be signed in to change notification settings

lime-desu/bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bin

Usage

How to use this script? Just put the files on your $PATH

echo ${PATH//://\\n}

or this command:

git clone --depth=1 https://github.com/lime-desu/bin.git ~/.local/bin/
if [[ -f ~/.zshrc ]]; then
	echo "export PATH=\$HOME/.local/bin:\$PATH" >>~/.zshrc
else
	echo "export PATH=\$HOME/.local/bin:\$PATH" >>~/.profile
fi
$

Ever run into bash: $: command not found error? This lazy copy paste cringe script fixes that.

image $

colorscript

A colorscript but (currently?) only color blocks and panes are available.

image colorscript

dnfzf

Interactive dnf package manager (my very first written script btw 100% written by hooman)

image dnfzf

donut

Spinning Ascii Donut (colored). Source code? Idk stolen from here.

gif donut

gh-dl

Another fzf script that will download releases from GitHub repositories

lofi

Stream/Listen lofi music from LofiGirl or either to fccCodeRadio

mkdesk

Simple script to create desktop entries for applications. (Since GNOME doesn't have this basic feature)

nf-dl

Nerd Font install and download (fzf script).

image nf-dl

nf-ls

List all and copy the nerd fonts icons (requires: wl-clipboard).

image nf-ls

xkcd

image xkcd

About

collection of some shitty and stolen scripts of mine, that belongs in the bin 🗑️

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages