X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=.github%2FREADME.md;h=b7dec324af62b546cdf36a894f5a9a8cf0c075c6;hp=49d604536762763193fbcc7093140919a14c6ce1;hb=90d83c2c3077a0e636e6d4ac2322a02865930d3f;hpb=c0c63d848769bf3d17d1df45ebdb90971f947fc5 diff --git a/.github/README.md b/.github/README.md index 49d6045..b7dec32 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,5 +1,36 @@ # Dotfiles!! +## Scripts + +Here are some notable Scripts + +### emoter +Paste emote sized images automatically when dmenu (~~great for if you don't have nitro~~). + +### fzfutil +cd-ing and vi-ing at the speed of light. Uses fzf to let you cd to dirs and edit files across the galaxy. +Simply source the script in your .bashrc or equivalent. +Customize which directories you want to include by editing the script. + +### git-pushall +Useful for when you have a repo with multiple remotes and are too lazy to push to them all. +Usage is as follows: +``` +git-pushall [branch] +``` +Limitations: does not work on bare repos yet + +### mpd-change +Sends a notification whenever mpd changes songs. Does not send anything on pause/play. + +### screenshot +Take screenshots with scrot. Dmenu prompt for filename, leaving empty generates a default name. +Limitations: no way to cancel screenshot, also the name prompt happens before the screenshot is taken (which is sorta annoying). +Will improve later. + +### usbmnt +Sends a notification whenever usb is mounted. + ## How I manage dotfiles This method of managing dotfiles was inspired by [this](https://www.youtube.com/watch?v=tBoLDpTWVOM) video. @@ -26,5 +57,3 @@ dotfiles status dotfiles commit -m 'added .bashrc' ``` -## Features -