GitXplorerGitXplorer
k

grawity-code

public
1 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
1a78feb6f25665b5be5cf5881dcac781de8f3716

mpris: 'seek' means fucking 'skip forward'; alias it to player/position instead

ggrawity committed 12 years ago
Unverified
2ddc1bffbcff53de33eb8a59298cae220cd0ea6a

mpris: accept human-formatted times

ggrawity committed 12 years ago
Unverified
0706e89008548482c60342dc503703e0aedad3d8

hi: support `hi -15` and such

ggrawity committed 12 years ago
Unverified
f6b2839712ee93f48dd0196d3225e71b47cb04a0

sx: create and clean up cgroup

ggrawity committed 12 years ago
Unverified
0cdea60a484e07099be214cf6e14b77e60501fcd

gnome-inhibit: update header path

ggrawity committed 12 years ago
Unverified
f63e217c7d904337fcc5cb774296e46448d48af7

hi: darken text

ggrawity committed 12 years ago

README

The README file for this repository.

Some of the tools here are useful, although mostly specific to my networks and configurations. But expect some crazy shit, too. One might discover three different implementations of an obscure protocol from 1980's or something just as useless.

  • bin contains symlinks to all scripts, for my $PATH.
  • dist has scripts dealing with this repository itself.
  • obj is where compiled binaries for C tools go, to allow sharing ~/code over NFS.
  • tools contains stuff that will, some day, be cleaned up and put in the right place.

The useful stuff:

  • misc/motd – notify about changes in /etc/motd
  • music/gnome-mpris-inhibit – disable idle-suspend in GNOME while music is playing
  • music/mpris – control MPRIS2-capable players
  • net/tapchown – change owner of tun/tap network interfaces (Linux)
  • x11/dbus-name – list, activate, wait for DBus names
  • x11/gnome-inhibit – set and list idle inhibitors in GNOME

The somewhat useful stuff:

  • kerberos/kl – a better klist
  • kerberos/pklist – list Kerberos tickets in easy-to-parse form
  • kerberos/kc – manage multiple Kerberos credential caches
  • misc/envcp – borrow the environment of another process
  • net/getpaste – dump raw text of pastebin posts
  • net/mc-presence – control Empathy IM status
  • net/rdt – recursive rDNS trace
  • security/git-credential-lib – read Git credentials from GNOME Keyring or Windows Credential Manager

The not-really-useful stuff:

  • lib/python/nullroute/authorized_keys – parse authorized_keys
  • lib/python/nullroute/sexp – parse Ron Rivest's S-expressions
  • mail/babyl2mbox – convert BABYL mailboxes
  • misc/strtool – misc string manipulation functions
  • net/nbls – list NetBIOS names in current broadcast domain
  • security/getnetrc – search ~/.netrc file
  • security/git-credential-netrc – read Git credentials from standard ~/.netrc file
  • security/update-authorized-keys – update ~/.ssh/authorized_keys from cron
  • tools/askpin – use GPG Agent as a generic password prompter
  • tools/ck – query ConsoleKit information
  • tools/sonyericsson-screencap.py – capture screenshots from Sony-Ericsson phones
  • win32/identd – an Ident server with multi-user support
  • win32/pathed – a weird kind of %PATH% editor