Skip to content

Commit

Permalink
Update README and .pot translation template (i18n).
Browse files Browse the repository at this point in the history
  • Loading branch information
step- committed Jan 3, 2019
1 parent 36a3f71 commit 63158ea
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 17 deletions.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,30 @@ A progressive finder.

## News

**3-Jan-2019 Release 4.0.0**

Release highlights: * Faster, better, alternative **fuzzy and exact search** engine using the optional [fzf](https://github.com/junegunn/fzf) external binary. * Now plugins can call the built-in and fzf search engines.

* New: integrate external search engine `fzf` for exact and fuzzy search
* New: start-up dialog to download/install `fzf`
* New: user preference `TERMINAL_PROGRAM` (defaultterm)
* Change: UI rename "Consider word case" to "A ≠ a"
* Change: UI "Show all icons" and "A ≠ a" swap places
* Change: Toggling "A ≠ a" no longer requires a restart
* Change: Toggling search details no longer requires a restart when `fzf` is used
* Fix: `findnrun-formatter -s` splits lines on spaces
* Fix: Run in terminal saves history to `.hist-` instead of `.hist-$ID`
* Fix: Null `FNR*` variables when saving drain invocation history
* Update: credits
* Update: user and plugin documentation
* Update: translation template
* Plugin: New: plugins can call the built-in and fzf search engines
* Plugin: New: plugin Helper Functions
* Dev: extend help system to allow directly opening any markdown file

**16-Dec-2018 Release 3.1.0**

Notable in this release: a new **fuzzy search** mode (off by default), a new configurable **hotkey F6**, and a **configuration menu** that reveals all previously hidden settings (hotkey re-assignment is still hidden in the configuration file `~/.findnrunrc`). Press `[F10]` in the main window to see hoteys settings. Press `[F10]` again to access the configuration menu, or click the new menu symbol "☰".
Release highlights: A new **fuzzy search** mode (off by default), a new configurable **hotkey F6**, and a **configuration menu** that reveals all previously hidden settings (hotkey re-assignment is still hidden in the configuration file `~/.findnrunrc`). Press `[F10]` in the main window to see hoteys settings. Press `[F10]` again to access the configuration menu, or click the new menu symbol "☰".

* New: add fuzzy search (SEARCHFUZZY setting), off by default
* New: add Options menu.
Expand Down
28 changes: 12 additions & 16 deletions usr/share/doc/nls/findnrun/findnrun.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: find-n-run 4.0.0\n"
"Report-Msgid-Bugs-To: https://github.com/step-/find-n-run/issues/\n"
"POT-Creation-Date: 2019-01-02 16:27+0000\n"
"POT-Creation-Date: 2019-01-03 07:44+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -54,7 +54,7 @@ msgstr ""

#. i18n Main window widgets
#. i18n "0" (invisible, disregard).
#: /usr/bin/findnrun:2309
#: /usr/bin/findnrun:2326
msgid "0"
msgstr ""

Expand Down Expand Up @@ -864,7 +864,7 @@ msgstr ""
#. ---------------------------------------------------------
#.
#: /usr/share/doc/findnrun/fzf.md:1
#: /usr/share/doc/findnrun/fzf.md:56
#: /usr/share/doc/findnrun/fzf.md:54
msgid "_Next: [Starting Findnrun](running.md)_"
msgstr ""

Expand Down Expand Up @@ -928,28 +928,24 @@ msgstr ""
msgid "If command `fzf` is already installed in the shell `PATH`, fzf becomes the default search engine automatically for both fuzzy and exact search. Fzf's extended search syntax applies to both cases."
msgstr ""

#: /usr/share/doc/findnrun/fzf.md:41
msgid "If `fzf` isn't found in `PATH`, findnrun shows a startup reminder that offers to download and install fzf. Such installation limits the scope of fzf to findnrun - fzf won't be available for general command-line use."
msgstr ""

#: /usr/share/doc/findnrun/fzf.md:43
msgid "If instead you wish to perform a complete fzf installation run command"
#: /usr/share/doc/findnrun/fzf.md:40
msgid "If `fzf` isn't found in `PATH`, findnrun displays a startup dialog that offers to download and install fzf."
msgstr ""

#: /usr/share/doc/findnrun/fzf.md:47
msgid "in a terminal window. Read more about [fzf](https://github.com/junegunn/fzf)."
#: /usr/share/doc/findnrun/fzf.md:44
msgid "You can also install fzf by following the instructions found on [fzf's website](https://github.com/junegunn/fzf). This full installation is recommended for interactive shell use."
msgstr ""

#: /usr/share/doc/findnrun/fzf.md:49
#: /usr/share/doc/findnrun/fzf.md:46
msgid "Uninstalling Fzf"
msgstr ""

#: /usr/share/doc/findnrun/fzf.md:51
#: /usr/share/doc/findnrun/fzf.md:48
msgid "To disable fzf see [FNRSEARCHENGINE](running.md)."
msgstr ""

#: /usr/share/doc/findnrun/fzf.md:54
msgid "To uninstall fzf delete file `/usr/share/findnrun/fzf`. If you performed a full installation follow the uninstallation instructions found on fzf's website."
#: /usr/share/doc/findnrun/fzf.md:52
msgid "To uninstall fzf delete the binary file `/usr/share/findnrun/fzf` and the link file `/usr/bin/fzf`. If you performed a full installation follow the uninstallation instructions found on fzf's website."
msgstr ""

#.
Expand Down Expand Up @@ -1095,7 +1091,7 @@ msgid "**Findrun** - A progressive finder"
msgstr ""

#: /usr/share/doc/findnrun/index.md:5
msgid "_3.1.0_"
msgid "_4.0.0_"
msgstr ""

#: /usr/share/doc/findnrun/index.md:8
Expand Down

0 comments on commit 63158ea

Please sign in to comment.