gpassからs7に乗り換え

gpassからs7に乗り換えてみる事にした。2009/03/12現在の最新は0.0.1。

$ gem1.9.2-trunk install s7

trunkのrubyを使ってるので、gemコマンドも見た目が違うが、上記によって、s7をインストールするとs7cliというコマンドが実行できるようになった。対話的に操作ができるみたい。(下記の「>」はirbみたいな感じ)

s7> help
  add (entry:add, entry:new, entry:create, new, create, a)
  copy (attribute:copy, c)
  ...
  show (entry:show, s)

早速gpassから移行する。

s7> import ~/.gpass/passwords.gps
Import the entry collection in the GPass file: /home/sho-h/.gpass/passwords.gps
Enter the master passphrase for GPass(^D is cancel): 

パスワードコレクションに変更があったら、「*」が表示されてわかるらしい。

*s7> save
Saved.
s7>       

最後に欲しいパスワードをクリップボードにコピーしてみる。

s7> copy  password --copy-command=xclip

GUIを使わなくていいのは楽。