mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-10 23:20:57 +00:00
add near:///path/to/grave.tomb
which just rewrites to /path/to/grave.tomb.key Stupid, but nice to have. Also, could be good if changing the way we create the key (a move from gpg to pbkdf2 is planned)
This commit is contained in:
parent
e0db6318fe
commit
c3006f5037
@ -121,6 +121,10 @@ function undertaker_scheme() {
|
||||
fi
|
||||
done
|
||||
;;
|
||||
near)
|
||||
###Given the path to the tomb, search the key near to that
|
||||
undertaker_scheme file ${keypath}.key
|
||||
;;
|
||||
*)
|
||||
if ! which undertaker-$scheme &> /dev/null; then
|
||||
error "url protocol not recognized: $scheme"
|
||||
|
Loading…
Reference in New Issue
Block a user