aboutsummaryrefslogtreecommitdiffstats
path: root/src/implementation.c
Commit message (Collapse)AuthorAgeFilesLines
* use xlib for copy passwordJoursoir2021-03-011-26/+25
|
* change licenseJoursoir2021-02-281-0/+18
|
* add header with constants; cmd 'edit' temporarily unavailable; delete all ↵Joursoir2021-02-281-3/+2
| | | | global vars
* refactor code&style; use gpgme, delete fork for gpg; generate/showtree cmd ↵Joursoir2021-02-271-65/+36
| | | | don't use global vars anymore
* improve code and codestyle; mv/rm cmd don't use global vars anymoreJoursoir2021-02-261-10/+5
|
* rename handerror to xstd; create and use some routinesJoursoir2021-02-261-1/+1
|
* add recursive mkdir, improve error handlingJoursoir2021-02-251-78/+72
|
* refactor codeJoursoir2021-02-241-22/+12
|
* change recognizing of commands; many printf -> one printfJoursoir2021-02-221-11/+0
|
* correct typos, change vars namev1.0cJoursoir2021-01-141-14/+12
|
* refactor generator of passwordJoursoir2021-01-141-20/+6
|
* rewrite shell script 'copy' to c languageJoursoir2021-01-141-5/+28
|
* some features:Joursoir2020-10-311-0/+256
remake README.md for new code architecture; add help command; add man page;