Johannes Altmanninger
|
73b13315de
|
completions/dd: re-use built-in file completion for "dd if=the-file"
This allows to complete file arguments even if they contain variables.
Add similar logic for arguments to Maven's -D option.
See https://github.com/fish-shell/fish-shell/issues/5248#issuecomment-857614957
|
2021-06-19 20:31:46 +02:00 |
|
Fabian Homborg
|
9367d4ff71
|
Reindent functions to remove useless quotes
This does not include checks/function.fish because that currently
includes a "; end" in a message that indent would remove, breaking the test.
|
2020-03-09 19:46:43 +01:00 |
|
Aaron Gyes
|
68527ff20c
|
completions: --description -> -d
This ends up saving a surprising number of bytes.
|
2017-10-11 10:17:35 -07:00 |
|
Kurtis Rader
|
8e87d595b7
|
remove some uses of $IFS
This is a step towards resolving issue #4156. It replaces uses of `$IFS`
with other solutions.
|
2017-07-24 20:45:43 -07:00 |
|
Fabian Homborg
|
925f451773
|
Add descriptions to dd completions
Fixes #752.
|
2015-09-09 19:40:58 +02:00 |
|
Scott Leggett
|
ad6645c48d
|
Implement completion for 'dd'.
Closes #267.
|
2012-08-12 22:05:12 +10:00 |
|