This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
bitwarden-dmenu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
verbose log selected field
master
Andrew Kaiser
6 years ago
parent
d362ea63ae
commit
fb1b0e0b4b
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+1
-0
src/index.js
+ 1
- 1
package.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"bitwarden-dmenu"
,
"version"
:
"1.1.
0
"
,
"version"
:
"1.1.
1
"
,
"description"
:
""
,
"keywords"
:
[
"bitwarden"
,
+ 1
- 0
src/index.js
View File
@ -78,6 +78,7 @@ const chooseField = async ({ selectedAccount }) => {
)
}
const
field
=
await
dmenuRun
(
Object
.
keys
(
copyable
)
.
join
(
'\n'
)
)
console
.
debug
(
`
selected field '
${
field
}
'
`
)
const
valueToCopy
=
copyable
[
field
]
return
valueToCopy
}
Write
Preview
Loading…
Cancel
Save