Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bump versionv1.1c | Joursoir | 2021-06-13 | 2 | -3/+3 | |
| | ||||||
* | update man and readme | Joursoir | 2021-06-13 | 2 | -10/+18 | |
| | ||||||
* | exec-cmd: help: add info about 'show' | Joursoir | 2021-06-13 | 1 | -1/+4 | |
| | ||||||
* | 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 | 2 | -11/+4 | |
| | ||||||
* | lpass: delete side effect | Joursoir | 2021-06-12 | 1 | -3/+5 | |
| | ||||||
* | rename main.c to lpass.c | Joursoir | 2021-06-12 | 2 | -1/+2 | |
| | ||||||
* | exec-cmd: show: handle argument '--no-color' | Joursoir | 2021-06-11 | 1 | -4/+6 | |
| | ||||||
* | tree: make it possible to control the use of color | Joursoir | 2021-06-11 | 2 | -6/+9 | |
| | ||||||
* | Makefile: .o files are created in src/; refactor compile | Joursoir | 2021-03-23 | 1 | -12/+19 | |
| | ||||||
* | refactor; set correct headers guard | Joursoir | 2021-03-23 | 7 | -32/+25 | |
| | ||||||
* | move cmd to 'exec-cmd.c', fix some memory leak, macros changes | Joursoir | 2021-03-23 | 5 | -464/+519 | |
| | ||||||
* | update doc for v1.1bv1.1b | Joursoir | 2021-03-06 | 3 | -3/+14 | |
| | ||||||
* | some chore and delete useless thing | Joursoir | 2021-03-03 | 7 | -46/+14 | |
| | ||||||
* | cmd 'edit' has become more secure | Joursoir | 2021-03-03 | 4 | -84/+66 | |
| | ||||||
* | use xlib for copy password | Joursoir | 2021-03-01 | 5 | -30/+33 | |
| | ||||||
* | add routines for Xlib | Joursoir | 2021-03-01 | 2 | -0/+129 | |
| | ||||||
* | update doc and makefilev1.1a | Joursoir | 2021-03-01 | 5 | -165/+40 | |
| | ||||||
* | change license | Joursoir | 2021-02-28 | 15 | -33/+911 | |
| | ||||||
* | add header with constants; cmd 'edit' temporarily unavailable; delete all ↵ | Joursoir | 2021-02-28 | 4 | -90/+56 | |
| | | | | global vars | |||||
* | refactor code&style; use gpgme, delete fork for gpg; generate/showtree cmd ↵ | Joursoir | 2021-02-27 | 4 | -149/+125 | |
| | | | | don't use global vars anymore | |||||
* | add routines for gpgme | Joursoir | 2021-02-26 | 2 | -0/+164 | |
| | ||||||
* | improve code and codestyle; mv/rm cmd don't use global vars anymore | Joursoir | 2021-02-26 | 6 | -99/+65 | |
| | ||||||
* | rename handerror to xstd; create and use some routines | Joursoir | 2021-02-26 | 7 | -39/+43 | |
| | ||||||
* | create own function: tree | Joursoir | 2021-02-26 | 3 | -12/+150 | |
| | ||||||
* | add recursive mkdir, improve error handling | Joursoir | 2021-02-25 | 3 | -244/+295 | |
| | ||||||
* | refactor code | Joursoir | 2021-02-24 | 4 | -225/+205 | |
| | ||||||
* | commands return exit-code; add usefull macros | Joursoir | 2021-02-22 | 2 | -87/+94 | |
| | ||||||
* | change recognizing of commands; many printf -> one printf | Joursoir | 2021-02-22 | 6 | -111/+112 | |
| | ||||||
* | correct typos, change vars namev1.0c | Joursoir | 2021-01-14 | 3 | -30/+28 | |
| | ||||||
* | refactor generator of password | Joursoir | 2021-01-14 | 3 | -23/+9 | |
| | ||||||
* | rewrite shell script 'copy' to c language | Joursoir | 2021-01-14 | 6 | -43/+34 | |
| | ||||||
* | fix segmentation fault; remove few typosv1.0bdevelop | Joursoir | 2021-01-06 | 1 | -9/+9 | |
| | ||||||
* | some features: | Joursoir | 2020-10-31 | 10 | -33/+415 | |
| | | | | | | remake README.md for new code architecture; add help command; add man page; | |||||
* | feature: copy password to clipboard | Joursoir | 2020-10-28 | 5 | -35/+80 | |
| | ||||||
* | feature: move command | Joursoir | 2020-10-28 | 2 | -8/+56 | |
| | ||||||
* | feature: edit command | Joursoir | 2020-10-26 | 5 | -16/+142 | |
| | ||||||
* | feature: support args in commands | Joursoir | 2020-10-24 | 3 | -119/+165 | |
| | ||||||
* | fix bug: work outside working dir; refactor | Joursoir | 2020-10-21 | 8 | -311/+202 | |
| | ||||||
* | feature: gpg encryption, remove pass | Joursoir | 2020-10-19 | 2 | -76/+103 | |
| | ||||||
* | remove embryo of feature multiple storages and refactor how arguments work | Joursoir | 2020-10-16 | 7 | -429/+415 | |
| | ||||||
* | change code architecture | Joursoir | 2020-10-13 | 2 | -6/+160 | |
| | ||||||
* | add docs and change style | Joursoir | 2020-10-08 | 5 | -62/+78 | |
| | ||||||
* | a little bit chore | Joursoir | 2020-10-01 | 5 | -74/+68 | |
| | ||||||
* | refactor input in -egi | Joursoir | 2020-09-30 | 3 | -39/+140 | |
| | ||||||
* | init project | Joursoir | 2020-09-28 | 8 | -0/+562 | |