Let's get a hew home - xplr.dev

Thanks to your continued support we're getting a new homepage https://xplr.dev
pull/328/head
Arijit Basu 3 years ago committed by Arijit Basu
parent 696549e2e5
commit 14b14bba42

@ -7,8 +7,8 @@ description = "A hackable, minimal, fast TUI file explorer"
license = "MIT"
readme = "README.md"
repository = "https://github.com/sayanarijit/xplr"
homepage = "https://github.com/sayanarijit/xplr"
documentation = "https://arijitbasu.in/xplr/en"
homepage = "https://xplr.dev"
documentation = "https://xplr.dev/en"
keywords = ["terminal", "file", "explorer", "manager", "tui"]
categories = ["command-line-interface", "command-line-utilities"]

@ -42,32 +42,32 @@ insane terminal productivity.
Table of content
----------------
- [Introduction](https://arijitbasu.in/xplr/en/introduction.html)
- [Quickstart](https://arijitbasu.in/xplr/en/quickstart.html)
- [Install](https://arijitbasu.in/xplr/en/install.html)
- [Post Install](https://arijitbasu.in/xplr/en/post-install.html)
- [Configuration](https://arijitbasu.in/xplr/en/configuration.html)
- [General Config](https://arijitbasu.in/xplr/en/general-config.html)
- [Modes](https://arijitbasu.in/xplr/en/modes.html)
- [Message](https://arijitbasu.in/xplr/en/message.html)
- [Layouts](https://arijitbasu.in/xplr/en/layouts.html)
- [Node Types](https://arijitbasu.in/xplr/en/node_types.html)
- [Style](https://arijitbasu.in/xplr/en/style.html)
- [Sorting](https://arijitbasu.in/xplr/en/sorting.html)
- [Filtering](https://arijitbasu.in/xplr/en/filtering.html)
- [Column Renderer](https://arijitbasu.in/xplr/en/column-renderer.html)
- [Default Key Bindings](https://arijitbasu.in/xplr/en/default-key-bindings.html)
- [Plugin](https://arijitbasu.in/xplr/en/plugin.html)
- [Installing Plugins](https://arijitbasu.in/xplr/en/installing-plugins.html)
- [Writing Plugins](https://arijitbasu.in/xplr/en/writing-plugins.html)
- [Awesome Plugins](https://arijitbasu.in/xplr/en/awesome-plugins.html)
- [Integration](https://arijitbasu.in/xplr/en/integration.html)
- [Awesome Integrations](https://arijitbasu.in/xplr/en/awesome-integrations.html)
- [TODO](https://arijitbasu.in/xplr/en/todo.html)
- [Alternatives](https://arijitbasu.in/xplr/en/alternatives.html)
- [Upgrade Guide](https://arijitbasu.in/xplr/en/upgrade-guide.html)
- [Community](https://arijitbasu.in/xplr/en/community.html)
- [Contribute](https://arijitbasu.in/xplr/en/contribute.html)
- [Introduction](https://xplr.dev/en/introduction.html)
- [Quickstart](https://xplr.dev/en/quickstart.html)
- [Install](https://xplr.dev/en/install.html)
- [Post Install](https://xplr.dev/en/post-install.html)
- [Configuration](https://xplr.dev/en/configuration.html)
- [General Config](https://xplr.dev/en/general-config.html)
- [Modes](https://xplr.dev/en/modes.html)
- [Message](https://xplr.dev/en/message.html)
- [Layouts](https://xplr.dev/en/layouts.html)
- [Node Types](https://xplr.dev/en/node_types.html)
- [Style](https://xplr.dev/en/style.html)
- [Sorting](https://xplr.dev/en/sorting.html)
- [Filtering](https://xplr.dev/en/filtering.html)
- [Column Renderer](https://xplr.dev/en/column-renderer.html)
- [Default Key Bindings](https://xplr.dev/en/default-key-bindings.html)
- [Plugin](https://xplr.dev/en/plugin.html)
- [Installing Plugins](https://xplr.dev/en/installing-plugins.html)
- [Writing Plugins](https://xplr.dev/en/writing-plugins.html)
- [Awesome Plugins](https://xplr.dev/en/awesome-plugins.html)
- [Integration](https://xplr.dev/en/integration.html)
- [Awesome Integrations](https://xplr.dev/en/awesome-integrations.html)
- [TODO](https://xplr.dev/en/todo.html)
- [Alternatives](https://xplr.dev/en/alternatives.html)
- [Upgrade Guide](https://xplr.dev/en/upgrade-guide.html)
- [Community](https://xplr.dev/en/community.html)
- [Contribute](https://xplr.dev/en/contribute.html)
Introductions & Reviews

@ -8,7 +8,7 @@ use serde::Deserialize;
use std::fs;
const DEFAULT_LUA_SCRIPT: &str = include_str!("init.lua");
const UPGRADE_GUIDE_LINK: &str = "https://arijitbasu.in/xplr/en/upgrade-guide.html";
const UPGRADE_GUIDE_LINK: &str = "https://xplr.dev/en/upgrade-guide.html";
fn parse_version(version: &str) -> Result<(u16, u16, u16, Option<u16>)> {
let mut configv = version.split('.');

Loading…
Cancel
Save