Commit Graph

13 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet f1a5d7f125
Add remaining server settings, simplify config infix declaration
Add support for custom URLs available through `bw config server`

Simplify reading and setting an option through a DWIM function.
2022-03-16 20:20:26 +01:00
Lucien Cartier-Tilet 3e2d16ad64
Simplify setting server 2022-03-16 17:43:54 +01:00
Lucien Cartier-Tilet dd1a740350
Fix inherited transients in actions, quote passwords by default 2022-03-02 20:03:01 +01:00
Lucien Cartier-Tilet a949544779
Add comment about error on package compilation 2022-03-02 18:53:25 +01:00
Lucien Cartier-Tilet 4d319bb532
Fix checkdock warning 2022-03-02 18:52:39 +01:00
Lucien Cartier-Tilet c33f99c2ef
This should fix the autoload issues with transient 2022-03-02 18:34:27 +01:00
Lucien Cartier-Tilet 4b8fcc95c0
Document `bitwarden--shell-status' 2022-03-02 18:34:05 +01:00
Lucien Cartier-Tilet 1544945ac9
Better docstring for `bitwarden--empty-or-nil' 2022-03-02 17:48:48 +01:00
Lucien Cartier-Tilet 55814c703f
Fix variables and functions names 2022-03-02 17:48:45 +01:00
Lucien Cartier-Tilet 651fd624d1
`bitwarden--login-password' now asks for user input
Instead of storing the user’s Bitwarden password in a variable, it is
better to ask the user through `read-passwd' for their password when
`bitwarden--login-password' is non-nil.
The other options of storing the password in the authinfo file, in an
environment variable or in a file are still available.
2022-03-02 17:45:28 +01:00
Lucien Cartier-Tilet b2813060a0
Make the dummy function more obvious 2022-03-02 17:43:10 +01:00
Lucien Cartier-Tilet 5f6645c032
Login improvements, rename transient’s variables and functions
New file: TODOs.org
Keep track of what I need to do

New variable: bitwarden--session. See TODOs.org

Rename variables generated for transient infixes

Rename action function for transients

Add action "get-server"

Rewrite login action

Begin to implement bitwarden-lock
2022-02-14 18:07:57 +01:00
Lucien Cartier-Tilet 778befee9b
Start of bitwarden.el 2022-02-13 14:12:29 +01:00