From 9291f942d00a0a2aa2f3ab9e6ed4ecf6da2de314 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sun, 5 Jul 2020 16:06:16 +0100 Subject: [PATCH] License and registration please --- LICENSE | 13 +++++++++++++ README.md | 27 +++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..07b7a81 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2004 Sam Hocevar + +Everyone is permitted to copy and distribute verbatim or modified +copies of this license document, and changing it is allowed as long +as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b648da --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# 1p-cli + +A user-friendly frontend to the [op] command-line tool distributed by +AgileBits giving you a `pass`-like interface into the world of centralised +password management. + +``` +$ eval $(op signin my) # for my.1password.com +$ 1p ls +Jordan Doyle (my) +├── Guest House Network +│ ├── switch0-3-6 +│ └── Wireless Router +└── Personal + ├── SoundCloud + ├── Ladbrokes + ├── Government Gateway + ├── Le Club AccorHotels + └── ... +``` + +This tool is in very early infancy, if you've stumbled upon this project feel +free to use it, however you may run into some very strange looking errors - such +as when your login token expires. If you're comfortable using Rust and diving into +the code feel free to check-in your changes! + +[op]: https://1password.com/downloads/command-line/ \ No newline at end of file -- libgit2 1.7.2