aboutsummaryrefslogtreecommitdiffstats
path: root/rofi-pinentry.scm
Commit message (Collapse)AuthorAgeFilesLines
* Renamed rofi-pinentry to pinentry-rofi.scmFredrik Salomonsson2018-11-101-207/+0
|
* Removed dependency on systemd, added cli opt for what's needed.Fredrik Salomonsson2018-11-101-24/+62
| | | | | | Only need to specify what display to draw to. Don't need systemd to fetch that. Instead if user want to change display I added a commandline option --display to change that.
* Fixed mesg, added envvars and error if abort the pinentryFredrik Salomonsson2018-11-061-8/+20
| | | | Still having issues with newlines gets printed verbatim.
* Fixed that it returns OK after each commandFredrik Salomonsson2018-11-061-4/+4
| | | | Which was why it didn't work.
* Forcing the output0.2.0Fredrik Salomonsson2018-11-041-4/+12
|
* Moved the comment about where this is based on to the READMEFredrik Salomonsson2018-11-041-2/+0
|
* Added same license as I based this code on.Fredrik Salomonsson2018-11-041-1/+21
|
* Fixed error handling for getpinFredrik Salomonsson2018-11-041-12/+19
|
* Got the rough outline workingFredrik Salomonsson2018-11-041-49/+97
| | | | | I.e all the option works similar to what pinentry-rofi does. Just need to add some error handling.
* Playing around with the format for rofiFredrik Salomonsson2018-11-031-4/+6
|
* Got the dialog runningFredrik Salomonsson2018-11-031-0/+74