├── .gitignore ├── add-ddeb-repos ├── ansible-cmdb ├── aoc-format ├── apt-changelog ├── arc ├── autoclone ├── autocommit ├── blog ├── blog-preview ├── bright-screen ├── bzrdiff ├── bzrlog ├── clean-old-vagrantboxes ├── clean-up-whiteboard-pic ├── configure-gnome-terminal ├── convert-bzr-to-git ├── convert-hg-to-git ├── convert-sqlite2-to-3 ├── convert-svn-to-fsfs ├── convert-svn-to-git ├── croncal.pl ├── ctags ├── custom-keybindings ├── delete-docker-image-from-registry ├── difff ├── dim-screen ├── disable-touchpad-buttons ├── disable-wheel-emulation ├── disapprove ├── dist-upgrade ├── dockviz ├── dpaste ├── dpkg-changelog ├── dpkg-whatrequires ├── drop-caches ├── dump-monitor-configuration ├── enable-edge-scrolling ├── enable-fractional-scaling ├── enable-gtk-inspector ├── enable-middle-button-emulation ├── enable-ptrace ├── enable-touchpad-buttons ├── enable-two-finger-scroll ├── enable-wheel-emulation ├── extract-subtitles ├── find-unpublished-git-repos ├── fire ├── fix-gnome-alt-tab ├── for-all-projects ├── fsum ├── gi ├── git-branch-changes ├── git-drop-v-prefix-from-tags ├── git-exclude ├── git-fix-bogus-emails ├── git-generate-changelog ├── git-ignore ├── git-ignore-buildout ├── git-ignore-python ├── git-ignore-virtualenv ├── gnome-keyboard-brightness ├── gnome-screen-brightness ├── grepall ├── grepunicode ├── group-traceback-emails ├── gtimelog ├── gtimelog2jira ├── gtk-keyboard-speed ├── hgdiff ├── hglog ├── inst ├── irc-open-url ├── irc-tunnel ├── is-using-vpn ├── jslint ├── keyboard-speed ├── kick-ssh-control-master-for-github ├── kill-local-postgres ├── last-screenshot ├── list-all-svn-revs ├── list-aps ├── list-apt-repos ├── list-docker-tags ├── list-installed-packages ├── list-installed-packages-and-versions ├── list-nonstandard-packages ├── list-obsolete-packages ├── list-users ├── lit-sig ├── local-pip ├── mailhops ├── ml ├── monitor-dpi ├── moz-phab ├── multiping.py ├── mute-mic ├── mute-speakers ├── mutt ├── netspeed ├── notspam ├── nvim ├── ocr ├── oom ├── path ├── pip-outdated ├── pip-upgrade ├── pipx ├── playlist-to-m3u ├── pmutt ├── polari ├── pov-ansible ├── ppa-gtimelog-copy-packages ├── ppa-mg-copy-packages ├── pretty-print-html ├── pretty-print-json ├── pretty-print-xml ├── pretty-print-yaml ├── print-attachment ├── print-email ├── print-monthly-calendar ├── print-next-monthly-calendar ├── pwsafe ├── pydf ├── pypy ├── pypy2 ├── pypy2.7 ├── pypy3 ├── pypy3.10 ├── pypy3.11 ├── pypy3.6 ├── pypy3.7 ├── pypy3.8 ├── pypy3.9 ├── python ├── python3.10 ├── python3.11 ├── python3.12 ├── python3.13 ├── python3.14 ├── python3.5 ├── python3.6 ├── python3.7 ├── python3.8 ├── python3.9 ├── rdesktop-to-langas ├── rdesktop-to-winbot ├── rebuild-mpv-mpris-plugin ├── rebuild-neomutt ├── rebuild-neovim ├── rebuild-python ├── rebuild-vim ├── rebuild-vim7 ├── rebuild-weechat ├── remove-stale-kernels ├── reniceall ├── route-via-vpn ├── sandbox-get ├── scp ├── setup-shared-buildout-cache ├── show-all-256-colors ├── show-docker-tag-digests ├── show-docker-tag-ids ├── shrug ├── sig ├── size-of-postgres-dbs ├── smtp-ssl-cert ├── smutt ├── spam ├── ssh ├── sshd ├── ssl-cert ├── ssl-fingerprint ├── strace-process-tree ├── summarize ├── summarize.py ├── svndiff ├── svnignore ├── svnlog ├── svnloglatest ├── svnst ├── svntouch ├── svnup ├── switch-to-editable ├── switch-to-readonly ├── tableflip ├── termbin ├── test-24bit-color ├── title ├── topl ├── transset ├── ttail ├── turn-off-mute-leds ├── turn-off-power-led ├── turn-on-power-led ├── ubuntu-tweaks ├── update ├── update-youtubedown ├── upgrade ├── upower-suspend ├── use-tango-colors ├── vcal ├── ve-borrow ├── verynice ├── veryniceall ├── video-to-flac ├── video-to-mp3 ├── vim ├── vim-tapi ├── vimdiff ├── virtual-bootstrap ├── virtual-bootstrap-py3 ├── virtual-bootstrap-py35 ├── virtual-bootstrap-py36 ├── virtual-bootstrap-py37 ├── virtual-bootstrap-py38 ├── virtual-bootstrap-pypy3 ├── vpn-routes ├── watch-gha ├── watchpos ├── watchsize ├── weechat ├── what-the-core ├── whatmac ├── whatservice ├── whatsmodified ├── when-sleep ├── when-was-it-started ├── which-bootstrap ├── wine-bootstrap ├── workmutt ├── xchatgrep ├── xinerama-screens ├── zope-meta └── zope-test-janitor /.gitignore: -------------------------------------------------------------------------------- 1 | local/ 2 | youtubedown 3 | -------------------------------------------------------------------------------- /add-ddeb-repos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/add-ddeb-repos -------------------------------------------------------------------------------- /ansible-cmdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/ansible-cmdb -------------------------------------------------------------------------------- /aoc-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/aoc-format -------------------------------------------------------------------------------- /apt-changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/apt-changelog -------------------------------------------------------------------------------- /arc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/arc -------------------------------------------------------------------------------- /autoclone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/autoclone -------------------------------------------------------------------------------- /autocommit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/autocommit -------------------------------------------------------------------------------- /blog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/blog -------------------------------------------------------------------------------- /blog-preview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/blog-preview -------------------------------------------------------------------------------- /bright-screen: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | gnome-screen-brightness 100 3 | -------------------------------------------------------------------------------- /bzrdiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/bzrdiff -------------------------------------------------------------------------------- /bzrlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/bzrlog -------------------------------------------------------------------------------- /clean-old-vagrantboxes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/clean-old-vagrantboxes -------------------------------------------------------------------------------- /clean-up-whiteboard-pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/clean-up-whiteboard-pic -------------------------------------------------------------------------------- /configure-gnome-terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/configure-gnome-terminal -------------------------------------------------------------------------------- /convert-bzr-to-git: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/convert-bzr-to-git -------------------------------------------------------------------------------- /convert-hg-to-git: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/convert-hg-to-git -------------------------------------------------------------------------------- /convert-sqlite2-to-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/convert-sqlite2-to-3 -------------------------------------------------------------------------------- /convert-svn-to-fsfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/convert-svn-to-fsfs -------------------------------------------------------------------------------- /convert-svn-to-git: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/convert-svn-to-git -------------------------------------------------------------------------------- /croncal.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/croncal.pl -------------------------------------------------------------------------------- /ctags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/ctags -------------------------------------------------------------------------------- /custom-keybindings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/custom-keybindings -------------------------------------------------------------------------------- /delete-docker-image-from-registry: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/delete-docker-image-from-registry -------------------------------------------------------------------------------- /difff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/difff -------------------------------------------------------------------------------- /dim-screen: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | gnome-screen-brightness 0 3 | turn-off-power-led 4 | -------------------------------------------------------------------------------- /disable-touchpad-buttons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/disable-touchpad-buttons -------------------------------------------------------------------------------- /disable-wheel-emulation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/disable-wheel-emulation -------------------------------------------------------------------------------- /disapprove: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | printf 'ಠ_ಠ\n' 3 | -------------------------------------------------------------------------------- /dist-upgrade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/dist-upgrade -------------------------------------------------------------------------------- /dockviz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/dockviz -------------------------------------------------------------------------------- /dpaste: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/dpaste -------------------------------------------------------------------------------- /dpkg-changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/dpkg-changelog -------------------------------------------------------------------------------- /dpkg-whatrequires: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/dpkg-whatrequires -------------------------------------------------------------------------------- /drop-caches: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo 3 |sudo tee /proc/sys/vm/drop_caches > /dev/null 3 | -------------------------------------------------------------------------------- /dump-monitor-configuration: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/dump-monitor-configuration -------------------------------------------------------------------------------- /enable-edge-scrolling: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/enable-edge-scrolling -------------------------------------------------------------------------------- /enable-fractional-scaling: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/enable-fractional-scaling -------------------------------------------------------------------------------- /enable-gtk-inspector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/enable-gtk-inspector -------------------------------------------------------------------------------- /enable-middle-button-emulation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/enable-middle-button-emulation -------------------------------------------------------------------------------- /enable-ptrace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/enable-ptrace -------------------------------------------------------------------------------- /enable-touchpad-buttons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/enable-touchpad-buttons -------------------------------------------------------------------------------- /enable-two-finger-scroll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/enable-two-finger-scroll -------------------------------------------------------------------------------- /enable-wheel-emulation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/enable-wheel-emulation -------------------------------------------------------------------------------- /extract-subtitles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/extract-subtitles -------------------------------------------------------------------------------- /find-unpublished-git-repos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/find-unpublished-git-repos -------------------------------------------------------------------------------- /fire: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo 🔥 3 | -------------------------------------------------------------------------------- /fix-gnome-alt-tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/fix-gnome-alt-tab -------------------------------------------------------------------------------- /for-all-projects: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/for-all-projects -------------------------------------------------------------------------------- /fsum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/fsum -------------------------------------------------------------------------------- /gi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/gi -------------------------------------------------------------------------------- /git-branch-changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/git-branch-changes -------------------------------------------------------------------------------- /git-drop-v-prefix-from-tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/git-drop-v-prefix-from-tags -------------------------------------------------------------------------------- /git-exclude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/git-exclude -------------------------------------------------------------------------------- /git-fix-bogus-emails: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/git-fix-bogus-emails -------------------------------------------------------------------------------- /git-generate-changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/git-generate-changelog -------------------------------------------------------------------------------- /git-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/git-ignore -------------------------------------------------------------------------------- /git-ignore-buildout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/git-ignore-buildout -------------------------------------------------------------------------------- /git-ignore-python: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/git-ignore-python -------------------------------------------------------------------------------- /git-ignore-virtualenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/git-ignore-virtualenv -------------------------------------------------------------------------------- /gnome-keyboard-brightness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/gnome-keyboard-brightness -------------------------------------------------------------------------------- /gnome-screen-brightness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/gnome-screen-brightness -------------------------------------------------------------------------------- /grepall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/grepall -------------------------------------------------------------------------------- /grepunicode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/grepunicode -------------------------------------------------------------------------------- /group-traceback-emails: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/group-traceback-emails -------------------------------------------------------------------------------- /gtimelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/gtimelog -------------------------------------------------------------------------------- /gtimelog2jira: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/gtimelog2jira -------------------------------------------------------------------------------- /gtk-keyboard-speed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/gtk-keyboard-speed -------------------------------------------------------------------------------- /hgdiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/hgdiff -------------------------------------------------------------------------------- /hglog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/hglog -------------------------------------------------------------------------------- /inst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/inst -------------------------------------------------------------------------------- /irc-open-url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/irc-open-url -------------------------------------------------------------------------------- /irc-tunnel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/irc-tunnel -------------------------------------------------------------------------------- /is-using-vpn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/is-using-vpn -------------------------------------------------------------------------------- /jslint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/jslint -------------------------------------------------------------------------------- /keyboard-speed: -------------------------------------------------------------------------------- 1 | gtk-keyboard-speed -------------------------------------------------------------------------------- /kick-ssh-control-master-for-github: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/kick-ssh-control-master-for-github -------------------------------------------------------------------------------- /kill-local-postgres: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | fuser -n tcp 4499 -k 3 | -------------------------------------------------------------------------------- /last-screenshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/last-screenshot -------------------------------------------------------------------------------- /list-all-svn-revs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/list-all-svn-revs -------------------------------------------------------------------------------- /list-aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/list-aps -------------------------------------------------------------------------------- /list-apt-repos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/list-apt-repos -------------------------------------------------------------------------------- /list-docker-tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/list-docker-tags -------------------------------------------------------------------------------- /list-installed-packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/list-installed-packages -------------------------------------------------------------------------------- /list-installed-packages-and-versions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/list-installed-packages-and-versions -------------------------------------------------------------------------------- /list-nonstandard-packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/list-nonstandard-packages -------------------------------------------------------------------------------- /list-obsolete-packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/list-obsolete-packages -------------------------------------------------------------------------------- /list-users: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/list-users -------------------------------------------------------------------------------- /lit-sig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/lit-sig -------------------------------------------------------------------------------- /local-pip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/local-pip -------------------------------------------------------------------------------- /mailhops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/mailhops -------------------------------------------------------------------------------- /ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/ml -------------------------------------------------------------------------------- /monitor-dpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/monitor-dpi -------------------------------------------------------------------------------- /moz-phab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/moz-phab -------------------------------------------------------------------------------- /multiping.py: -------------------------------------------------------------------------------- 1 | moved to https://github.com/mgedmin/multiping 2 | -------------------------------------------------------------------------------- /mute-mic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/mute-mic -------------------------------------------------------------------------------- /mute-speakers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/mute-speakers -------------------------------------------------------------------------------- /mutt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/mutt -------------------------------------------------------------------------------- /netspeed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/netspeed -------------------------------------------------------------------------------- /notspam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/notspam -------------------------------------------------------------------------------- /nvim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/nvim -------------------------------------------------------------------------------- /ocr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/ocr -------------------------------------------------------------------------------- /oom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/oom -------------------------------------------------------------------------------- /path: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/path -------------------------------------------------------------------------------- /pip-outdated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/pip-outdated -------------------------------------------------------------------------------- /pip-upgrade: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | pip install -U --upgrade-strategy=eager "$@" 3 | -------------------------------------------------------------------------------- /pipx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/pipx -------------------------------------------------------------------------------- /playlist-to-m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/playlist-to-m3u -------------------------------------------------------------------------------- /pmutt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/pmutt -------------------------------------------------------------------------------- /polari: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/polari -------------------------------------------------------------------------------- /pov-ansible: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/pov-ansible -------------------------------------------------------------------------------- /ppa-gtimelog-copy-packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/ppa-gtimelog-copy-packages -------------------------------------------------------------------------------- /ppa-mg-copy-packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/ppa-mg-copy-packages -------------------------------------------------------------------------------- /pretty-print-html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/pretty-print-html -------------------------------------------------------------------------------- /pretty-print-json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/pretty-print-json -------------------------------------------------------------------------------- /pretty-print-xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/pretty-print-xml -------------------------------------------------------------------------------- /pretty-print-yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/pretty-print-yaml -------------------------------------------------------------------------------- /print-attachment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/print-attachment -------------------------------------------------------------------------------- /print-email: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/print-email -------------------------------------------------------------------------------- /print-monthly-calendar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/print-monthly-calendar -------------------------------------------------------------------------------- /print-next-monthly-calendar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/print-next-monthly-calendar -------------------------------------------------------------------------------- /pwsafe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/pwsafe -------------------------------------------------------------------------------- /pydf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/pydf -------------------------------------------------------------------------------- /pypy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/pypy -------------------------------------------------------------------------------- /pypy2: -------------------------------------------------------------------------------- 1 | pypy -------------------------------------------------------------------------------- /pypy2.7: -------------------------------------------------------------------------------- 1 | pypy -------------------------------------------------------------------------------- /pypy3: -------------------------------------------------------------------------------- 1 | pypy -------------------------------------------------------------------------------- /pypy3.10: -------------------------------------------------------------------------------- 1 | pypy -------------------------------------------------------------------------------- /pypy3.11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/pypy3.11 -------------------------------------------------------------------------------- /pypy3.6: -------------------------------------------------------------------------------- 1 | pypy -------------------------------------------------------------------------------- /pypy3.7: -------------------------------------------------------------------------------- 1 | pypy -------------------------------------------------------------------------------- /pypy3.8: -------------------------------------------------------------------------------- 1 | pypy -------------------------------------------------------------------------------- /pypy3.9: -------------------------------------------------------------------------------- 1 | pypy -------------------------------------------------------------------------------- /python: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/python -------------------------------------------------------------------------------- /python3.10: -------------------------------------------------------------------------------- 1 | python -------------------------------------------------------------------------------- /python3.11: -------------------------------------------------------------------------------- 1 | python -------------------------------------------------------------------------------- /python3.12: -------------------------------------------------------------------------------- 1 | python -------------------------------------------------------------------------------- /python3.13: -------------------------------------------------------------------------------- 1 | python -------------------------------------------------------------------------------- /python3.14: -------------------------------------------------------------------------------- 1 | python -------------------------------------------------------------------------------- /python3.5: -------------------------------------------------------------------------------- 1 | python -------------------------------------------------------------------------------- /python3.6: -------------------------------------------------------------------------------- 1 | python -------------------------------------------------------------------------------- /python3.7: -------------------------------------------------------------------------------- 1 | python -------------------------------------------------------------------------------- /python3.8: -------------------------------------------------------------------------------- 1 | python -------------------------------------------------------------------------------- /python3.9: -------------------------------------------------------------------------------- 1 | python -------------------------------------------------------------------------------- /rdesktop-to-langas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/rdesktop-to-langas -------------------------------------------------------------------------------- /rdesktop-to-winbot: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | rdesktop -k en-us -g 1024x700 -u mgedmin -p - winbot.zope.org 3 | -------------------------------------------------------------------------------- /rebuild-mpv-mpris-plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/rebuild-mpv-mpris-plugin -------------------------------------------------------------------------------- /rebuild-neomutt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/rebuild-neomutt -------------------------------------------------------------------------------- /rebuild-neovim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/rebuild-neovim -------------------------------------------------------------------------------- /rebuild-python: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/rebuild-python -------------------------------------------------------------------------------- /rebuild-vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/rebuild-vim -------------------------------------------------------------------------------- /rebuild-vim7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/rebuild-vim7 -------------------------------------------------------------------------------- /rebuild-weechat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/rebuild-weechat -------------------------------------------------------------------------------- /remove-stale-kernels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/remove-stale-kernels -------------------------------------------------------------------------------- /reniceall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/reniceall -------------------------------------------------------------------------------- /route-via-vpn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/route-via-vpn -------------------------------------------------------------------------------- /sandbox-get: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/sandbox-get -------------------------------------------------------------------------------- /scp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/scp -------------------------------------------------------------------------------- /setup-shared-buildout-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/setup-shared-buildout-cache -------------------------------------------------------------------------------- /show-all-256-colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/show-all-256-colors -------------------------------------------------------------------------------- /show-docker-tag-digests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/show-docker-tag-digests -------------------------------------------------------------------------------- /show-docker-tag-ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/show-docker-tag-ids -------------------------------------------------------------------------------- /shrug: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | printf '¯\_(ツ)_/¯\n' 3 | -------------------------------------------------------------------------------- /sig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/sig -------------------------------------------------------------------------------- /size-of-postgres-dbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/size-of-postgres-dbs -------------------------------------------------------------------------------- /smtp-ssl-cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/smtp-ssl-cert -------------------------------------------------------------------------------- /smutt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/smutt -------------------------------------------------------------------------------- /spam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/spam -------------------------------------------------------------------------------- /ssh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/ssh -------------------------------------------------------------------------------- /sshd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/sshd -------------------------------------------------------------------------------- /ssl-cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/ssl-cert -------------------------------------------------------------------------------- /ssl-fingerprint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/ssl-fingerprint -------------------------------------------------------------------------------- /strace-process-tree: -------------------------------------------------------------------------------- 1 | # moved to https://github.com/mgedmin/strace-process-tree 2 | -------------------------------------------------------------------------------- /summarize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/summarize -------------------------------------------------------------------------------- /summarize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/summarize.py -------------------------------------------------------------------------------- /svndiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/svndiff -------------------------------------------------------------------------------- /svnignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/svnignore -------------------------------------------------------------------------------- /svnlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/svnlog -------------------------------------------------------------------------------- /svnloglatest: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | svnlog -r HEAD:0 --limit 25 "$@" 3 | -------------------------------------------------------------------------------- /svnst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/svnst -------------------------------------------------------------------------------- /svntouch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/svntouch -------------------------------------------------------------------------------- /svnup: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec svn up --ignore-externals "$@" 3 | -------------------------------------------------------------------------------- /switch-to-editable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/switch-to-editable -------------------------------------------------------------------------------- /switch-to-readonly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/switch-to-readonly -------------------------------------------------------------------------------- /tableflip: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | printf '(╯°□°)╯︵ ┻━┻\n' 3 | -------------------------------------------------------------------------------- /termbin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/termbin -------------------------------------------------------------------------------- /test-24bit-color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/test-24bit-color -------------------------------------------------------------------------------- /title: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/title -------------------------------------------------------------------------------- /topl: -------------------------------------------------------------------------------- 1 | turn-off-power-led -------------------------------------------------------------------------------- /transset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/transset -------------------------------------------------------------------------------- /ttail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/ttail -------------------------------------------------------------------------------- /turn-off-mute-leds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/turn-off-mute-leds -------------------------------------------------------------------------------- /turn-off-power-led: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/turn-off-power-led -------------------------------------------------------------------------------- /turn-on-power-led: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/turn-on-power-led -------------------------------------------------------------------------------- /ubuntu-tweaks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/ubuntu-tweaks -------------------------------------------------------------------------------- /update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/update -------------------------------------------------------------------------------- /update-youtubedown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/update-youtubedown -------------------------------------------------------------------------------- /upgrade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/upgrade -------------------------------------------------------------------------------- /upower-suspend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/upower-suspend -------------------------------------------------------------------------------- /use-tango-colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/use-tango-colors -------------------------------------------------------------------------------- /vcal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/vcal -------------------------------------------------------------------------------- /ve-borrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/ve-borrow -------------------------------------------------------------------------------- /verynice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/verynice -------------------------------------------------------------------------------- /veryniceall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/veryniceall -------------------------------------------------------------------------------- /video-to-flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/video-to-flac -------------------------------------------------------------------------------- /video-to-mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/video-to-mp3 -------------------------------------------------------------------------------- /vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/vim -------------------------------------------------------------------------------- /vim-tapi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/vim-tapi -------------------------------------------------------------------------------- /vimdiff: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | vim -d "$@" 3 | -------------------------------------------------------------------------------- /virtual-bootstrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/virtual-bootstrap -------------------------------------------------------------------------------- /virtual-bootstrap-py3: -------------------------------------------------------------------------------- 1 | virtual-bootstrap -------------------------------------------------------------------------------- /virtual-bootstrap-py35: -------------------------------------------------------------------------------- 1 | virtual-bootstrap -------------------------------------------------------------------------------- /virtual-bootstrap-py36: -------------------------------------------------------------------------------- 1 | virtual-bootstrap -------------------------------------------------------------------------------- /virtual-bootstrap-py37: -------------------------------------------------------------------------------- 1 | virtual-bootstrap -------------------------------------------------------------------------------- /virtual-bootstrap-py38: -------------------------------------------------------------------------------- 1 | virtual-bootstrap -------------------------------------------------------------------------------- /virtual-bootstrap-pypy3: -------------------------------------------------------------------------------- 1 | virtual-bootstrap -------------------------------------------------------------------------------- /vpn-routes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/vpn-routes -------------------------------------------------------------------------------- /watch-gha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/watch-gha -------------------------------------------------------------------------------- /watchpos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/watchpos -------------------------------------------------------------------------------- /watchsize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/watchsize -------------------------------------------------------------------------------- /weechat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/weechat -------------------------------------------------------------------------------- /what-the-core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/what-the-core -------------------------------------------------------------------------------- /whatmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/whatmac -------------------------------------------------------------------------------- /whatservice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/whatservice -------------------------------------------------------------------------------- /whatsmodified: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/whatsmodified -------------------------------------------------------------------------------- /when-sleep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/when-sleep -------------------------------------------------------------------------------- /when-was-it-started: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | set -x 3 | ps -o pid,lstart,etime,cmd "$@" 4 | -------------------------------------------------------------------------------- /which-bootstrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/which-bootstrap -------------------------------------------------------------------------------- /wine-bootstrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/wine-bootstrap -------------------------------------------------------------------------------- /workmutt: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mutt -f imaps://fridge/ "$@" 3 | -------------------------------------------------------------------------------- /xchatgrep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/xchatgrep -------------------------------------------------------------------------------- /xinerama-screens: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/xinerama-screens -------------------------------------------------------------------------------- /zope-meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/zope-meta -------------------------------------------------------------------------------- /zope-test-janitor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgedmin/scripts/HEAD/zope-test-janitor --------------------------------------------------------------------------------