Skip to content

Commit 8e8dacc

Browse files
committed
feat(fsnotifywait,fsnotifywatch): new, alias to inotifywait
1 parent 4ac918f commit 8e8dacc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

completions/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@
122122
/freeciv-gtk3
123123
/freeciv-sdl
124124
/freeciv-xaw
125+
/fsnotifywait
126+
/fsnotifywatch
125127
/_furyctl
126128
/_fx
127129
/g++

completions/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ symlinks: $(DATA)
13441344
$(ss) info \
13451345
pinfo
13461346
$(ss) inotifywait \
1347-
inotifywatch
1347+
inotifywatch fsnotifywait fsnotifywatch
13481348
$(ss) _insmod \
13491349
_insmod.static
13501350
$(ss) iperf \

completions/inotifywait

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ _comp_cmd_inotifywait()
4343

4444
_comp_compgen_filedir
4545
} &&
46-
complete -F _comp_cmd_inotifywait inotifywait inotifywatch
46+
complete -F _comp_cmd_inotifywait inotifywait inotifywatch fsnotifywait \
47+
fsnotifywatch
4748

4849
# ex: filetype=sh

0 commit comments

Comments
 (0)