about summary refs log tree commit diff stats
path: root/share/leo.conf
Commit message (Collapse)AuthorAgeFilesLines
* Make signing optionalAndinus2020-11-221-1/+7
| | | | | Users might not want to store the private key on remote servers. But they should be able to encrypt it so we make it optional.
* Simplify leo, bump version to v0.5.0 v0.5.0Andinus2020-11-211-23/+11
|
* Add regex support to exclude files/directories, other improvements v0.4.3Andinus2020-11-171-8/+1
| | | | | The functionality will be the same, lots of things were changed. The output is brief by default.
* Add Makefile, man page, change config format, bump version v0.4.0Andinus2020-11-141-8/+9
| | | | | | | | | This commit pushes a lot of changes at once. Older config will no longer work with this. The file name will contain time in local timezone instead of UTC. Makefile & man page was copied from tomasino's pb(1). (tomasino.org)
* Add gzip support for compressing archives v0.3.2Andinus2020-11-111-0/+3
| | | | Archives can now be compressed by gzip(1).
* Add new option in config v0.2.1Andinus2020-10-151-0/+3
|
* Document signify, update example config v0.2.0Andinus2020-10-151-5/+7
|
* Add fallback for $gpg_fingerprint & $gpg_binAndinus2020-10-141-3/+0
|
* Add new config fileAndinus2020-10-121-3/+16
|
* Remove obsolete code, add extra config optionsAndinus2020-10-111-0/+4
|
* Change config file format to INI styleAndinus2020-10-081-0/+15
This is better than previous config & simple too.