aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFiles
* Prefer single quotes in the manpage.Guilhem Moulin2015-03-301
|
* wibbleGuilhem Moulin2015-03-301
|
* Add installation intructions.Guilhem Moulin2015-03-301
|
* Replace " with \(rq / \(rq in the manpage.Guilhem Moulin2015-03-301
|
* manpage wibbleGuilhem Moulin2015-03-301
|
* Make it clearer that 'keyid' is required.Guilhem Moulin2015-03-302
|
* Document the configuration syntax.Guilhem Moulin2015-03-302
|
* s/insert/import/gGuilhem Moulin2015-03-293
|
* Describe the form selection algorithm in a dedicated section.Guilhem Moulin2015-03-291
|
* Fix the 'insert' command.Guilhem Moulin2015-03-291
|
* Be consistent gpg2 vs. gpg.Guilhem Moulin2015-03-291
|
* Use -h not -? as short hand for --helpGuilhem Moulin2015-03-292
|
* Fix bash completion.Guilhem Moulin2015-03-292
|
* Add a 'rm' command.Guilhem Moulin2015-03-292
|
* Add 'cp' and 'mv' commands.Guilhem Moulin2015-03-292
|
* Don't make myprintf auto append a newline.Guilhem Moulin2015-03-291
|
* Fix 'ls', and add a --recursive flag.Guilhem Moulin2015-03-292
|
* Add a 'reencrypt' command.Guilhem Moulin2015-03-292
|
* Add a 'git' command.Guilhem Moulin2015-03-292
|
* icevault [COMMAND] [OPTION ...] [ARG ...]Guilhem Moulin2015-03-292
|
* Configuration validation; separate store/template.Guilhem Moulin2015-03-282
|
* Fix space damage.Guilhem Moulin2015-03-271
|
* Refactorization.Guilhem Moulin2015-03-271
|
* Validate form content after manual edition.Guilhem Moulin2015-03-261
|
* Croak when mktemp, unlink or move fails.Guilhem Moulin2015-03-261
|
* Fix bash completion.Guilhem Moulin2015-03-251
|
* Delete temp files upon move failure.Guilhem Moulin2015-03-251
|
* Handle empty form actions.Guilhem Moulin2015-03-251
|
* Untaint identity filenames.Guilhem Moulin2015-03-251
|
* Untaint $ffdir/$profile.Guilhem Moulin2015-03-251
|
* Use about:config to determine the socket path and perms.Guilhem Moulin2015-03-255
|
* Add a Changelog.Guilhem Moulin2015-03-241
|
* typoGuilhem Moulin2015-03-231
|
* Global Makefile.Guilhem Moulin2015-03-231
|
* Move the CLI part to a dedicated dir, with a separate Makefile.Guilhem Moulin2015-03-236
|
* Don't autocomplete on 'insert'.Guilhem Moulin2015-03-201
|
* Sort identities when listing.Guilhem Moulin2015-03-201
|
* wibbleGuilhem Moulin2015-03-202
|
* Determine the depth level of completion from the longest common prefix.Guilhem Moulin2015-03-201
|
* wibbleGuilhem Moulin2015-03-201
|
* Don't trim word if : or = is not in $COMP_WORDBREAKSGuilhem Moulin2015-03-201
|
* typoGuilhem Moulin2015-03-201
|
* Bash completion module.Guilhem Moulin2015-03-202
|
* Added a 'ls' command.Guilhem Moulin2015-03-202
|
* Factorization.Guilhem Moulin2015-03-201
|
* wibbleGuilhem Moulin2015-03-201
|
* Try to avoid useless importsGuilhem Moulin2015-03-201
| | | | Use 'require' not 'use' to speed up the exection of some commands.
* wibbleGuilhem Moulin2015-03-201
|
* Fix potential issue when filling placeholders.Guilhem Moulin2015-03-191
| | | | | (e.g., if $h contains '%i' we don't want to fill it again; '%%s' should expand to '%s' not '$s')
* Try to avoid useless importsGuilhem Moulin2015-03-191
| | | | Use 'require' not 'use' to speed up the exection of some commands.