ipfs-completion.bash 5.42 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
_ipfs_comp()
{
    COMPREPLY=( $(compgen -W "$1" -- ${word}) )
}

_ipfs_help_only()
{
    _ipfs_comp "--help"
}

_ipfs_add()
{
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
    _ipfs_comp "--recursive --quiet --progress --trickle --only-hash
            --wrap-with-directory --hidden --help"
}

_ipfs_bitswap()
{
    ipfs_comp "stat wantlist --help"
}

_ipfs_bitswap_stat()
{
    _ipfs_help_only
}

_ipfs_bitswap_wantlist()
{
    ipfs_comp "--peer= --help"
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
}

_ipfs_block()
{
    _ipfs_comp "get put stat --help"
}

_ipfs_block_get()
{
    _ipfs_help_only
}

_ipfs_block_put()
{
    _ipfs_help_only
}

_ipfs_block_stat()
{
    _ipfs_help_only
}

_ipfs_bootstrap()
{
    _ipfs_comp "add list rm --help"
}

_ipfs_bootstrap_add()
{
59
    _ipfs_comp "--default --help"
60 61 62 63 64 65 66 67 68
}

_ipfs_bootstrap_list()
{
    _ipfs_help_only
}

_ipfs_bootstrap_rm()
{
69
    _ipfs_comp "--all --help"
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
}

_ipfs_cat()
{
    _ipfs_help_only
}

_ipfs_commands()
{
    _ipfs_help_only
}

_ipfs_config()
{
    # TODO: auto-complete existing config keys
85
    _ipfs_comp "edit replace show --bool --json --help"
86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
}

_ipfs_config_edit()
{
    _ipfs_help_only
}

_ipfs_config_replace()
{
    # TODO: auto-complete with a filename
    _ipfs_help_only
}

_ipfs_config_show()
{
    _ipfs_help_only
}

_ipfs_daemon()
{
106
    _ipfs_comp "--init --routing= --mount --writable --mount-ipfs= \
107
        --mount-ipns= --unrestricted-api --disable-transport-encryption \
108
        --help"
109 110 111 112
}

_ipfs_dht()
{
113
    _ipfs_comp "findpeer findprovs get put query --help"
114 115 116 117 118 119 120 121 122
}

_ipfs_dht_findpeer()
{
    _ipfs_help_only
}

_ipfs_dht_findprovs()
{
123 124 125 126 127 128 129 130 131 132 133
    _ipfs_comp "--verbose --help"
}

_ipfs_dht_get()
{
    _ipfs_comp "--verbose --help"
}

_ipfs_dht_put()
{
    _ipfs_comp "--verbose --help"
134 135 136 137
}

_ipfs_dht_query()
{
138
    _ipfs_comp "--verbose --help"
139 140 141 142 143 144 145 146 147 148
}

_ipfs_diag()
{
    _ipfs_comp "net --help"
}

_ipfs_diag_net()
{
    # TODO: auto-complete -vis=*
149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
    _ipfs_comp "--timeout= --vis= --help"
}

_ipfs_dns()
{
    _ipfs_comp "--recursive --help"
}

_ipfs_file()
{
    _ipfs_comp "ls --help"
}

_ipfs_file_ls()
{
    _ipfs_help_only
165 166 167 168
}

_ipfs_get()
{
169
    _ipfs_comp "--output= --archive --compress --compression-level= --help"
170 171 172 173
}

_ipfs_id()
{
174
    _ipfs_comp "--format= --help"
175 176 177 178
}

_ipfs_init()
{
179
    _ipfs_comp "--bits= --force --help"
180 181 182 183 184 185 186 187 188 189 190 191 192 193 194
}

_ipfs_log()
{
    _ipfs_comp "tail level --help"
}

_ipfs_log_level()
{
    # TODO: auto-complete subsystem and level
    _ipfs_comp "--help"
}

_ipfs_log_tail()
{
195
    _ipfs_help_only
196 197 198 199
}

_ipfs_ls()
{
200
    _ipfs_comp "--headers --help"
201 202 203 204
}

_ipfs_mount()
{
205
    _ipfs_comp "--ipfs-path= --ipns-path= --help"
206 207 208 209 210 211 212 213 214 215 216 217 218 219
}

_ipfs_name()
{
    _ipfs_comp "publish resolve --help"
}

_ipfs_name_publish()
{
    _ipfs_help_only
}

_ipfs_name_resolve()
{
220
    _ipfs_comp "--recursive --help"
221 222 223 224
}

_ipfs_object()
{
225
    _ipfs_comp "data get links new patch put stat --help"
226 227 228 229 230 231 232 233 234 235
}

_ipfs_object_data()
{
    _ipfs_help_only
}

_ipfs_object_get()
{
    # TODO: auto-complete encoding
236
    _ipfs_comp "--encoding= --help"
237 238 239 240 241 242 243
}

_ipfs_object_links()
{
    _ipfs_help_only
}

244 245 246 247 248 249
_ipfs_object_new()
{
    _ipfs_help_only
}

_ipfs_object_patch()
250 251 252 253
{
    _ipfs_help_only
}

254 255 256 257 258
_ipfs_object_put()
{
    _ipfs_comp "--inputenc= --help"
}

259 260 261 262 263 264 265 266 267 268 269 270
_ipfs_object_stat()
{
    _ipfs_help_only
}

_ipfs_pin()
{
    _ipfs_comp "rm ls add --help"
}

_ipfs_pin_add()
{
271
    _ipfs_comp "--recursive  --help"
272 273 274 275 276
}

_ipfs_pin_ls()
{
    # TODO: auto-complete -type=*
277
    _ipfs_comp "--count --quiet --type= --help"
278 279 280 281
}

_ipfs_pin_rm()
{
282
    _ipfs_comp "--recursive  --help"
283 284 285 286
}

_ipfs_ping()
{
287
    _ipfs_comp "--count=  --help"
288 289 290 291
}

_ipfs_refs()
{
292
    _ipfs_comp "local --format= --edges --unique --recursive --help"
293 294 295 296 297 298 299 300 301 302 303 304 305 306
}

_ipfs_refs_local()
{
    _ipfs_help_only
}

_ipfs_repo()
{
    _ipfs_comp "gc --help"
}

_ipfs_repo_gc()
{
307 308 309 310 311 312 313 314 315 316
    _ipfs_comp "--quiet --help"
}

_ipfs_resolve()
{
    _ipfs_comp "--recursive --help"
}

_ipfs_stats()
{
317 318 319 320 321 322
    _ipfs_comp "bitswap bw repo --help"
}

_ipfs_stats_bitswap()
{
    _ipfs_help_only
323 324 325 326 327
}

_ipfs_stats_bw()
{
    _ipfs_comp "--peer= --proto= --poll --interval= --help"
328 329
}

330 331 332 333 334
_ipfs_stats_repo()
{
    _ipfs_comp "--human="
}

335 336
_ipfs_swarm()
{
337
    _ipfs_comp "addrs connect disconnect filters peers --help"
338 339 340 341
}

_ipfs_swarm_addrs()
{
342 343 344 345 346 347
    _ipfs_comp "local --help"
}

_ipfs_swarm_addrs_local()
{
    _ipfs_comp "--id --help"
348 349 350 351 352 353 354 355 356 357 358 359
}

_ipfs_swarm_connect()
{
    _ipfs_help_only
}

_ipfs_swarm_disconnect()
{
    _ipfs_help_only
}

360 361 362 363 364 365 366 367 368 369 370 371 372 373 374
_ipfs_swarm_filters()
{
    _ipfs_comp "add rm --help"
}

_ipfs_swarm_filters_add()
{
    _ipfs_help_only
}

_ipfs_swarm_filters_rm()
{
    _ipfs_help_only
}

375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406
_ipfs_swarm_peers()
{
    _ipfs_help_only
}

_ipfs_tour()
{
    _ipfs_comp "list next restart --help"
}

_ipfs_tour_list()
{
    _ipfs_help_only
}

_ipfs_tour_next()
{
    _ipfs_help_only
}

_ipfs_tour_restart()
{
    _ipfs_help_only
}

_ipfs_update()
{
    _ipfs_help_only
}

_ipfs_version()
{
407
    _ipfs_comp "--number --help"
408 409 410 411 412 413
}

_ipfs()
{
    COMPREPLY=()
    local word="${COMP_WORDS[COMP_CWORD]}"
414

415
    case "${COMP_CWORD}" in
416
        1)
417 418
            local opts="add bitswap block bootstrap cat commands config daemon dht \
                        diag dns file get id init log ls mount name object pin ping \
419
                        refs repo stats swarm tour update version"
420
            COMPREPLY=( $(compgen -W "${opts}" -- ${word}) );;
421
        2)
422 423
            local command="${COMP_WORDS[1]}"
            eval "_ipfs_$command" 2> /dev/null ;;
424
        *)
425 426 427 428 429 430 431
            local command="${COMP_WORDS[1]}"
            local subcommand="${COMP_WORDS[2]}"
            eval "_ipfs_${command}_${subcommand}" 2> /dev/null && return
            eval "_ipfs_$command" 2> /dev/null ;;
    esac
}
complete -F _ipfs ipfs