projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[emacs] fix post initialization TOC link on GitHub
[~bandali/configs]
/
x
/
.local
/
bin
/
unlock-def-gk.py
1
#! /usr/bin/env python2
2
import
gnomekeyring
as
gk
3
# list_item_ids_sync('login')[0] == 1L
4
gk
.
unlock_sync
(
'Default_keyring'
,
gk
.
item_get_info_sync
(
'login'
,
1L
).
get_secret
())