Shohei YOSHIDA
252c7a995b
Merge pull request #795 from kugland/master
...
changed "(%)" to "(percent)" in optarg descriptions
2021-04-23 10:22:21 +09:00
André Kugland
78fb97c24d
changed "(%)" to "(percent)" in optarg descriptions
2021-04-22 18:58:03 -03:00
Shohei YOSHIDA
d7959bb716
Merge pull request #794 from syohex/pr-793
...
Add license header to #793
2021-04-21 09:51:33 +09:00
Shohei YOSHIDA
fea56d1a7b
Add zsh license header
2021-04-21 09:45:28 +09:00
André Kugland
57ba534a6a
added appropriate opts for _arguments
2021-04-19 16:57:12 -03:00
André Kugland
d930094f84
fixed issues raised in the review
2021-04-19 16:43:00 -03:00
Shohei YOSHIDA
901a787b2d
Merge pull request #792 from kugland/master
...
added completions for opus-tools (opusenc, opusdec & opusinfo)
2021-04-19 11:56:44 +09:00
André Kugland
b65eb5d64e
added completions for opus-tools (opusenc, opusdec & opusinfo)
2021-04-18 23:00:47 -03:00
Oliver Kiddle
cb4b721ada
Add exclusion lists to nano completion
2021-04-12 23:53:05 +02:00
okapia
43fecdfe87
Merge pull request #790 from FederAndInk/fix/functions_tests
...
fix (( $+functions[_f] )) || _f()
2021-04-08 16:36:21 +02:00
Ludovic Jozeau
98cb234270
fix (( $+functions[_f] )) || _f()
...
checked with: "\(\( \$\+functions\[(.*)\] \)\) \|\|\n(?!\1)"
2021-04-08 15:50:39 +02:00
Shohei YOSHIDA
f0c856912c
Merge pull request #789 from syohex/add-table-of-contents
...
Add table of contents
2021-03-23 15:27:54 +09:00
Shohei YOSHIDA
cec348209c
Add table of contents
2021-03-23 14:33:20 +09:00
Shohei YOSHIDA
788926ffba
Merge pull request #787 from marlonrichert/patch-1
...
Remove deprecated `-$` option
2021-03-22 20:17:17 +09:00
Marlon Richert
24834255e9
Remove deprecated `-$` option
2021-03-22 12:21:08 +02:00
Shohei YOSHIDA
f1ab6110ce
Merge pull request #786 from ajvondrak/patch-1
...
Autocomplete files for mix run
2021-03-17 10:05:13 +09:00
Alex Vondrak
b152a4901f
Autocomplete files for mix run
...
Previously, `mix run <tab>` would not expand into anything, even though the [`mix run`](https://hexdocs.pm/mix/Mix.Tasks.Run.html ) task accepts filenames as inputs. This commit collapses the growing list of such cases (`test`, `format`, `run`) into one clause that autocompletes files.
Although `mix run` accepts several different `--flags`, the autocompletion isn't currently set up to deal with subcommands' specific options, so I'm punting on that part.
2021-03-16 13:44:40 -07:00
Shohei YOSHIDA
aa98bc593f
Merge pull request #784 from Z5483/shellcheck
...
add 'shellcheck' completion
2021-03-01 09:32:03 +09:00
Khue Nguyen
23ce4b9085
add 'shellcheck' completion
2021-02-28 06:44:59 -05:00
Shohei YOSHIDA
322d5f24f7
Merge pull request #783 from syohex/go-1.16
...
Add new flags which are introduced at Go 1.16
2021-02-25 17:54:02 +09:00
Shohei YOSHIDA
d16c8aea54
Add new flags which are introduced at Go 1.16
2021-02-25 11:32:20 +09:00
Shohei YOSHIDA
c7baec49d3
Merge pull request #782 from davidhcefx/master
...
Update nano to version 5.4
2021-02-11 09:04:59 +09:00
davidhcefx
37a9a485ee
update nano to version 5.4
2021-02-11 02:51:33 +08:00
Shohei YOSHIDA
6fe9995fd9
Merge pull request #781 from ScoreUnder/add-gpgconf
...
Add completion for gpgconf
2021-02-05 08:45:03 +09:00
Score_Under
4c5a8ef41e
Add license notice to _gpgconf
2021-02-04 15:48:07 +00:00
Score_Under
ab80ddd379
Shorter perl one-liner in _gpgconf
2021-02-04 14:45:30 +00:00
Score_Under
a1d53f8824
Add missing homedir option to _gpgconf
2021-02-04 14:41:16 +00:00
Score_Under
c90c27f8fc
Add completion for gpgconf
2021-02-04 13:20:36 +00:00
Shohei YOSHIDA
b8cc3b9b67
Merge pull request #777 from dancek/patch-1
...
udisksctl: fix paths with a colon
2021-01-19 00:31:01 +09:00
Hannu Hartikainen
19a412373f
udisksctl: fix paths with a colon
...
For paths such as `/dev/disk/by-id/usb-JetFlash_Transcend_64GB_15AFGA849642-0:0`, `_describe` parses the colon as field separator. This results in wrong completions and the general feeling that udisksctl is broken because it won't mount my pendrive.
Since the output of `udisksctl complete` is (apparently) just a list of paths, it's safe to escape all colons with a backslash.
2021-01-18 10:13:44 +00:00
Shohei YOSHIDA
00c7e28e4a
Merge pull request #776 from askebm/cmake-targets-fix
...
Use correct makefile for target completion
2021-01-16 19:26:12 +09:00
Aske Bækdal Møller
3511fb04db
Use correct makefile for target completion
2021-01-16 10:37:26 +01:00
nicoulaj
244cbfc832
Merge pull request #775 from brainplot/openssl-fix
...
Fix completion of cipher algorithms
2021-01-03 18:41:18 +01:00
Gianluca Recchia
17d92b0a8e
Fix completion of cipher algorithms
2021-01-03 16:31:19 +01:00
Hyeon Kim
5922465d53
_mssh: Handle error cases more gracefully
...
1. Do nothing when there's no AWS CLI
2. Print error message gracefully if AWS CLI failed
2020-12-31 17:27:10 +09:00
Shohei YOSHIDA
9def41ae64
Merge pull request #773 from simnalamburt/mssh
...
Add 'mssh' completion
2020-12-31 00:36:40 +09:00
Hyeon Kim
7a4574cd45
_mssh: Add a license header
2020-12-30 20:03:56 +09:00
Hyeon Kim
43a6b81308
Add 'mssh' completion
...
mssh is a Python client for accessing EC2 instances via AWS EC2 Instance
Connect.
References:
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-methods.html#ec2-instance-connect-connecting-ec2-cli
https://github.com/aws/aws-ec2-instance-connect-cli
https://pypi.org/project/ec2instanceconnectcli/
2020-12-30 17:02:50 +09:00
nicoulaj
44c5bce312
Merge pull request #711 from kanashimia/master
...
Update stack completions as in the current version 2.3.0.1
2020-12-27 16:41:58 +01:00
nicoulaj
118cc8b544
Merge pull request #772 from nolange/cmake_improvements
...
CMake improvements and fixes, synced to version 3.19
2020-12-27 16:33:23 +01:00
Norbert Lange
6dff9453ca
CMake: note myself as additional author
2020-12-25 23:50:13 +01:00
Norbert Lange
19e65b20dd
CMake: udpate generators list
2020-12-25 23:34:56 +01:00
Norbert Lange
f5d179b0b5
CMake: Major update to options, adapted to 3.19
...
Now listed in the same order as the builtin help (CMake 3.19),
for easier audit in the feature.
Commands and descriptions updated.
Support for listing presets.
Use this command to create output for comparison
(not 100% exact obviously):
cmake --help |
sed -n "s,^ *\(--*[^= ]*\).* = *\([^=]*\), '\1[\2]',p" |
sed 's,\.],],'
2020-12-25 23:05:51 +01:00
Norbert Lange
7246533baa
CMake: add -E command completions
2020-12-25 22:21:49 +01:00
Norbert Lange
990e604652
CMake: Completely overhaul help command completions
...
Several argument names where wrong,
completed all available -list functions,
escape brackets in the list, etc.
2020-12-25 22:18:42 +01:00
Norbert Lange
2dc84783fe
CMake: Turn some property values into local arrays
...
Update C/C++ Standards supported aswell
2020-12-25 22:11:49 +01:00
Norbert Lange
63b470243b
CMake: fix option completion after first argument
...
for some reason this just ended after the first option.
2020-12-25 21:57:24 +01:00
Shohei YOSHIDA
2e009c7ab8
Merge pull request #764 from syohex/syohex/remove-flameshot
...
Remove flameshot completion
2020-09-29 10:58:52 +09:00
Shohei YOSHIDA
2d5a8a3ef1
Remove flameshot completion
...
It is provided from original project now
2020-09-23 14:39:32 +09:00
Shohei YOSHIDA
454d236d3a
Merge pull request #752 from pseyfert/go1.15
...
prepare go 1.15
2020-09-01 12:12:00 +09:00