[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Q: Is there a built-in way to read multiple file names?
From: |
Ihor Radchenko |
Subject: |
Re: Q: Is there a built-in way to read multiple file names? |
Date: |
Sun, 14 Jul 2024 12:33:40 +0000 |
Max Nikulin <manikulin@gmail.com> writes:
>> Do you mean wildcards?
>
> Wildcards are convenient as well, but primary I had in mind multiple
> arguments
>
> tar cvfz f.tar.gz one/two.txt three/four/five.jpg six/seven.org
>
> I would prefer to avoid rambling through directories and marking files
> when I approximately know location of files. I find it convenient to
> type and hit TAB (or C-/ in some cases) to confirm that a file exists.
Sorry, but I do not understand what you are describing.
Do you mean that you type partial completion, hit TAB, and get _all_ the
matching candidates completed, separated by spaces?
> At first I though that it might be easier to bind to key sequences some
> functions that add/remove current text to/from an externally maintained
> list (perhaps displayed in another buffer) while single item is
> presented in the minibuffer. However is should be a pain when users
> configure their preferred completion frameworks.
I think that icicles does exactly this. So does
filechooser-read-file-names that Rahguzar shared.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
- Re: Q: Is there a built-in way to read multiple file names?, (continued)
- Re: Q: Is there a built-in way to read multiple file names?, Yuri Khan, 2024/07/16
- Re: Q: Is there a built-in way to read multiple file names?, Thierry Volpiatto, 2024/07/13
- Re: Q: Is there a built-in way to read multiple file names?, Ihor Radchenko, 2024/07/13
- Re: Q: Is there a built-in way to read multiple file names?, Max Nikulin, 2024/07/08
- Re: Q: Is there a built-in way to read multiple file names?, Ihor Radchenko, 2024/07/13
- Re: Q: Is there a built-in way to read multiple file names?, Max Nikulin, 2024/07/14
- Re: Q: Is there a built-in way to read multiple file names?,
Ihor Radchenko <=
- Re: Q: Is there a built-in way to read multiple file names?, Max Nikulin, 2024/07/15
Re: Q: Is there a built-in way to read multiple file names?, Rahguzar, 2024/07/13