Skip to content

duganchen/one-table-column.xplr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XPLR Single Column Layout

Installation

Install manually

  • Add the following line in ~/.config/xplr/init.lua

    local home = os.getenv("HOME")
    package.path = home
      .. "/.config/xplr/plugins/?/init.lua;"
      .. home
      .. "/.config/xplr/plugins/?.lua;"
      .. package.path
  • Clone the plugin

    mkdir -p ~/.config/xplr/plugins
    
    git clone https://github.com/duganchen/one-table-column.xplr ~/.config/xplr/plugins/one-table-column
  • Require the module in ~/.config/xplr/init.lua

    require("one-table-column").setup()
  • Or, if you want the index.column:

    require("one-table-column").setup({ index = true })

Features

This plugin gives you a single-column table. Each row now contains only the file path, and the information that used to be in the columns is now in a status area underneath.

You still have that information, and it's more efficient with horizontal space.

Running "setup" will update all four of XPLR's built-in layouts. If you want to use the status bar in your own layouts, it's "xplr.config.layouts.custom.Stats"

Before

before

After

before

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages