Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Improve mailto: link for groff_www.HEADmaster | Guilhem Moulin | 2016-03-09 | 1 |
| | ||||
* | typo | Guilhem Moulin | 2015-09-01 | 1 |
| | ||||
* | Use groff's mailto markup. | Guilhem Moulin | 2015-09-01 | 1 |
| | ||||
* | Don't add trailing '/' when completing. | Guilhem Moulin | 2015-04-01 | 2 |
| | ||||
* | typo | Guilhem Moulin | 2015-04-01 | 1 |
| | ||||
* | Consider "invisible" forms with visible fields. | Guilhem Moulin | 2015-03-31 | 1 |
| | | | | | | | | | | | | | | A form can have a width/height of 0 even though its fields are visible in the browser. E.g., http://www.lenson.com document.forms[0].getBoundingClientRect(); { bottom: 196, height: 0, left: 37, right: 208, top: 196, width: 171, x: 37, y: 196 } document.forms[0][0].getBoundingClientRect(); { bottom: 448, height: 22, left: 60, right: 196, top: 426, width: 136, x: 60, y: 426 } document.forms[0][1].getBoundingClientRect(); { bottom: 495, height: 22, left: 60, right: 196, top: 473, width: 136, x: 60, y: 473 } | |||
* | oops | Guilhem Moulin | 2015-03-31 | 1 |
| | ||||
* | Don't try to autocomplete incorrect commands. | Guilhem Moulin | 2015-03-31 | 1 |
| | ||||
* | Add --quiet to the default gpg options. | Guilhem Moulin | 2015-03-31 | 2 |
| | ||||
* | Prefer single quotes in the manpage. | Guilhem Moulin | 2015-03-30 | 1 |
| | ||||
* | wibble | Guilhem Moulin | 2015-03-30 | 1 |
| | ||||
* | Add installation intructions. | Guilhem Moulin | 2015-03-30 | 1 |
| | ||||
* | Replace " with \(rq / \(rq in the manpage. | Guilhem Moulin | 2015-03-30 | 1 |
| | ||||
* | manpage wibble | Guilhem Moulin | 2015-03-30 | 1 |
| | ||||
* | Make it clearer that 'keyid' is required. | Guilhem Moulin | 2015-03-30 | 2 |
| | ||||
* | Document the configuration syntax. | Guilhem Moulin | 2015-03-30 | 2 |
| | ||||
* | s/insert/import/g | Guilhem Moulin | 2015-03-29 | 3 |
| | ||||
* | Describe the form selection algorithm in a dedicated section. | Guilhem Moulin | 2015-03-29 | 1 |
| | ||||
* | Fix the 'insert' command. | Guilhem Moulin | 2015-03-29 | 1 |
| | ||||
* | Be consistent gpg2 vs. gpg. | Guilhem Moulin | 2015-03-29 | 1 |
| | ||||
* | Use -h not -? as short hand for --help | Guilhem Moulin | 2015-03-29 | 2 |
| | ||||
* | Fix bash completion. | Guilhem Moulin | 2015-03-29 | 2 |
| | ||||
* | Add a 'rm' command. | Guilhem Moulin | 2015-03-29 | 2 |
| | ||||
* | Add 'cp' and 'mv' commands. | Guilhem Moulin | 2015-03-29 | 2 |
| | ||||
* | Don't make myprintf auto append a newline. | Guilhem Moulin | 2015-03-29 | 1 |
| | ||||
* | Fix 'ls', and add a --recursive flag. | Guilhem Moulin | 2015-03-29 | 2 |
| | ||||
* | Add a 'reencrypt' command. | Guilhem Moulin | 2015-03-29 | 2 |
| | ||||
* | Add a 'git' command. | Guilhem Moulin | 2015-03-29 | 2 |
| | ||||
* | icevault [COMMAND] [OPTION ...] [ARG ...] | Guilhem Moulin | 2015-03-29 | 2 |
| | ||||
* | Configuration validation; separate store/template. | Guilhem Moulin | 2015-03-28 | 2 |
| | ||||
* | Fix space damage. | Guilhem Moulin | 2015-03-27 | 1 |
| | ||||
* | Refactorization. | Guilhem Moulin | 2015-03-27 | 1 |
| | ||||
* | Validate form content after manual edition. | Guilhem Moulin | 2015-03-26 | 1 |
| | ||||
* | Croak when mktemp, unlink or move fails. | Guilhem Moulin | 2015-03-26 | 1 |
| | ||||
* | Fix bash completion. | Guilhem Moulin | 2015-03-25 | 1 |
| | ||||
* | Delete temp files upon move failure. | Guilhem Moulin | 2015-03-25 | 1 |
| | ||||
* | Handle empty form actions. | Guilhem Moulin | 2015-03-25 | 1 |
| | ||||
* | Untaint identity filenames. | Guilhem Moulin | 2015-03-25 | 1 |
| | ||||
* | Untaint $ffdir/$profile. | Guilhem Moulin | 2015-03-25 | 1 |
| | ||||
* | Use about:config to determine the socket path and perms. | Guilhem Moulin | 2015-03-25 | 5 |
| | ||||
* | Add a Changelog. | Guilhem Moulin | 2015-03-24 | 1 |
| | ||||
* | typo | Guilhem Moulin | 2015-03-23 | 1 |
| | ||||
* | Global Makefile. | Guilhem Moulin | 2015-03-23 | 1 |
| | ||||
* | Move the CLI part to a dedicated dir, with a separate Makefile. | Guilhem Moulin | 2015-03-23 | 6 |
| | ||||
* | Don't autocomplete on 'insert'. | Guilhem Moulin | 2015-03-20 | 1 |
| | ||||
* | Sort identities when listing. | Guilhem Moulin | 2015-03-20 | 1 |
| | ||||
* | wibble | Guilhem Moulin | 2015-03-20 | 2 |
| | ||||
* | Determine the depth level of completion from the longest common prefix. | Guilhem Moulin | 2015-03-20 | 1 |
| | ||||
* | wibble | Guilhem Moulin | 2015-03-20 | 1 |
| | ||||
* | Don't trim word if : or = is not in $COMP_WORDBREAKS | Guilhem Moulin | 2015-03-20 | 1 |
| |