Add paste-rs.xplr to Awesome Plugins

Also, fix the cargo documentation link and delete unused doc page.
pull/302/head
Arijit Basu 3 years ago
parent 193202c325
commit e1fb5e02c5
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

@ -8,7 +8,7 @@ license = "MIT"
readme = "README.md"
repository = "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"]
categories = ["command-line-interface", "command-line-utilities"]

@ -29,6 +29,10 @@ Integration
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
[nnn preview-tabbed][12].
@ -81,3 +85,5 @@ Theme
[20]:https://github.com/sayanarijit/material-landscape2.xplr
[21]:https://github.com/sayanarijit/comex.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…
Cancel
Save