Commit Graph

862 Commits (main)
 

Author SHA1 Message Date
Arijit Basu 0285f0824c
Disable snap build 1 month ago
Arijit Basu a6b19425ae
Release v0.21.6 (#701)
- Snap build
- xplr.util.debug()
- `c` and `m` key bindings for quick copy and move.
- ScrollUpHalf fix
- Dependency updates
1 month ago
Arijit Basu 9db8b2cc19
Upgrade dependencies (#700) 1 month ago
mikoloism 68500f3a8e
[Feat] support `snapcraft` build package to releases (#697)
* build(snap): support snapcraft package

- add `snap/snapcraft.yaml` file

NOTE: under `devmode` until fit to release

* ci(gh-action): support `snapcraft` build and publish to `gh-release` page
2 months ago
Arijit Basu ded2e108bf
Add xplr.util.debug
Also update version
3 months ago
Arijit Basu 6e8f3da971
Quick copy and quick move (#692)
* Quick copy and quick move

- Press `c` to quickly copy the focused or selected path
- Press `m` to quickly move the focused or selected path
3 months ago
Arijit Basu d76a70fed4
Fix ScrollUpHalf 3 months ago
Arijit Basu 16673963aa
Minor fix 3 months ago
Arijit Basu b0ef9a5190
Remove unnecessary config example for now 3 months ago
Arijit Basu b70337708c
Minor fix 3 months ago
Arijit Basu 9127d15494
Use tree-view as example 3 months ago
Arijit Basu 66d9f7e586
Minor doc fix 3 months ago
Arijit Basu eab47a9044
Fix nixpkgs link 3 months ago
Arijit Basu a9e3752f56
Minor doc fix 3 months ago
Arijit Basu 470bea1265
NixOS install instructions 3 months ago
Arijit Basu cc578aaf0a
Add initial pwd to history 4 months ago
Arijit Basu 50e81853fe
Update version 4 months ago
Arijit Basu 414b45e4fd
Sync branch (#687)
* Update awesome-plugins.md

* Update awesome-plugins.md

* Visit deep level branches (#686)

* Visit deep level branches

- Press `)` to pass `NextVisitedDeepBranch`
- Press `(` to pass `LastVisitedDeepBranch`

* Last -> Previous

* Upgrade pkgs

* Clippy fixes

* Fix clippy err

---------

Co-authored-by: Dmitry Savosh <d.savosh@gmail.com>
4 months ago
Arijit Basu 75dabeb283
Add support for function keys upto F24 4 months ago
Arijit Basu 1629398adf
Sync branch (#677)
- Selection indicator in input and logs pane title for people who hide
the selection pane.
5 months ago
Arijit Basu dd8bb74dd4
Update Arch Linux package URL in install.md (#676)
The old URL returns 404 now.
5 months ago
Felix Yan 1dc5eae8fc
Update Arch Linux package URL in install.md
The old URL returns 404 now.
5 months ago
Arijit Basu 484b94a961
Add selection indicator in input and logs panel 6 months ago
Arijit Basu 50d9d1c54b
New plugin (#666) 7 months ago
Dugan Chen c7c3d2d7f6 Link to the one-table-column theme 7 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 9 months ago
Arijit Basu eeb7b5d684
Update README.md 9 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
9 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
9 months ago
Arijit Basu 56472998f5
Don't give up yet 9 months ago
Arijit Basu bf7ae3f748
Give up on the new platforms 9 months ago
Arijit Basu 94ba22bbcc
Upgrade 9 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