index
:
pinentry-rofi
linux_wsl_rofi
master
win_upstream
Rofi frontend to pinentry
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pinentry-rofi.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
When gpg-agent is run as a systemd user service (not in the session).
Michal Koutný
2024-01-29
1
-1
/
+3
*
Don't exec, but run alternative pinentry.
Matěj Cepl
2023-11-23
1
-1
/
+1
*
Hide options list, which is not used in the pinentry application.
Matěj Cepl
2023-09-01
1
-1
/
+1
*
feat: make pinentry work both with and without GUI.
Matěj Cepl
2023-08-11
1
-3
/
+7
*
docs: some more resources on the pinentry programming.
Matěj Cepl
2023-08-11
1
-2
/
+5
*
fix: fix the logic of encoding/decoding of the strings.
Matěj Cepl
2023-08-11
1
-4
/
+8
*
test: remove $INSIDE_BATS home-made protection and use the proper way.
Matěj Cepl
2023-08-11
1
-127
/
+126
*
fix: just do very light decoding of the SETDESC strings.
Matěj Cepl
2023-08-11
1
-3
/
+8
*
fix: add tested new implementation of URL encode/decode.
Matěj Cepl
2023-08-11
1
-17
/
+35
*
test: the same fix I did in the tests.
Matěj Cepl
2023-08-11
1
-5
/
+5
*
fix: decode RFC-3986 encoded strings in SETDESC
Matěj Cepl
2023-08-11
1
-7
/
+25
*
test: first attempt to test.
Matěj Cepl
2023-08-11
1
-1
/
+10
*
fix: refactor splitting line into a function.
Matěj Cepl
2023-08-11
1
-39
/
+23
*
chore: add LICENSE.
Matěj Cepl
2023-08-11
1
-4
/
+11
*
fix: remove Pythonism (os.getpid -> $$).
Matěj Cepl
2023-08-11
1
-1
/
+1
*
fix: fix removing element from a Bash array (it needs to be reinitialized).
Matěj Cepl
2023-08-11
1
-8
/
+8
*
fix: just add more documentation and more working commands.
Matěj Cepl
2023-08-11
1
-3
/
+42
*
chore: conversion of the Python script to bash.
Matěj Cepl
2023-08-11
1
-0
/
+150