From 1ac9fcdd01e05cde37d0337a4aeccf76d11a4a17 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 7 Jul 2015 23:43:16 +0200 Subject: [PATCH] Add readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5926546 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Skeleton +## Quickly access the OSX keychain + +skeleton is a command line tool used to quickly access passwords +stored in the OSX keychain. You can search by account, server +name or any other available attribute and get a list of fuzzy +matched result. The first match is be copied to the clipbdoard. + +### Usage +Run skeleton -h for help + +### License +Dual licensed under the MIT and GPL licenses: +http://www.opensource.org/licenses/mit-license.php +http://www.gnu.org/licenses/gpl.html