Commits
- Commit:
2b1f89306cb04bce40fc6f8ece381ba535e30754
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
feature: remove external-cmd
Now that telescope understands mailcap, there's no need for the use of
external-cmd any longer.
- Commit:
4e32d3a6c187dd9646ba4aa80a69082adf3b3c46
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
ui: add capability to run external cmds
When telescope encounters a file type which it cannot display it prompts
the user whether they wish to save the file, or not.
This patch extends this idea -- if the file is saved, then the user is
prompted to run a command against that downloaded file.
This controllable via the 'external-cmd' setting. It defaults to
'xdg-open'.
This is based off work originally started by op@.
- 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:
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.