aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* tree: introduce header file for outputJoursoir2022-08-211-0/+26
| | | | | | | | | | | The file contains only one macro right now. But it's more convenient if the header with the appropriate name will do output routines. This is one of the steps on the way to get rid of errprint_*() macros and handle errors by yourself. For more context see other patches under the same topic specified below. TOPIC=drop_errprint
* bump versionv1.2aJoursoir2021-07-041-2/+2
|
* routines: null-terminate a generated passwordJoursoir2021-07-041-0/+1
|
* routines: use new allowed chars to generate a passwordJoursoir2021-07-041-2/+9
|
* bump versionv1.1cJoursoir2021-06-131-2/+2
|
* exec-cmd: help: add info about 'show'Joursoir2021-06-131-1/+4
|
* lpass: add cmd 'show'Joursoir2021-06-131-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]Joursoir2021-06-122-11/+4
|
* lpass: delete side effectJoursoir2021-06-121-3/+5
|
* rename main.c to lpass.cJoursoir2021-06-121-0/+0
|
* exec-cmd: show: handle argument '--no-color'Joursoir2021-06-111-4/+6
|
* tree: make it possible to control the use of colorJoursoir2021-06-112-6/+9
|
* refactor; set correct headers guardJoursoir2021-03-237-32/+25
|
* move cmd to 'exec-cmd.c', fix some memory leak, macros changesJoursoir2021-03-235-464/+519
|
* update doc for v1.1bv1.1bJoursoir2021-03-061-2/+2
|
* some chore and delete useless thingJoursoir2021-03-037-46/+14
|
* cmd 'edit' has become more secureJoursoir2021-03-034-84/+66
|
* use xlib for copy passwordJoursoir2021-03-014-29/+28
|
* add routines for XlibJoursoir2021-03-012-0/+129
|
* update doc and makefilev1.1aJoursoir2021-03-012-3/+3
|
* change licenseJoursoir2021-02-2813-9/+237
|
* add header with constants; cmd 'edit' temporarily unavailable; delete all ↵Joursoir2021-02-284-90/+56
| | | | global vars
* refactor code&style; use gpgme, delete fork for gpg; generate/showtree cmd ↵Joursoir2021-02-273-148/+124
| | | | don't use global vars anymore
* add routines for gpgmeJoursoir2021-02-262-0/+164
|
* improve code and codestyle; mv/rm cmd don't use global vars anymoreJoursoir2021-02-266-99/+65
|
* rename handerror to xstd; create and use some routinesJoursoir2021-02-267-39/+43
|
* create own function: treeJoursoir2021-02-263-12/+150
|
* add recursive mkdir, improve error handlingJoursoir2021-02-253-244/+295
|
* refactor codeJoursoir2021-02-244-225/+205
|
* commands return exit-code; add usefull macrosJoursoir2021-02-222-87/+94
|
* change recognizing of commands; many printf -> one printfJoursoir2021-02-226-111/+112
|
* correct typos, change vars namev1.0cJoursoir2021-01-142-29/+27
|
* refactor generator of passwordJoursoir2021-01-143-23/+9
|
* rewrite shell script 'copy' to c languageJoursoir2021-01-142-8/+30
|
* fix segmentation fault; remove few typosv1.0bdevelopJoursoir2021-01-061-9/+9
|
* some features:Joursoir2020-10-317-0/+916
remake README.md for new code architecture; add help command; add man page;