summaryrefslogtreecommitdiff
path: root/man (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow git repo to be elsewhere via env var.Jason A. Donenfeld2012-09-221-7/+22
* Add support for PASSWORD_STORE_KEY env var.Jason A. Donenfeld2012-09-211-1/+3
* Add option to init to reencrypt all passwords.Jason A. Donenfeld2012-09-211-2/+6
* Prompt before overwriting password in generate, unless --force is provided.Jason A. Donenfeld2012-09-201-4/+5
* Clean up git handling.Jason A. Donenfeld2012-09-191-13/+11
* Support recursive and forced removal.Jason A. Donenfeld2012-09-161-2/+4
* Allow avoiding the prompt for overwriting, with --force flag.Jason A. Donenfeld2012-09-131-2/+3
* Add --version switch, per request.Jason A. Donenfeld2012-09-131-0/+3
* Use PASSWORD_STORE_DIR environment variable if it is set.Jason A. Donenfeld2012-09-121-3/+4
* Fix makefile and use proper manpage hyperlinks.Jason A. Donenfeld2012-09-111-1/+9
* Add an edit mode that uses $EDITOR.Jason A. Donenfeld2012-09-111-0/+9
* Only copy the first line of the password file to the clipboard.Jason A. Donenfeld2012-09-081-2/+2
* Update FSF address, add copyrights.1.1.3Jason A. Donenfeld2012-09-071-6/+6
* No echo mode.Jason A. Donenfeld2012-09-041-4/+5
* Separate out the massive git example.Jason A. Donenfeld2012-09-041-10/+14
* Move examples into manpage.Jason A. Donenfeld2012-09-032-3/+213
* Make into a real project.Jason A. Donenfeld2012-09-031-0/+135
s='logsubject'>SELECT is not necessary for most operations -- skip itRené 'Necoro' Neumann2-12/+1 2020-04-19Store path as array -- the delimiter is not always '.'René 'Necoro' Neumann3-36/+44 2020-04-19Split client part to client.goRené 'Necoro' Neumann2-125/+137 2020-04-19IMAP: Create foldersRené 'Necoro' Neumann1-4/+38 2020-04-19Improved IMAPRené 'Necoro' Neumann1-3/+88 2020-04-19Started IMAP connectionRené 'Necoro' Neumann4-0/+152 2020-04-19Use our own logger for debug for convenience sakeRené 'Necoro' Neumann1-2/+3 2020-04-19Fix debug logging m(René 'Necoro' Neumann1-2/+2 2020-04-19Rename util.go to log.go. Add verbose modeRené 'Necoro' Neumann4-24/+54 2020-04-19Clean go.modRené 'Necoro' Neumann2-3/+0 2020-04-19Do not print the parsedCfg anymoreRené 'Necoro' Neumann1-1/+1 2020-04-19Increase go-version to 1.14René 'Necoro' Neumann1-2/+2 2020-04-19CI: go vetRené 'Necoro' Neumann1-0/+3 2020-04-19Fetching and parsing the feedsRené 'Necoro' Neumann5-4/+113 2020-04-19Ignore all config*.ymlRené 'Necoro' Neumann1-1/+1