We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b29c4b commit b973a40Copy full SHA for b973a40
README.md
@@ -1,10 +1,15 @@
1
-# lazy-connect (WIP)
+# lazy-connect
2
3
Shell function to fuzzy search an IPSec VPN by name and connect to it automatically.
4
5
## Prerequisite
6
7
-[`fzf`](https://github.com/junegunn/fzf) must be available in the PATH.
+1. [fzf](https://github.com/junegunn/fzf)
8
+2. [OATH Toolkit](https://www.nongnu.org/oath-toolkit/index.html)
9
+
10
+```
11
+brew install oath-toolkit fzf
12
13
14
## Install
15
@@ -37,4 +42,4 @@ lazy-connect - Shell function to fuzzy search an IPSec VPN by name
37
42
38
43
### Warning
39
44
40
-The secret key to generate TOTP is stored as plain text in `~/.config/lazy-connect/secrete`
45
+The secret key to generate TOTP is stored as plain text in `~/.config/lazy-connect/secret`
0 commit comments