[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/filechooser e428b5f2d4 23/23: Documentation fixes
From: |
ELPA Syncer |
Subject: |
[elpa] externals/filechooser e428b5f2d4 23/23: Documentation fixes |
Date: |
Sun, 4 Feb 2024 12:58:36 -0500 (EST) |
branch: externals/filechooser
commit e428b5f2d4e5eef132a11f6c1f13e925c665f7c2
Author: Rahguzar <rahguzar@zohomail.eu>
Commit: Rahguzar <rahguzar@zohomail.eu>
Documentation fixes
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 9b95fc485f..6904526da4 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# filechooser.el: an Emacs based xdg-desktop-portal filechooser.
-filechooser is an Emacs package that enables the use of Emacs to select files
in applications like Firefox by providing an `xdg-desktop-portal` backend
implementing the
[filechooser](https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.impl.portal.FileChooser)
interface. It uses minibuffer to select a single file, so the experience is
familiar one for commands like `find-file`. To select multiple files Dired is
used.
+filechooser is an Emacs package that enables the use of Emacs to select files
in applications like Firefox by providing an `xdg-desktop-portal` backend
implementing the
[filechooser](https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.impl.portal.FileChooser)
interface. It uses minibuffer to select a single file, so the experience is
familiar one for commands like `find-file`. By default selecting multiple files
uses a bespoke command which loops and completes one filenam [...]
## Limitations
At this point `filechooser` has some serious limitations:
@@ -47,7 +47,7 @@ Start an application that uses `xdg-desktop-portal`. An
example which is my main
The only new feature is that you can use different filters to determine which
files are presented for completion. Some of these filters are defined by the
request, but you can also define your own in `filechooser-filters`. To toggle a
filter use `C-f`, this will present all filters grouped according to whether
they are active or inactive. Select one to toggle it. Only those files which
pass through an active filter are presented for completion.
-If you are selecting multiple files `M-TAB` toggles selection of the current
file without exiting the file selection dialogue. `RET` exits while toggling
the selection of current file. If you want to exit with currently selected
files without toggling the currently highlighted candidate use `M-RET`.
+If you are selecting multiple files `M-TAB` toggles selection of the current
file without exiting the file selection dialogue. `RET` exits while toggling
the selection of current file. If you want to exit with currently selected
files without toggling the currently highlighted candidate use `M-RET`. `M-a`
selects all of current candidates.
## Customization
### Popup frames
- [elpa] branch externals/filechooser created (now e428b5f2d4), ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser 8130dec72a 01/23: Initial commit, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser 6b7bb245c9 03/23: Add license, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser e49ab18e6d 04/23: Don't bind q to exit recursive edit, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser 01e4912bd6 10/23: Abbreviate names in selection buffer, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser c9705b5d4c 14/23: Provide a completing read multiple based interface for choosing, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser 601c7c034c 09/23: Track selected files in a separate dired buffer, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser dc246a2655 15/23: Add a completing-read in a loop filechooser, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser e428b5f2d4 23/23: Documentation fixes,
ELPA Syncer <=
- [elpa] externals/filechooser 8c2c93a8b0 05/23: Add readme, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser 83010806c3 07/23: Peek a little into the invisible region to nudge jit-lock, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser 3669426f04 08/23: Move provide to the end, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser d98a85f9d6 02/23: Add portal and service files, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser 651ce0c440 06/23: Make directories filter work in dired, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser 676043fd0d 12/23: Make new frames optional, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser 9c1c61170f 11/23: Select the selection window only if it exists, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser 20211f48b5 13/23: Variables to change how files are chosen, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser 2d4dc14a09 16/23: Put the filechooser command in a variable, ELPA Syncer, 2024/02/04
- [elpa] externals/filechooser 192aec343f 21/23: Remove the crm based chooser, ELPA Syncer, 2024/02/04