Commit Graph

365 Commits

Author SHA1 Message Date
Arijit Basu
79b3676662
Improve doc
Make links readable.
2021-08-27 08:58:38 +05:30
Arijit Basu
a5607a8186
Improve doc
Add related links to "Writing Plugins".
2021-08-27 08:55:46 +05:30
Arijit Basu
61657a70c7 Add support for loading extra config files
Use `-C` / `--extra-config` to load Lua files to overwrite the default
or user defined config.

This helps with integration, where integrating xplr with another tool
requires xplr to overwrite some config, without requiring the users to
install an xplr plugin or update the xplr config.

Example:

```bash
    xplr -C one.lua two.lua

    # Or

    xplr -C one.lua -C two.lua
```

> **WARNING:**
>
> Extra config doesn't require specifying the `version`, hence, it's the
> integration author or the user's responsibility to assert
> compatibility using the globally exposed `version` in the extra config
> files, similar to xplr plugins.

Ref: https://github.com/sayanarijit/xplr/issues/316
2021-08-23 11:44:58 +05:30
Arijit Basu
d6766919de
Update awesome-plugins.md 2021-07-31 15:50:44 +05:30
Arijit Basu
1c9b8322ec
Update awesome-plugins.md 2021-07-31 15:37:04 +05:30
Arijit Basu
b66155895a
Update awesome-plugins.md 2021-07-31 15:34:41 +05:30
Arijit Basu
7b2b29b27d Cleanup - Format Lua code 2021-07-31 15:32:55 +05:30
Arijit Basu
af5a99328f Update version 2021-07-29 23:28:31 +05:30
Arijit Basu
35c18a25dc Remove per directory buffer
Closes: https://github.com/sayanarijit/xplr/issues/289
2021-07-29 23:19:41 +05:30
Arijit Basu
7d0605479e Allow dynamic linking to load Lua modules using C
Also upgrade packages.

Closes: https://github.com/sayanarijit/xplr/issues/309
2021-07-29 21:45:45 +05:30
Arijit Basu
865d6930db Use unsafe lua to allow c modules
Closes: https://github.com/sayanarijit/xplr/issues/309
2021-07-29 21:45:45 +05:30
Arijit Basu
f1e75caf89 Remove termion dependency
Termion is only used to get TTY which is simple enough to implement.
2021-07-29 20:36:12 +05:30
Arijit Basu
5626335e0e
More docs 2021-07-20 22:26:10 +05:30
Arijit Basu
9070cd9e17 Add more docs 2021-07-20 22:18:43 +05:30
Arijit Basu
6162744bef Minor improvements
Closes: https://github.com/sayanarijit/xplr/issues/305
2021-07-20 14:53:53 +05:30
Arijit Basu
1b6ea5b63c
Add icons.xplr 2021-07-17 06:46:28 +05:30
Arijit Basu
6b926c2b88
Minor fix again 2021-07-15 19:37:08 +05:30
Arijit Basu
d6893130a6
Minor doc fixes 2021-07-15 19:34:34 +05:30
Arijit Basu
3171c37d4e
Add type-to-nav.xplr to awesome plugins 2021-07-15 19:31:10 +05:30
Arijit Basu
a12818ea30
Add qrcp.xplr 2021-07-14 21:57:55 +05:30
Arijit Basu
72712a8bae
Update install.md 2021-07-13 19:05:19 +05:30
Arijit Basu
b916701d59
Add completion.xplr 2021-07-11 23:14:49 +05:30
Raf Czlonka
9b20affbfd Use 'noice' actual repository URL 2021-07-11 04:02:58 +05:30
Arijit Basu
e1fb5e02c5
Add paste-rs.xplr to Awesome Plugins
Also, fix the cargo documentation link and delete unused doc page.
2021-07-08 12:11:59 +05:30
Arijit Basu
193202c325
Improve FreeBSD install instructions 2021-07-06 15:36:43 +05:30
Arijit Basu
f5aceb1e66 Make the number of visible logs dynamic
It helps to see all the logs when switching to a bigger InputAndLogs
layout.
2021-07-06 10:20:46 +05:30
Arijit Basu
7eb81c33de
Update FUNDING.yml 2021-07-05 19:02:13 +05:30
Arijit Basu
db9c926b0c Update version 2021-07-05 12:08:53 +05:30
Arijit Basu
b1ce57d68b Recursively clean session path
Fixes: https://github.com/sayanarijit/xplr/issues/293
2021-07-05 11:46:22 +05:30
Arijit Basu
6babfeb3d6 Minor improvements
Fixes: https://github.com/sayanarijit/xplr/issues/284
Closes: https://github.com/sayanarijit/xplr/issues/286
Partially fixes: https://github.com/sayanarijit/xplr/issues/285
2021-07-05 11:32:47 +05:30
Arijit Basu
4307ba657a Fix ToggleSelectionByPath
Fixes: https://github.com/sayanarijit/xplr/issues/295
2021-07-05 10:42:56 +05:30
Arijit Basu
6a63f5f3c7
Update awesome-plugins.md 2021-07-04 23:57:26 +05:30
Arijit Basu
ea4becf52e
Update awesome-plugins.md 2021-07-04 22:27:58 +05:30
Arijit Basu
3603d24c95
Update modes.md 2021-07-03 22:52:47 +05:30
Arijit Basu
91f8cdf889
Update modes.md 2021-07-03 22:51:58 +05:30
Arijit Basu
9f8a4222ee
Update modes.md 2021-07-03 22:48:50 +05:30
Arijit Basu
1e13fdacda Use footer links
Tool used: https://github.com/sayanarijit/md-footer
2021-07-03 15:02:55 +05:30
Arijit Basu
e37752d41e
Document keys and fix links 2021-07-03 11:12:23 +05:30
Arijit Basu
fc89910cf7
Move introductions & reviews up 2021-07-02 21:42:17 +05:30
Arijit Basu
e3e362d683
Add introductions & reviews in README 2021-07-02 21:41:26 +05:30
Arijit Basu
bc140c165b
More doc fixes 2021-07-02 21:12:03 +05:30
Arijit Basu
6056dbc0df
Fix typo 2021-07-02 20:58:07 +05:30
Arijit Basu
f42285f459
Fix doc formatting 2021-07-02 20:56:40 +05:30
Arijit Basu
659d2db075
Document all the messages for human 2021-07-02 20:53:38 +05:30
Arijit Basu
0542ad6b7e
Update awesome-plugins.md 2021-07-02 15:37:07 +05:30
Arijit Basu
c9d91660d3
Add preview-tabbed.xplr 2021-07-02 13:55:06 +05:30
Arijit Basu
3e6c6954f3
Add dragon.xplr 2021-07-01 07:02:59 +05:30
Arijit Basu
0e9a96f0a8
Add zoxide.xplr 2021-06-30 12:24:22 +05:30
Arijit Basu
41e0f3c09e
Update awesome-plugins.md 2021-06-28 18:44:58 +05:30
Arijit Basu
be0a96abae
Update awesome-plugins.md 2021-06-28 18:43:38 +05:30