From 673bcd21c09eb8c847fafa83c3ed84143cf16063 Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Sat, 16 Jul 2022 18:51:28 +0530 Subject: [PATCH] Update awesome-hacks.md --- docs/en/src/awesome-hacks.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/en/src/awesome-hacks.md b/docs/en/src/awesome-hacks.md index d3f6a99..6460373 100644 --- a/docs/en/src/awesome-hacks.md +++ b/docs/en/src/awesome-hacks.md @@ -463,6 +463,27 @@ end +### Tere Navigation + +Navigate using the [tere][19] file explorer (defaults to type-to-nav system). + +
+Expand for details + +- Author: [@sayanarijit][8] +- Requires: [tere][19] +- Tested on: Linux + +```lua +xplr.config.modes.builtin.default.key_bindings.on_key.T = { + help = "tere nav", + messages = { + { BashExec = [[echo ChangeDirectory: "'"$(tere)"'" >> "$XPLR_PIPE_MSG_IN"]] }, + }, +} +``` +
+ ## Also See: - [Awesome Plugins][15] @@ -486,3 +507,4 @@ end [16]: awesome-integrations.md [17]: https://sr.ht/~exec64/imv [18]: https://www.semicomplete.com/projects/xdotool +[19]: https://github.com/mgunyho/tere