Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lpass: add cmd 'show' | Joursoir | 2021-06-13 | 1 | -1/+3 |
| | | | | | | | | | | Now you need to use the following command to list the contents of the password manager: lpass show [passname] If the command name is missing or was typed incorrectly, the 'help' command will be executed and will return 1. It will simplify the program when i add bash completion. | ||||
* | lpass: call the function of command without argv[0] | Joursoir | 2021-06-12 | 1 | -2/+2 |
| | |||||
* | lpass: delete side effect | Joursoir | 2021-06-12 | 1 | -3/+5 |
| | |||||
* | rename main.c to lpass.c | Joursoir | 2021-06-12 | 1 | -0/+91 |