diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | lib/keyringer/actions/canary | 2 | ||||
-rwxr-xr-x | lib/keyringer/actions/check | 1 |
3 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,6 @@ -2014-02-23 - Silvio Rhatto <rhatto@riseup.net> +2014-02-24 - Silvio Rhatto <rhatto@riseup.net> + + Starting to code new actions: check (#39) and canary (#40) Enhanced secret finder at keyringer_get_file and on find action diff --git a/lib/keyringer/actions/canary b/lib/keyringer/actions/canary index a27d562..b00926d 100755 --- a/lib/keyringer/actions/canary +++ b/lib/keyringer/actions/canary @@ -32,7 +32,7 @@ # # How to run: # -# - First, "keyringer <keyringe> preferences edit # basic canary preferences". +# - First, "keyringer <keyring> preferences edit # basic canary preferences". # # - Then, add the following at your ~/.profile or wherever you want your canary # be called from: "keyringer <keyring> canary". diff --git a/lib/keyringer/actions/check b/lib/keyringer/actions/check index 14eb30b..098d163 100755 --- a/lib/keyringer/actions/check +++ b/lib/keyringer/actions/check @@ -27,3 +27,4 @@ source "$LIB" || exit 1 # This should be done here: # TODO: Check canaries' timestamps, warning by mail if configured by user preferences. +# TODO: Git maintenance operations. |