0.2.5 • Published 7 years ago

ahd v0.2.5

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

Apache Header Helper

Build Status npm version

Helper you configure Apache headers

help

Installation

$ sudo npm install -g ahd
$ sudo ahd init

Update

$ sudo npm outdated -g ahd # check version
$ sudo npm install -g ahd

Usage

$ ahd -e wicksome # enable
$ ahd -d wicksome # disable
$ ahd -d .+@.+ # Interpret pattern as an extended regular expression

Recommand

in bachrc or bash_profile

alias ahd="sudo ahd"

using fzf

$ ahd -eo **<TAB>

add source to .bash_profile

_fzf_complete_ahd() {
  _fzf_complete "--multi --reverse" "$@" < <(
    ls ~/.ahd
  )
}
[ -n "$BASH" ] && complete -F _fzf_complete_ahd -o default -o bashdefault ahd
0.2.5

7 years ago

0.2.55555

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

1.0.0

7 years ago