this is a simple collection of scripts.
- Index
- Install
aw
cmx
dmount
dumount
gclone
getMail
mdate
mdisk
mpdctl
mpvtube
ocr
popcorn
quteprofiles
xclip-cmd
xman
ytdl
ytinfo
Install scripts collection
to your system
curl -sSL https://raw.githubusercontent.com/fbnmtz/scripts/master/install | bash
awk wrapper to simplify usage
shortcut to add 'x' permission to a file
use 'dmenu' to mount an avaiable disk/partition
use 'dmenu' to umount an avaiable disk/partition
clone git repository to a default destination and open it on ranger
save all your email addresses. Select one and copy to clipboard.
getMail -h
usage:
getMail [-m] [-n <email>] [-e {editor}] [-h] [-v]
-> Available Options:
-m, --menu select a email with a dmenu
-n, --new <email> save new email
-e, --edit {editor} edit email list
-h, --help show this help
-v, --version print version and exit
v0.0.3 - writen by fbnmtz 2023
some date functions
helper to get date in many formats
usage: mdate [OPTIONS]
-> Date Options: -d, --day current day (number) -m, --month current month (number) -y, --year current year (number) -Y, --year2 current year (two digits) -D, --date current date (full)
-> Time Options: -H, --hour current hour (number) -M, --minutes current minutes (number) -s, --seconds current seconds (number) -t, --time current time (H M S)
-> General Options: -u, --us full date in US format -b, --br full date in BR format -r, --header date/time for header -R, --header-en date/time for header (us format) -w, --weekday current weekday (name) -W, --weekday-en current weekday (name) (us format) -f, --for-filename full date formated for filename
-> Information Options: -h, --help show this help -v, --version print version and exit
v0.3.4-rc234 - writen by @fbnmtz 2020
</details>
## `mdisk`
tool to verify, make mbr backups and mount/unmount disks
## `mpdctl`
script to control MPD music server
<details close="true">
```bash
mpdctl -h
usage:
mpdctl [OPTIONS]
-> Music Options:
-p, --play play music of current playlist
-N, --next next music
-P, --prev previous music
-t, --toggle toggle music
-A, --all play all music on database
-c, --current show current music
-l, --list-play select and play music
-p, --playlist playlists functions
-s, --status music status
-w, --watch watch music status
-> Server Options:
-r, --run start MPD server
-S, --stats stats of MPD server
-q, --quit stop MPD server
-u, --update update MPD database
-> Information Options:
-h, --help show this help
-v, --version print version and exit
v1.0.9-rc134 - writen by @fbnmtz 2023
Manage and watch youtube videos with ROFI and MPV
uses 'maim' and 'tesseract' to get a text with 'ocr'
Search torrents and watch on mpv
profile manager to user with qutebrowser
xclip wrapper with some features:
* copy automaticly to buffers 'primary', 'secondary' and 'clipboard'.
* save a history off clipboard usage.
show the man of selected binary to in a .ps format
download a video/audio from a youtube url
get info about videos/channels from YouTube.
Contributions and suggestions are welcome! <3
Made with ❤️ and shellscript.