Utils
Small useful utilities for everyday work
Install / Use
/learn @trapd00r/UtilsREADME
- Every tiny cent helps a lot!
$HOME/dev/utils
This is essentially my ~/bin:
A collection of smaller and larger scripts that help me get by doing everyday tasks, yet they don't deserve their own repository.
A few scripts explained below by extracting the abstract using utils_readme.
- 1984 - fun with pv
- absname - you can't trust $PWD in linux
- abstract - extract abstract from given file(s)
- add_userchrome_to_all_profiles.zsh - copies userChrome.css to all profiles in Firefox
- album - get a quick list of albums by name
- albumlist - display all albums by artist
- albums_by_artist - display all unique albums by artist
- alias - display zsh aliases
- all_unicode - print all unicode chars
- amigaremix_dump - rip all songs from amigaremix.com - in parallel
- amigaremix_dump_noprereq - rip all songs from amigaremix.com
- amigaremix_dump_selenium - yet another amigaremix Dumper, this time using selenium
- ansi_pacman - pacman with ansi colors
- ansic - show defined ansi colors
- artists-by-letter - how many artists in each top level directory?
- author - print japh author
- autorepeat_some - turn off autorepeat for all keys but some
- bake - build perl stuff
- basenamep - grab input from stdin and basename it
- beet-cleanup-cover-only-directories - clean up after beet imports that leave only a coverfile after a 'Remove old' action
- beet-dupes-in-fs - find dupes created by beets in filesystem
- beet-import-singles - importing single tracks and placing them where they belong
- beet-import-singles-to-label - importing single tracks and placing according to label
- beet-ls-albums - list paths of albums matching query in beets database
- beet-ls-albums-by-label - list albums by artist and show record label, helper for
- beet-np-info - show all available beets info for now playing song in mpd
- beet-selfripped - list albums I've ripped myself
- beet-symlink-query - symlink the results of a beets query
- beet-update - beet update that will NOT change any tags, neither move files around
- bigrand - generate n random numbers
- bob - mount bob the boxeebox
- bolaget - is the systembolaget open today?
- bold - bold input
- build - install missing modules automagically
- by_extension - fetch filetype information based on extensions
- c256-grey-colorscheme - generate a grey 256 color colorscheme
- calc - simple calculator
- catimg - cat images to the terminal
- cconvert - convert to/from bin, oct, hex, dec
- clarify - show line endings
- clean - clean up a release dir
- clftail - color-follow-tail for access.log
- clipboard-to-primary - send data from XA_CLIPBOARD to XA_PRIMARY
- clipboard-to-primary-sync - send data from XA_CLIPBOARD to XA_PRIMARY
- colorclock - a terminal color clock
- colorls - ls with colors
- colorscheme - change ansi colorscheme to mine
- colorscheme-256 - change 256 colorscheme to mine
- colorx - print defined colors in an X shape
- cpan-regulars - cpan regular releasers
- crossmake - makes cross's in all kinds of shapes and colors
- cs_preview.vim - colorscheme previews in vim
- ddp - use Data::Dumper to dump data from stdin
- define - look up words in the terminal
- dircolors2vim - generate vim syntax file for defined LS_COLORS
- dirnamep - grab input from stdin and dirname it
- dltrack - track a file while it's being downloaded
- dmesg-a - a colored dmesg
- domain_gen - generate a valid domain name
- domain_snatch - generate a valid domain name and snatch it
- dumper - use Data::Dumper to dump data from stdin
- dupe_tv_by_episode - only keep the best quality tv show
- dusch - what's eating all the space?
- duschiamej - what's eating all the space, take two?
- e - grep artist release(s)
- everywhere - run cmd everywhere
- exifdel - delete all exif data from photos
- exifrename - rename (copy) recovered jpgs to something sensible
- facebook_url_count - how many times have $url been shared on facebook?
- facebook_user_info - print information for $user on facebook
- filebytype - move files to dirs compelling to actual file-type
- filter_ext_lscolor - prints filetypes matching query, colored if defined in LS_COLORS
- fimpc - use fifos to control mpd using mpc
- font-atari - set terminal font to the Atari 800XL std font
- font_preview - preview all fonts in your terminal
- ft - show filetype info
- fx_screen_profiles - for some stupid reason I can't open multiple firefox
- fx_vscreen_profiles - for some stupid reason I can't open multiple firefox
- fzf-perlsub-githistory - display a perl subs git history over time
- generate-perl-package-completion-for-vim.pl - generate perl package completion for vim
- generate-tags.sh - generate tags for vim
- [generate_xresources](https://github.com/trapd
