1
0
Fork
You've already forked scriptbucket
0
Various scripts I have written that don't merit their own repo
  • Perl 47.3%
  • Shell 30%
  • Vim Script 21.7%
  • JavaScript 1%
Find a file
2026年07月03日 08:23:50 +02:00
linuxGames Initial commit of linuxGames subdirectory 2011年05月29日 02:01:08 +02:00
trivial Adding cronnice 2012年07月11日 09:08:11 +02:00
.gitignore Initial commit into scriptbucket repo 2010年06月07日 12:17:00 +02:00
aac2ogg Adding aac2ogg and wma2ogg 2010年06月07日 12:26:40 +02:00
animetool Initial commit into scriptbucket repo 2010年06月07日 12:17:00 +02:00
antiSocialNewsblur.user.js Added license 2012年08月14日 09:56:34 +02:00
cookiesTxtToPhantom Added cookiesTxtToPhantom 2012年07月13日 11:03:56 +02:00
COPYING Initial commit into scriptbucket repo 2010年06月07日 12:17:00 +02:00
dagsnytt Initial commit into scriptbucket repo 2010年06月07日 12:17:00 +02:00
diskcheck.sh Added diskcheck.sh 2012年06月05日 11:40:44 +02:00
filenamecleaner Remove : from filenames too 2022年10月22日 11:17:12 +02:00
getdagsrevyen Initial commit into scriptbucket repo 2010年06月07日 12:17:00 +02:00
gh-issuedump Added gh-issuedump 2013年04月07日 23:47:20 +02:00
gitannex-install Allow treating root as a regular user 2022年10月22日 11:17:38 +02:00
grandomwallpaper Initial commit into scriptbucket repo 2010年06月07日 12:17:00 +02:00
gui_default_tango.vim Added gui_default_tango.vim 2010年08月22日 19:19:22 +02:00
latexb Added bib detection, watch support, biber support 2014年03月10日 09:51:22 +01:00
makemkvcontainer Initial commit of a quick hack of a makemkv container 2020年11月07日 11:33:31 +01:00
monitorgrowth Initial commit into scriptbucket repo 2010年06月07日 12:17:00 +02:00
p-cleandir p-cleandir: added --interactive plus verbose/quiet/debug modes 2026年07月03日 08:23:50 +02:00
pbJSON2HTML Added basic HTML escaping 2014年02月28日 09:07:07 +01:00
qutebrowser-pdfjs-install Added a simple pdf.js install script for qutebrowser 2019年10月14日 08:30:09 +02:00
README.markdown Added 'p-cleandir': improved rewrite of zd-cleandir 2024年05月28日 08:23:51 +02:00
reencode Added reencode 2010年06月07日 12:27:58 +02:00
runlocale Set locale vars if unset 2011年09月27日 08:27:20 +02:00
synaptic-scroll-fix Initial commit into scriptbucket repo 2010年06月07日 12:17:00 +02:00
txt2html Initial commit into scriptbucket repo 2010年06月07日 12:17:00 +02:00
wma2ogg Adding aac2ogg and wma2ogg 2010年06月07日 12:26:40 +02:00
xspf2m3u Fixed support for single-track playlists 2012年06月30日 15:29:45 +02:00
zd-cleandir Detect and use coreutils on Mac/BSD 2023年06月01日 09:28:33 +02:00

Scriptbucket

This git repository contains various scripts written by Eskild Hustvedt that does not really merit their own git repo. See also the trivial/ subdirectory for more (simpler/more trivial) scripts and the linuxGames/ subdirectory for Linux Gaming-related scripts.

I make no guarantees about the scripts in this repository, use at your own risk. Should you find a bug however, feel free to report it and I will look into fixing it.

All scripts are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY. They are (unless otherwise stated) licensed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See COPYING for the full license text.

Quick description of the scripts:

Script: Description:
------- ------------
aac2ogg Quick and dirty hack to convert *.aac files to OGG Vorbis.
animetool A simple script to assist with watching TV/Anime series
 and rename files to sane filenames.
antiSocialNewsblur.user.js
 A userscript/greasemonkey script to remove the social
 features ("blurblog") from Newsblur
cookiesTxtToPhantom A script to convert cookies.txt files to a cookie
 format usable by phantomjs
dagsnytt A script to fetch the latest "dagsnytt" (Norwegian NRK radio
 news) podcast and play it. Can also fetch the latest "politisk
 kvarter".
diskcheck.sh A simple script intended to be run from cron.hourly
 that checks if any partitions have less than 1GiB of
 free space and warns you via e-mail if it does.
filenamecleaner A simple script that helps clean up nasty filenames.
getdagsrevyen A script to fetch the latest dagsrevyen (Norwegian NRK TV news)
 video podcast and play it.
gh-issuedump A script that downloads a dump of all issues on a
 GitHub issue tracker for a user or organization.
gitannex-install A script that downloads and installs (or updates) the
 git-annex standalone builds.
grandomwallpaper Randomly sets a wallpaper for users using nautilus/GNOME.
gui_default_tango.vim A theme for gvim that makes gvim look like vim does by default in
 the gnome terminal with the tango colour scheme
latexb A simple utility script to help easily build LaTeX documents.
monitorgrowth Monitor the rate at which a file is growing.
p-cleandir An improved version of "zd-cleandir". A script to help clean up
 directories that constantly get new files (such as mail
 attachment directories). It will sort files into
 YYYY/MM directories for more permanent storage. See
 --help for details.
pbJSON2HTML A script that converts a pinboard.in bookmark backup
 from JSON to a usable HTML file
prepVim A script that downloads and installs vim plugins. Uses pathogen
 to make sure ~/.vim is not cluttered.
qutebrowser-pdfjs-install A script that installs the latest version of
 pdf.js for use with qutebrowser
reencode A simple script to assist with re-encoding MP3-files.
runlocale Run a program with all locale env-variables set to the supplied
 setting.
synaptic-scroll-fix Enable scrolling using the right-edge of a touchpad, rather than
 two-finger scrolling.
txt2html A *very* simple script to convert a pure-text file into HTML.
xspf2m3u A script that converts [XSPF](http://xspf.org/) playlists to M3U.
zd-cleandir A script to help clean up directories that constantly get new files
 (such as mail attachment directories). It will sort files into YYYY/MM
 directories for more permanent storage. Only files older than 7 days
 will be sorted. Depends upon filenamecleaner.
wma2ogg Quick and dirty hack to convert *.wma files to OGG Vorbis.

vim: set expandtab :