Some usefull scripts | Girish Kumar Scripts: -------- bin ├── copy # copy content of stdin to clipboard, use it with vim visual selection [:'<,'>!copy] ├── github # create or delete repos ├── mover # move different files in download folder to appropriate folder ├── power # get power level of battery ├── single-screen # a simple hack for mirror monitor to external monitor ├── search # search from command line or using vim visual selection [:'<,'>!search] ├── ufetch # neofetch like command, [stolen from https://gitlab.com/jschx/ufetch] └── youtube-audio # download audio file from youtube, [stolen from stackoverflow]