1
- # pass-tessen
1
+ ## pass-tessen
2
2
3
3
A [ pass] ( https://www.passwordstore.org/ ) extension that uses [ fzf] ( https://github.com/junegunn/fzf )
4
4
to select and copy password store data.
@@ -7,7 +7,9 @@ If you want to autotype and copy password-store data, similar to how
7
7
[ rofi-pass] ( https://github.com/carnager/rofi-pass ) works, check out
8
8
[ tessen] ( https://github.com/ayushnix/tessen ) .
9
9
10
- ## Dependencies
10
+ ## Installation
11
+
12
+ ### Dependencies
11
13
12
14
- [ pass] ( https://git.zx2c4.com/password-store/ )
13
15
- [ bash] ( https://www.gnu.org/software/bash/bash.html )
@@ -16,6 +18,33 @@ If you want to autotype and copy password-store data, similar to how
16
18
- [ wl-clipboard] ( https://github.com/bugaevc/wl-clipboard ) or
17
19
[ wl-clipboard-rs] ( https://github.com/YaLTeR/wl-clipboard-rs ) (if you're using Wayland)
18
20
21
+ ### Arch Linux
22
+
23
+ ` pass-tessen ` is available in the [ Arch User
24
+ Repository] ( https://aur.archlinux.org/packages/pass-tessen/ ) .
25
+
26
+ ### Git Release
27
+
28
+ ```
29
+ git clone https://github.com/ayushnix/pass-tessen.git
30
+ cd pass-tessen
31
+ sudo make install
32
+ ```
33
+
34
+ You can also do ` doas make install ` if you're using [ doas] ( https://github.com/Duncaen/OpenDoas ) ,
35
+ which you probably should.
36
+
37
+ ### Stable Release
38
+
39
+ ```
40
+ wget https://github.com/ayushnix/pass-tessen/releases/download/v1.5.0/pass-tessen-1.5.0.tar.gz
41
+ tar xvzf pass-tessen-1.5.0.tar.gz
42
+ cd pass-tessen-1.5.0
43
+ sudo make install
44
+ ```
45
+
46
+ or, you know, ` doas make install ` .
47
+
19
48
## Usage
20
49
21
50
```
@@ -61,3 +90,7 @@ Usage: pass tessen [-p|--preview] [-h|--help] [-v|--version]
61
90
Because obvious names like pass-fzf and pass-clip are already taken by other projects? Also, for
62
91
some reason, the way how FZF's UI instantly opens up and displays relevant information reminded me
63
92
of Japanese hand fans. I guess I was thinking of some anime while coming up with this name.
93
+
94
+ ## Contributions
95
+
96
+ Please see [ this] ( https://github.com/ayushnix/pass-tessen/blob/master/CONTRIBUTING.md ) file.
0 commit comments