restic/cmd/restic
Alexander Neumann dad1c87afe Rework generation of manpages and completion files
This commit removes the `manpages` and `autocomplet` commands and
replaces them with the more generic `generate` command. Also, zsh
completion file support was added.
2017-09-26 13:12:12 +02:00
..
testdata
.gitignore
background.go
background_linux.go
cleanup.go Allow suspending SIGINT handler 2017-09-23 11:12:56 +02:00
cmd_backup.go Automatically exclude current restic cache 2017-09-24 21:54:53 +02:00
cmd_cat.go
cmd_check.go check: Disable cache by default 2017-09-24 21:54:53 +02:00
cmd_dump.go
cmd_find.go
cmd_forget.go Add --compact option to forget 2017-09-22 16:32:59 -07:00
cmd_generate.go Rework generation of manpages and completion files 2017-09-26 13:12:12 +02:00
cmd_init.go
cmd_key.go
cmd_list.go
cmd_ls.go
cmd_migrate.go
cmd_mount.go
cmd_options.go
cmd_prune.go prune: Repack mixed pack files 2017-09-24 21:54:53 +02:00
cmd_rebuild_index.go
cmd_restore.go
cmd_snapshots.go Always sort snapshots lists ascending by timestamp 2017-09-24 13:01:13 +02:00
cmd_tag.go
cmd_unlock.go
cmd_version.go
doc.go
exclude.go Automatically exclude current restic cache 2017-09-24 21:54:53 +02:00
exclude_test.go
find.go
flags_test.go
format.go
global.go Add cache 2017-09-24 21:54:53 +02:00
global_debug.go
global_release.go
integration_fuse_test.go fuse: added symlink 'latest' to snapshots-dir 2017-09-21 16:41:20 +02:00
integration_helpers_test.go Add cache 2017-09-24 21:54:53 +02:00
integration_helpers_unix_test.go
integration_helpers_windows_test.go
integration_test.go
local_layout_test.go
lock.go
main.go
table.go