Ahmed ElSamhaa
87805509c5
Refactors the calc_skipped_rows function to make it more readable
2024-04-08 00:34:57 +03:00
Ahmed ElSamhaa
4aa367ca7c
Makes the current_focus field private to limit usage to its setters and getters
2024-04-08 00:26:33 +03:00
Ahmed ElSamhaa
01606e0e60
Adds corresponding config setting for vimlike_scrolling
2024-04-08 00:17:09 +03:00
Ahmed ElSamhaa
e834242f5d
Adds vim-like scrolling
2024-04-08 00:17:09 +03:00
alice
7c6dffc2c6
cargo: allow building with system lua ( #703 )
...
useful for distros
2024-04-06 12:25:12 +05:30
har7an
d5217f6677
cargo: Revert version update on ansi-to-tui
( #702 )
...
which causes custom styling to be lost on the currently selected line.
2024-03-26 11:44:32 +05:30
Arijit Basu
0285f0824c
Disable snap build
2024-03-18 16:15:31 +05:30
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
2024-03-18 15:55:38 +05:30
Arijit Basu
9db8b2cc19
Upgrade dependencies ( #700 )
2024-03-18 15:44:19 +05:30
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
2024-03-10 21:12:03 +05:30
Arijit Basu
ded2e108bf
Add xplr.util.debug
...
Also update version
2024-02-10 14:43:10 +05:30
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
2024-02-02 12:47:26 +05:30
Arijit Basu
d76a70fed4
Fix ScrollUpHalf
2024-01-29 18:56:35 +05:30
Arijit Basu
16673963aa
Minor fix
2024-01-29 18:56:35 +05:30
Arijit Basu
b0ef9a5190
Remove unnecessary config example for now
2024-01-29 18:56:05 +05:30
Arijit Basu
b70337708c
Minor fix
2024-01-29 18:54:52 +05:30
Arijit Basu
9127d15494
Use tree-view as example
2024-01-29 18:53:50 +05:30
Arijit Basu
66d9f7e586
Minor doc fix
2024-01-29 18:47:30 +05:30
Arijit Basu
eab47a9044
Fix nixpkgs link
2024-01-29 18:38:20 +05:30
Arijit Basu
a9e3752f56
Minor doc fix
2024-01-29 18:35:00 +05:30
Arijit Basu
470bea1265
NixOS install instructions
2024-01-29 18:31:52 +05:30
Arijit Basu
cc578aaf0a
Add initial pwd to history
2024-01-03 17:19:16 +05:30
Arijit Basu
50e81853fe
Update version
2024-01-03 16:35:37 +05:30
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>
2024-01-03 16:28:02 +05:30
Arijit Basu
75dabeb283
Add support for function keys upto F24
2024-01-03 16:17:47 +05:30
Arijit Basu
1629398adf
Sync branch ( #677 )
...
- Selection indicator in input and logs pane title for people who hide
the selection pane.
2023-11-21 22:08:55 +05:30
Arijit Basu
dd8bb74dd4
Update Arch Linux package URL in install.md ( #676 )
...
The old URL returns 404 now.
2023-11-21 22:04:16 +05:30
Felix Yan
1dc5eae8fc
Update Arch Linux package URL in install.md
...
The old URL returns 404 now.
2023-11-21 14:59:35 +02:00
Arijit Basu
484b94a961
Add selection indicator in input and logs panel
2023-11-14 10:53:22 +05:30
Arijit Basu
50d9d1c54b
New plugin ( #666 )
2023-09-17 22:09:40 +05:30
Dugan Chen
c7c3d2d7f6
Link to the one-table-column theme
2023-09-17 06:56:21 +05:30
Arijit Basu
1441275860
Avoid duplicate strip call ( #664 )
...
Fixes: https://github.com/sayanarijit/xplr/issues/662
2023-08-12 14:01:39 +05:30
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