update
[dotfiles.git] / .github / README.md
index 49d6045..1016558 100644 (file)
@@ -1,5 +1,33 @@
 # Dotfiles!!
 
+## Scripts
+
+Here are some notable Scripts
+
+### 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 +54,3 @@ dotfiles status
 dotfiles commit -m 'added .bashrc'
 ```
 
-## Features
-