Closed Mange closed 5 years ago
First of all I'd like to thank you for taking the time to improve this script. Improving the quality of the script (#2) has been accepted and something that's indeed necessary to keep the code quality.
I surely am interested in a PR for options, the changes you are showing could lead to a nice improvement. I was thinking about making this script configurable at first by using a simple INI file, but maybe creating runtime configuration is a better plan. Though I'll probably still implement the INI file for basic configuration like the --state-path
.
Looking forward to your PR!
I'm glad to hear it! PR will be coming very soon!
Closing this issue as it is being handled in PR: #5
I've been working on a fork to add some things that I wanted.
xsel
instead of justxclip
. (#3)I've implemented step 2-4 via CLI options in my fork. If you merge #2 and #3, then I could open another PR with those changes applied too.
Let me know if you are interested! I'm not opening them right now because of the requirement on #2 and #3. If either of them are rejected, I could rebase my changes and try to open on top of your own
master
.[EDIT]: Here's a link to show the commits that would be included in such a PR: https://github.com/Mange/bitwarden-rofi/compare/35d05edd8f25233e59a38b76ac2a3288bf17ee3a...options