Commit Graph

836 Commits

Author SHA1 Message Date
Arijit Basu
8af1647c09
v0.21.3 (#661) 2023-08-07 23:47:41 +05:30
Arijit Basu
22b5fca8d9 Update version 2023-08-07 23:40:19 +05:30
Arijit Basu
4a3f18100d Display current mode help menu on top
Also, add global key binding f1.
Also, update deps.

Closes: https://github.com/sayanarijit/xplr/issues/655
2023-08-07 23:28:37 +05:30
Lewis Cook
6df168f8c1 init: Fix error upon deleting file on non-GNU systems 2023-07-30 09:30:50 +05:30
Arijit Basu
eeb7b5d684
Update README.md 2023-07-27 10:37:05 +05:30
Arijit Basu
9a7ff5846d
Fix android build (#657)
* Fix android build

Ref: https://github.com/khvzak/mlua/issues/267#issuecomment-1644559018

* Update docs

* Fix typos by cheating a bit

* Instruction first
2023-07-21 21:54:07 +05:30
Arijit Basu
1b2226512f
Imrove builds (#650)
- Add more build targets
- Allow cross compile (if you have the resources, I don't)
- Fix failing nixos tests
2023-07-19 04:14:00 +05:30
Arijit Basu
56472998f5
Don't give up yet 2023-07-19 04:07:24 +05:30
Arijit Basu
bf7ae3f748
Give up on the new platforms 2023-07-19 01:10:20 +05:30
Arijit Basu
94ba22bbcc
Upgrade 2023-07-18 22:54:05 +05:30
Arijit Basu
567a6201a8
Silently fail to 'enter' regular files (#654)
Silently fail to "Enter" regular files. Entering only makes sense for
directories.

This fixes
https://github.com/sayanarijit/xplr/issues/653#issue-1806818324

I don't know Rust at all, so I make no claims to the code quality. But I
have tested this change and it does work.
2023-07-17 22:08:06 +05:30
Arijit Basu
54d6d19003
Also enter symlink dir 2023-07-17 22:06:54 +05:30
Dugan Chen
4aeb3dd7c8 Use built-in node method 2023-07-16 23:28:24 -07:00
Dugan Chen
5626422ba4 Silently fail to 'enter' regular files 2023-07-16 22:46:40 -07:00
Arijit Basu
1941355128
Imrove builds
- Add more build targets
- Allow cross compile (if you have the resources, I don't)
- Fix failing nixos tests
2023-07-16 16:38:09 +05:30
Arijit Basu
2f78691333
Update/upgrade deps 2023-07-16 01:18:23 +05:30
Arijit Basu
a2fbf759dd
Strip 2023-07-16 01:01:12 +05:30
Arijit Basu
bc7f3cbbcf
Minor update 2023-07-16 01:01:12 +05:30
Arijit Basu
ad50342260
Fix focus on back 2023-07-16 01:01:12 +05:30
Arijit Basu
313c61db96
Optimize get_current_dir
Closes: https://github.com/sayanarijit/xplr/issues/628
2023-07-16 01:01:12 +05:30
Arijit Basu
255517c2a9
Also respect general.table.headers.cols[*].style 2023-07-16 01:01:11 +05:30
Arijit Basu
9844ae1476
Respect low priority styles
- xplr.config.general.selection.item.style
- xplr.config.general.table.row.style
- xplr.config.general.table.row.cols[*].style
- xplr.config.general.table.header.cols[*].style

Ref: https://github.com/sayanarijit/xplr/issues/640
2023-07-16 01:01:11 +05:30
Arijit Basu
d282032b3d
Fix symlink base again 2023-07-16 01:01:11 +05:30
Arijit Basu
ba26752f6c
Use correct base for symlink for alternate layouts 2023-07-16 01:01:11 +05:30
Arijit Basu
0cc8723e8e
Document on_selection_change 2023-07-16 01:01:11 +05:30
Arijit Basu
2f3c2ea0e4
Fix lint 2023-07-16 01:01:11 +05:30
Arijit Basu
219ee68152
Update sum-type.md 2023-07-15 07:55:28 +05:30
Arijit Basu
859d888bde
Improve sum type docs 2023-07-15 01:48:38 +05:30
Arijit Basu
f84d9d5c6a
More fixes 2023-07-15 01:22:16 +05:30
Arijit Basu
3fcfb1dbef
Fix sum type doc 2023-07-15 01:08:06 +05:30
Arijit Basu
4c51f0affe
Document sum types for hackers (#647)
* Document sum types for hackers

So you don't have to learn rust to configure xplr.

* Fix typos
2023-07-13 18:42:21 +05:30
Arijit Basu
9d1bd99fd4
Implement on_selection_change
Also optimize navigation with selection items.
Refresh selection only when it's required.

Closes: https://github.com/sayanarijit/xplr/issues/635
2023-07-06 21:57:52 +05:30
Arijit Basu
8209988ba6
Add tree-view.xplr 2023-07-05 11:49:40 +05:30
Arijit Basu
33c5aa9f14
Bring back enqueue 2023-07-03 18:06:53 +05:30
Arijit Basu
cae50e4bcf
Remove unnecessary enqueue step 2023-07-03 10:24:58 +05:30
har7an
048b1c701a
docs: Add entry to awesome-plugins (#634)
mentioning https://gitlab.com/hartan/web-devicons.xplr
2023-06-18 12:17:31 +05:30
Arijit Basu
508f4b980b
Fix doc 2023-06-11 12:17:50 +05:30
Karim Lalani
28c9e0e3a0
chore: added codespell to github ci (#632)
chore: added codespell from 8cca2d3566 to github ci

chore: move spellcheck to out of testsuite

fix: add missing checkout step to spellcheck

exclude target

move works to ignore to .codespellignore

fix: typo

add lua specific
2023-06-11 10:14:13 +05:30
Noah Mayr
4ccd9796c4
Use xdg-rust crate instead of dirs crate (#631)
* Use xdg-rust crate instead of dirs crate

* Fix clippy warning
2023-06-09 22:28:28 +05:30
Solitude
36a7f1dc17
Honor XDG_CONFIG_HOME (#629) 2023-06-05 20:51:38 +05:30
Arijit Basu
2cc8e0c510
Cleanup unused features 2023-05-22 10:15:42 +05:30
Arijit Basu
27bc1217b3
Document jf syntax 2023-05-22 09:51:17 +05:30
Arijit Basu
ab90381fda
Prompt when in doubt (#623)
* Update deps

* Prompt for user input when in doubt

- Ask before delete.
- For copy, move or symlink operations, ask what to do if a file with
  the same name exists.
- Update version.

Closes: https://github.com/sayanarijit/xplr/issues/615
2023-05-22 09:44:05 +05:30
Arijit Basu
2a775371f6
Use sayanarijit/jf for xplr -m 2023-05-19 11:38:19 +05:30
Arijit Basu
3bee8060c7
Lower LS_COLORS priority (#622)
* Lower LS_COLORS priority

Fixes: https://github.com/sayanarijit/xplr/issues/620

* Remove default style

* Fix doc markdown
2023-05-16 09:14:33 +05:30
Arijit Basu
97e30e2a6f
Allow nesting layouts inside a custom layout (#618)
This adds `CustomLayout` panel for nesting a `Layout` inside the `Static` and
`Dynamic` layouts.

This will help switching between different layouts dynamically, without
having to switch modes.
2023-05-15 18:51:38 +05:30
Arijit Basu
7c26c48e18
Trim binary size by reducing skim dependencies 2023-05-15 18:51:35 +05:30
Arijit Basu
17269ab17f
Update awesome-hacks.md 2023-05-15 14:21:11 +05:30
Arijit Basu
8aff0ba918
Clarify how to deal with init.lua 2023-04-26 18:29:01 +05:30
Arijit Basu
4228a71ed9
Mostly documentation fixes (#611)
Also, CLI help improvement.
2023-04-22 17:54:01 +05:30