From e1fb5e02c5ba999e71dbe62a4c069b5a8034bd7e Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Thu, 8 Jul 2021 12:11:59 +0530 Subject: [PATCH] Add paste-rs.xplr to Awesome Plugins Also, fix the cargo documentation link and delete unused doc page. --- Cargo.toml | 2 +- docs/en/src/awesome-plugins.md | 6 ++++++ docs/en/src/configure.md | 38 ---------------------------------- 3 files changed, 7 insertions(+), 39 deletions(-) delete mode 100644 docs/en/src/configure.md diff --git a/Cargo.toml b/Cargo.toml index 0ed4106..8398ff7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/docs/en/src/awesome-plugins.md b/docs/en/src/awesome-plugins.md index 47b3b4f..238c542 100644 --- a/docs/en/src/awesome-plugins.md +++ b/docs/en/src/awesome-plugins.md @@ -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 diff --git a/docs/en/src/configure.md b/docs/en/src/configure.md deleted file mode 100644 index 24faff9..0000000 --- a/docs/en/src/configure.md +++ /dev/null @@ -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 \ No newline at end of file