Commit Graph

893 Commits (main)
 

Author SHA1 Message Date
Arijit Basu 1629398adf
Sync branch (#677)
- Selection indicator in input and logs pane title for people who hide
the selection pane.
6 months ago
Arijit Basu dd8bb74dd4
Update Arch Linux package URL in install.md (#676)
The old URL returns 404 now.
6 months ago
Felix Yan 1dc5eae8fc
Update Arch Linux package URL in install.md
The old URL returns 404 now.
6 months ago
Arijit Basu 484b94a961
Add selection indicator in input and logs panel 6 months ago
Arijit Basu 50d9d1c54b
New plugin (#666) 8 months ago
Dugan Chen c7c3d2d7f6 Link to the one-table-column theme 8 months ago
Arijit Basu 1441275860
Avoid duplicate strip call (#664)
Fixes: https://github.com/sayanarijit/xplr/issues/662
9 months ago
Arijit Basu 8af1647c09
v0.21.3 (#661) 9 months ago
Arijit Basu 22b5fca8d9 Update version 9 months ago
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
9 months ago
Lewis Cook 6df168f8c1 init: Fix error upon deleting file on non-GNU systems 10 months ago
Arijit Basu eeb7b5d684
Update README.md 10 months ago
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
10 months ago
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
10 months ago
Arijit Basu 56472998f5
Don't give up yet 10 months ago
Arijit Basu bf7ae3f748
Give up on the new platforms 10 months ago
Arijit Basu 94ba22bbcc
Upgrade 10 months ago
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.
10 months ago
Arijit Basu 54d6d19003
Also enter symlink dir 10 months ago
Dugan Chen 4aeb3dd7c8 Use built-in node method 10 months ago
Dugan Chen 5626422ba4 Silently fail to 'enter' regular files 10 months ago
Arijit Basu 1941355128
Imrove builds
- Add more build targets
- Allow cross compile (if you have the resources, I don't)
- Fix failing nixos tests
10 months ago
Arijit Basu 2f78691333
Update/upgrade deps 10 months ago
Arijit Basu a2fbf759dd
Strip 10 months ago
Arijit Basu bc7f3cbbcf
Minor update 10 months ago
Arijit Basu ad50342260
Fix focus on back 10 months ago
Arijit Basu 313c61db96
Optimize get_current_dir
Closes: https://github.com/sayanarijit/xplr/issues/628
10 months ago
Arijit Basu 255517c2a9
Also respect general.table.headers.cols[*].style 10 months ago
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
10 months ago
Arijit Basu d282032b3d
Fix symlink base again 10 months ago
Arijit Basu ba26752f6c
Use correct base for symlink for alternate layouts 10 months ago
Arijit Basu 0cc8723e8e
Document on_selection_change 10 months ago
Arijit Basu 2f3c2ea0e4
Fix lint 10 months ago
Arijit Basu 219ee68152
Update sum-type.md 10 months ago
Arijit Basu 859d888bde
Improve sum type docs 10 months ago
Arijit Basu f84d9d5c6a
More fixes 10 months ago
Arijit Basu 3fcfb1dbef
Fix sum type doc 10 months ago
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
10 months ago
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
10 months ago
Arijit Basu 8209988ba6
Add tree-view.xplr 10 months ago
Arijit Basu 33c5aa9f14
Bring back enqueue 11 months ago
Arijit Basu cae50e4bcf
Remove unnecessary enqueue step 11 months ago
har7an 048b1c701a
docs: Add entry to awesome-plugins (#634)
mentioning https://gitlab.com/hartan/web-devicons.xplr
11 months ago
Arijit Basu 508f4b980b
Fix doc 11 months ago
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
11 months ago
Noah Mayr 4ccd9796c4
Use xdg-rust crate instead of dirs crate (#631)
* Use xdg-rust crate instead of dirs crate

* Fix clippy warning
11 months ago
Solitude 36a7f1dc17
Honor XDG_CONFIG_HOME (#629) 11 months ago
Arijit Basu 2cc8e0c510
Cleanup unused features 12 months ago
Arijit Basu 27bc1217b3
Document jf syntax 12 months ago
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
12 months ago