🏡 index : ~doyle/1p.git

author Jordan Doyle <jordan@doyle.la> 2020-07-05 15:06:16.0 +00:00:00
committer Jordan Doyle <jordan@doyle.la> 2020-07-05 15:06:16.0 +00:00:00
commit
9291f942d00a0a2aa2f3ab9e6ed4ecf6da2de314 [patch]
tree
2699f35e8a1ad98c3fb489fa5a5e3bc34b830ad0
parent
6cd80415f83b88a67da3873891c26b38badd4b64
download
9291f942d00a0a2aa2f3ab9e6ed4ecf6da2de314.tar.gz

License and registration please



Diff

 LICENSE   | 13 +++++++++++++
 README.md | 27 +++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

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 <sam@hocevar.net>

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