mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-04 18:00:14 +00:00
Add paste-rs.xplr to Awesome Plugins
Also, fix the cargo documentation link and delete unused doc page.
This commit is contained in:
parent
193202c325
commit
e1fb5e02c5
@ -8,7 +8,7 @@ license = "MIT"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/sayanarijit/xplr"
|
repository = "https://github.com/sayanarijit/xplr"
|
||||||
homepage = "https://github.com/sayanarijit/xplr"
|
homepage = "https://github.com/sayanarijit/xplr"
|
||||||
documentation = "https://github.com/sayanarijit/xplr/Wiki"
|
documentation = "https://arijitbasu.in/xplr/en"
|
||||||
keywords = ["terminal", "file", "explorer", "manager", "tui"]
|
keywords = ["terminal", "file", "explorer", "manager", "tui"]
|
||||||
categories = ["command-line-interface", "command-line-utilities"]
|
categories = ["command-line-interface", "command-line-utilities"]
|
||||||
|
|
||||||
|
@ -29,6 +29,10 @@ Integration
|
|||||||
Fuzzy search using [fzf][9] to focus on a file
|
Fuzzy search using [fzf][9] to focus on a file
|
||||||
or enter into a directory.
|
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-tabbed.xplr][10]
|
||||||
Preview paths using suckless [tabbed][11] and
|
Preview paths using suckless [tabbed][11] and
|
||||||
[nnn preview-tabbed][12].
|
[nnn preview-tabbed][12].
|
||||||
@ -81,3 +85,5 @@ Theme
|
|||||||
[20]:https://github.com/sayanarijit/material-landscape2.xplr
|
[20]:https://github.com/sayanarijit/material-landscape2.xplr
|
||||||
[21]:https://github.com/sayanarijit/comex.xplr
|
[21]:https://github.com/sayanarijit/comex.xplr
|
||||||
[22]:https://github.com/sayanarijit/xargs.xplr
|
[22]:https://github.com/sayanarijit/xargs.xplr
|
||||||
|
[23]:https://github.com/dtomvan/paste-rs.xplr
|
||||||
|
[24]:https://paste.rs
|
||||||
|
@ -1,38 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
Create the customizable config file
|
|
||||||
-----------------------------------
|
|
||||||
|
|
||||||
```bash
|
|
||||||
mkdir -p ~/.config/xplr
|
|
||||||
|
|
||||||
version="$(xplr | grep ^version: | cut -d' ' -f 2)"
|
|
||||||
|
|
||||||
# When the app loads, press `#`
|
|
||||||
|
|
||||||
echo version = '"'${version:?}'"' > ~/.config/xplr/init.lua
|
|
||||||
```
|
|
||||||
|
|
||||||
Then
|
|
||||||
**[copy from here][1]**
|
|
||||||
and remove / comment out what you don't want to customize.
|
|
||||||
|
|
||||||
> **Note:** You don't generally need to create the config file. You can use the
|
|
||||||
> default configuration for basic operations. However, creating the config file
|
|
||||||
> is recommended because the project is in its early stage and the defaults
|
|
||||||
> might change. Creating the config file will save you from unexpected behavior
|
|
||||||
> when you [upgrade][2].
|
|
||||||
> Also, the default configuration is very minimal (just enough to get you
|
|
||||||
> started) and you'll probably want to adjust it to suit your workflow.
|
|
||||||
|
|
||||||
|
|
||||||
Run
|
|
||||||
---
|
|
||||||
|
|
||||||
```
|
|
||||||
xplr
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
[1]:https://github.com/sayanarijit/xplr/blob/main/src/init.lua
|
|
||||||
[2]:upgrade-guide.md
|
|
Loading…
Reference in New Issue
Block a user