2021-06-24 03:33:28 +00:00
|
|
|
Awesome Plugins
|
|
|
|
===============
|
|
|
|
|
2021-06-28 03:58:42 +00:00
|
|
|
Here's a list of awesome xplr plugins that you might want to check out. If none
|
|
|
|
of the following plugins work for you, it's very easy to
|
2021-07-03 09:24:37 +00:00
|
|
|
[write your own][1].
|
2021-06-28 03:58:42 +00:00
|
|
|
|
|
|
|
|
2021-06-24 03:33:28 +00:00
|
|
|
Categories
|
|
|
|
----------
|
|
|
|
|
2021-07-31 10:20:44 +00:00
|
|
|
- [Extension][32]
|
2021-07-03 09:24:37 +00:00
|
|
|
- [Integration][2]
|
|
|
|
- [Theme][3]
|
2021-06-24 03:33:28 +00:00
|
|
|
|
|
|
|
|
2021-07-31 10:20:44 +00:00
|
|
|
Extension
|
|
|
|
---------
|
|
|
|
|
|
|
|
- [**type-to-nav.xplr**][28] Inspired by [nnn's type-to-nav mode][29] for xplr,
|
|
|
|
with some tweaks.
|
|
|
|
- [**completion.xplr**][25] The missing tab completion for xplr input buffer.
|
|
|
|
- [**comex.xplr**][21] One xplr plugin to compress and extract them all.
|
|
|
|
|
|
|
|
|
2021-06-24 03:33:28 +00:00
|
|
|
Integration
|
|
|
|
-----------
|
2021-07-31 10:20:44 +00:00
|
|
|
|
2021-07-15 14:01:10 +00:00
|
|
|
- [**dragon.xplr**][4] Drag and drop files using [dragon][5].
|
|
|
|
- [**dua-cli.xplr**][6] Get the disk usage using [dua-cli][7] with selection
|
|
|
|
support.
|
|
|
|
- [**fzf.xplr**][8] Fuzzy search using [fzf][9] to focus on a file or enter
|
|
|
|
into a directory.
|
|
|
|
- [**paste-rs.xplr**][23] Use this plugin to paste your files to
|
|
|
|
[paste.rs][24], and open/delete them later using [fzf][9].
|
|
|
|
- [**preview-tabbed.xplr**][10] Preview paths using suckless [tabbed][11] and
|
2021-07-03 09:24:37 +00:00
|
|
|
[nnn preview-tabbed][12].
|
2021-07-15 14:01:10 +00:00
|
|
|
- [**qrcp.xplr**][26] Send and receive files via QR code using [qrcp][27].
|
|
|
|
- [**trash-cli.xplr**][13] Trash files and directories using [trash-cli][14].
|
2021-07-15 14:04:34 +00:00
|
|
|
- [**xargs.xplr**][22] Batch execute commands on the focused or selected files
|
2021-07-15 14:01:10 +00:00
|
|
|
using `xargs`.
|
2021-07-15 14:04:34 +00:00
|
|
|
- [**xclip.xplr**][15] Copy and paste with system clipboard using [xclip][16].
|
|
|
|
- [**zoxide.xplr**][17] Change directory using the [zoxide][18] database.
|
2021-06-30 06:54:22 +00:00
|
|
|
|
2021-06-28 13:13:38 +00:00
|
|
|
|
|
|
|
Theme
|
|
|
|
-----
|
|
|
|
|
2021-07-20 16:40:51 +00:00
|
|
|
- [**material-landscape.xplr**][19] Material Landscape
|
|
|
|
- [**material-landscape2.xplr**][20] Material Landscape 2
|
2021-07-31 10:07:04 +00:00
|
|
|
- [**zentable.xplr**][31] A clean, distraction free xplr table UI
|
|
|
|
- [**icons.xplr**][30] An icon theme for xplr.
|
2021-07-03 09:24:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
[1]:./writing-plugins.md
|
|
|
|
[2]:#integration
|
|
|
|
[3]:#theme
|
|
|
|
[4]:https://github.com/sayanarijit/dragon.xplr
|
|
|
|
[5]:https://github.com/mwh/dragon
|
|
|
|
[6]:https://github.com/sayanarijit/dua-cli.xplr
|
|
|
|
[7]:https://github.com/Byron/dua-cli
|
|
|
|
[8]:https://github.com/sayanarijit/fzf.xplr
|
|
|
|
[9]:https://github.com/junegunn/fzf
|
|
|
|
[10]:https://github.com/sayanarijit/preview-tabbed.xplr
|
|
|
|
[11]:https://tools.suckless.org/tabbed/
|
|
|
|
[12]:https://github.com/jarun/nnn/blob/master/plugins/preview-tabbed
|
|
|
|
[13]:https://github.com/sayanarijit/trash-cli.xplr
|
|
|
|
[14]:https://github.com/andreafrancia/trash-cli
|
|
|
|
[15]:https://github.com/sayanarijit/xclip.xplr
|
|
|
|
[16]:https://github.com/astrand/xclip
|
|
|
|
[17]:https://github.com/sayanarijit/zoxide.xplr
|
|
|
|
[18]:https://github.com/ajeetdsouza/zoxide
|
|
|
|
[19]:https://github.com/sayanarijit/material-landscape.xplr
|
2021-07-04 16:57:58 +00:00
|
|
|
[20]:https://github.com/sayanarijit/material-landscape2.xplr
|
|
|
|
[21]:https://github.com/sayanarijit/comex.xplr
|
2021-07-04 18:27:26 +00:00
|
|
|
[22]:https://github.com/sayanarijit/xargs.xplr
|
2021-07-08 06:41:59 +00:00
|
|
|
[23]:https://github.com/dtomvan/paste-rs.xplr
|
|
|
|
[24]:https://paste.rs
|
2021-07-11 17:44:49 +00:00
|
|
|
[25]:https://github.com/sayanarijit/completion.xplr
|
2021-07-14 16:27:55 +00:00
|
|
|
[26]:https://github.com/sayanarijit/qrcp.xplr
|
|
|
|
[27]:https://github.com/claudiodangelis/qrcp
|
2021-07-15 14:01:10 +00:00
|
|
|
[28]:https://github.com/prncss-xyz/type-to-nav.xplr
|
|
|
|
[29]:https://github.com/jarun/nnn/wiki/concepts#type-to-nav
|
2021-07-17 01:16:28 +00:00
|
|
|
[30]:https://github.com/prncss-xyz/icons.xplr
|
2021-07-31 10:04:41 +00:00
|
|
|
[31]:https://github.com/sayanarijit/zentable.xplr
|
2021-07-31 10:20:44 +00:00
|
|
|
[32]:#extension
|