1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-02-25 09:21:13 +00:00
hugo/commands
bep be9224d720 Add Bash completion
Add a new command, genautocomplete, wich generates a Bash completion script (zsh and others later).

The script is by default written to `/etc/bash_completion.d/hugo.sh`; this can be set in `--completionfile=/some/file`.

Fixes 
2015-05-16 18:04:59 +02:00
..
benchmark.go
check.go
convert.go
genautocomplete.go Add Bash completion 2015-05-16 18:04:59 +02:00
hugo.go Add Bash completion 2015-05-16 18:04:59 +02:00
limit_darwin.go
limit_others.go Fix build 2014-02-18 18:40:55 -05:00
list.go
list_config.go
new.go Allow forward slashes in Hugo new on Windows 2015-05-12 18:12:58 +02:00
new_test.go Allow forward slashes in Hugo new on Windows 2015-05-12 18:12:58 +02:00
server.go Make sure that complete server URL is logged on startup 2015-05-09 08:03:06 +02:00
server_test.go
undraft.go add undraft command 2015-05-08 22:18:51 -04:00
undraft_test.go add undraft command 2015-05-08 22:18:51 -04:00
version.go