Commits
- Commit:
e1bf3d6e8c8b52e910473d62f747176f22e206b1
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add mini-edit-external
it's bound by default to C-x in the minibuffer keymap. It'll open
an external editor to edit the content of the minibuffer. When the
editor exits, we'll call the completion function with the content
of the file.
Stuff inputted with an external editor are not persisted to the
history thought. That would require the UI to handle multiline
strings which is currently impossible.
- Commit:
f350bc73eb44b726d2cfdfe499c168fb83c91bc4
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
cmd: introduce toggle-styling
This adds a new command `toggle-styling` which toggles the formatting
between the defaults (or anything specified in a configuration file),
and the "raw" prefixes as defined in the gemini file.
- Commit:
fd6c540b6faa6c802c92c9e209e2122ca3ddfa92
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add cmd_search to search using a search engine
This adds a new command `search', bound by default to `s', that
prompts for a query and loads and consult the ``oracle'' (the search
engine) using default_search_engine (which will be made customizable.)
It also temporarly supports only gemini URLs.
Feature requested by -fab-, thanks!
- Commit:
0fb112a8d2a98f7159e89b28729cec663b555f1c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sort
- Commit:
06d1fa320c6f192bb6488d1580482cb4916f821a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
tweak unload-certificate description
- Commit:
fc3e2120e409e6d9fd6761d6fe3f56834e36a634
- From:
- Omar Polo <op@omarpolo.com>
- Date:
tweak unload-certificate description
- Commit:
cbe2da3279946cae9bb365a672e6600268de9cce
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move struct cmd and cmds declaration in cmd.h
- Commit:
367b454d5a99605f871582b08e6f3fb3797168c9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
tweak client-certificate-info description
avoid the word "use" since it's better to show first use-certificate
instead of this niche function.
- Commit:
4fdc9933599cda6387d6c15f757faf4dda1bbd0a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add unload-certificate to stop using a certificate
- Commit:
4655add68bea2925dae643694004d6a3ac73c5d8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add client-certificate-info
- Commit:
5a39f5931f4b5be1d57d75c7f25cff8adae5f235
- From:
- Omar Polo <op@omarpolo.com>
- Date:
load and optionally remember client certificates
This adds use-certificate, a user function to start using a certificate
or switch to a different one. It asks whether to persist the
certificate, if not it will only be used for the current session.
use-certificate is implicitly called when the server replies with
a 6x status code.
- Commit:
8c4ae8cec09f2f877c2f5affbc8d6c796468c3c8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix typo in push-button-new-tab description
- Commit:
6ab857d5a87585ace35a923121550f178f74a46d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move includes back to the root directory
Splitting stuff into sub-directories was just a big mistake.